Planet maemo: category "feed:f37232ce73d3b53f5ae8169b333a7127"

Ian Lawrence

Frothing-0.1 on Maemo

2007-11-23 20:03 UTC  by  Ian Lawrence
0
0

Thanks to some great work from Chris Malley, frothing now runs on armel Nokia Tablet devices as well as Intel lpia architectures.


It was a little jumping through hoops because libgtkhtml2-0 and libgtkhtml2-0-dev are not available (yet?) in the maemo repositories so he need to apt-get the source from debian/ubuntu and build it inside scratchbox with

 --disable-accessibility

Also he added:

AC_CHECK_LIB(gthread-2.0, g_thread_init)

into configure.ac and did a

aclocal/autoconf/autoheader/automake




For more info check out the project home page


Categories: Frothing
Ian Lawrence

The FOSK Certification will be a single low stakes entry level exam to test the FOSS knowledge and competency level of technical and non technical staff who are responsible for the day to day computer needs of Not for Profit organizations. This professional may work as a technical person, a circuit rider, account management or technical sales, executive positions or any other role that is responsible for recommending and/or choosing FOSS solutions for an organization.

Click to read 5516 more words
Categories: Certification
Ian Lawrence

To install Frothing you need to compile it inside
a Hildon compatible desktop environment.

To create such an environment have a look
at the Moblin site or the Maemo site.

Frothing was originally created for the Ubuntu
Mobile Guide as an example of how to port an
application written in C to the Ubuntu Mobile
Edition.



Frothing











This guide is available online here and is good
to read for background information.


Compiling from Source



Either check out the source from svn or

grab the tarball to compile


The source can be checked out from the
repositories by:

svn checkout http://frothing.googlecode.com/svn/trunk/ frothing

The tarball can be downloaded from
the project page and extracted by:

tar zxvf frothing-0.1.tar.gz

After unpacking/checking out the code, run the standard autotools commands inside your target:

./configure --enable-hildon
make
make install


Dependencies



On Ubuntu the dependencies can be satisfied by:

apt-get install build-essential libgtkhtml2-0 libgtkhtml2-dev libxml-perl libxslt1-dev
libglade2-0 libglade2-dev libsqlite3-0 libsqlite3-dev
libhildondesktop-dev xulrunner


This project is also registered on Launchpad

Categories: C
Ian Lawrence

Django Sprint

2007-11-09 14:55 UTC  by  Ian Lawrence
0
0

The main objective of the event is to get the

community and the developers together to

discuss the roadmap, correct bugs and dream

about new functionality. If you never

collaborated with Django, or with any other open

source project for that matter, and you feel

like doing so now is your chance!


django




To take part just add your name to the Wiki.

Lets' go!!


Pick something to work on and do it.


All sorts of tasks are available, from


hard-core hacking to improving documentation


to fixing small bugs.


Categories: Django
Ian Lawrence

Google Phone Platform

2007-11-05 17:36 UTC  by  Ian Lawrence
0
0

And apparently all applications are created equal
Android does not differentiate between the phone's core applications and third-party applications. They can all be built to have equal access to a phone's capabilities providing users with a broad spectrum of applications and services. With devices built on the Android Platform, users will be able to fully tailor the phone to their interests. They can swap out the phone's homescreen, the style of the dialer, or any of the applications. They can even instruct their phones to use their favorite photo viewing application to handle the viewing of all photos.

November 12th for the SDK...


More info here

Categories: Google
Ian Lawrence

Participate in UDS without being there

2007-10-29 17:42 UTC  by  Ian Lawrence
0
0

The next Ubuntu Developers Summit to plan Ubuntu 8.04 (Hardy Heron) is currently being held at the Hotel@MIT in Cambridge, Massachusetts and you can participate. Check out the many ways:

VOIP
All the sessions are being broadcast over a VOIP connection, so fire up Ekiga or your favourite SIP client, get a login and join the discussion.

Collaborative editing with Gobby
All the specs while they are being talked about are being edited in Gobby, a collaborative editor. If you want to join in, grab the gobby package via your favourite package manager and join gobby.ubuntu.com.

IRC
As per usual, those who are at UDS tend to be on IRC, in the #uds-boston channel on the Freenode network.

Show up
Of course, if you can make it to Cambridge (the US one, not the UK one) , come by. Registration is free and the sessions are open to all. Just remember, we need your contribution, as this isn’t an event for spectators.

If you want more information and a rehashing of all this information, check out the UDS-Boston Participate wiki page.

Categories: Conferences
Ian Lawrence

The Ubuntu Mobile Guide  guide is the

result of an Ubuntu Documentation Team

Project called DocuMentors .


This initiative pairs an experienced with a

novice `documentor` in an attempt to

increase the scope of the Ubuntu

Documentation and lower the barriers to

community participation in the project.



Some highlights in this release:

Setting up the Development Environment and Creating Images

What is Hildon Desktop?

Anatomy of a Python Application in UME

Using Glade and Python to create an Application for Ubuntu Mobile

Porting Python Applications to Ubuntu Mobile

Porting C Applications to Ubuntu Mobile


Using the The Dojo Offline Toolkit  the guide

is also available away from the network..


now you can use the guide whenever and

wherever you are!


The guide is available here

Enjoy!


Categories: Communities
Ian Lawrence

Latest version - 0.5 of UME Guide available

2007-10-15 18:31 UTC  by  Ian Lawrence
0
0

The Gutsy release is coming closer and
this will be the final draft version of the
Guide.

New

+ updated the 'Setting up the Development
Environment and Creating Images' section
with info on fsets, 'Speeding Up
Image-Creator by using a local mirror server'
and 'Test the target image UI on the
Workstation'

+ added 'Porting Python Applications to
Ubuntu Mobile' section

+ added 'Porting C Applications to Ubuntu
Mobile'

+ added package dependency information
onto 'Using Glade and Python to create an
Application for Ubuntu Mobile'

Also there is now a 'ToDo' documentation
list on the working area
Any areas missing in the UME
documentation should be added to this
list.

Categories: C
Ian Lawrence

Porting Applications to Ubuntu Mobile

2007-09-29 19:46 UTC  by  Ian Lawrence
0
0

I have added a couple of articles to the
UME Guide

The first, Porting A Python Application to UME
shows how to port an application (gPodder)
to Ubuntu Mobile. gPodder media aggregator
is a podcast receiver/catcher written in
Python utilizing PyGTK for its graphical
interface. gPodder is very lightweight and
doesn't have many dependencies so it is a
great introduction for anyone looking for a gentle
introduction on how to get *your* application
running on Ubuntu Mobile


The second, Porting A C Application to UME
shows how to port an application written in
C (liferea) to Ubuntu Mobile. [WWW] Liferea is an
aggregator for online news feeds written in
C utilizing GTK for its graphical interface.
For this you should be familiar with or have
the desire to learn C programming, including
the 'auto' tools suite.


I have also been invited to the next
Ubuntu Developers Summit at the end of
October in Boston!

I honestly thought it was a wind up until
the tickets arrived yesterday. It will be a
shock going from the poverty of Manaus
to MIT but the chance to hang out and
hack with the Ubuntu Mobile guys has got
me completely over-excited.


Thanks a lot Canonical and Ubuntu. You
guys *ROCK*

Categories: C
Ian Lawrence

Pyphantom on Ubuntu Mobile

2007-09-13 15:22 UTC  by  Ian Lawrence
0
0

This assumes you have the development environment set up as explained here

Click to read 1372 more words
Categories: Documentation
Ian Lawrence

Glade, Python and UME Applications

2007-08-29 17:35 UTC  by  Ian Lawrence
0
0
This great new UME tutorial explains how to import
a UI specified with Glade into Python and then
make the changes required to turn it into a basic
UME/Hildon application in Python.

It also lists and details the files required by such an
app in the UME framework.

It was written by one of the guys from pepper
who are dedicated to making the Web computing
era simpler


Categories: Documentation