Pimlico

From Openmoko

(Difference between revisions)
Jump to: navigation, search
m (SHR)
m (SHR)
Line 54: Line 54:
 
  opkg update
 
  opkg update
 
  opkg install dates tasks
 
  opkg install dates tasks
 +
 +
If you don't want to break your shr install with the next opkg upgrade, you must remove the angtrom feed after installing dates and tasks
 +
rm /etc/opkg/angstrom-feed.conf
 +
opkg update

Revision as of 11:08, 12 March 2009

Contents

Pimlico

From the website: Pimlico is a suite of lightweight Personal Information Management (PIM) applications designed primarily for handheld and mobile devices

  • Dates - calendar
  • Contacts - address book
  • Tasks - task list
  • Sync - synchronization

This project uses the evolution-data-server.

Project Website: pimlico

Successfully imported a full address book vcf file created by saving and Evolution address book. Have not yet tried importing (or sharing) a calendar. Dates seems to support online web calendars.

According to the project website, Sync is not quite ready for release (other than svn).

OM2008

Dates and Tasks are in opkg:

opkg install openmoko-dates2 openmoko-tasks2

See the project website for screen shots.

(In OM2008.x Contacts uses other package from qtopia.)

NB: This packages do not correspond to the last version of pimlico ?

Debian

Dates and Contacts can be compiled relatively easily from source by installing the necessary development packages. (Packaging underway).

Screenshots of running under the Matchbox WM:

Dates

Dates - Month View Dates - Week View Dates - Day View Dates - Details View

Contacts

Contacts - View Contacts - NewContacts - Edit


SHR

There is currently no package in the SHR repositories. You can add the Angstrom repository :

echo "arch base 50" > /etc/opkg/angstrom-feed.conf
echo "src/gz base http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/armv4t/base" >> /etc/opkg/angstrom-feed.conf
opkg update
opkg install dates tasks

If you don't want to break your shr install with the next opkg upgrade, you must remove the angtrom feed after installing dates and tasks

rm /etc/opkg/angstrom-feed.conf
opkg update
Personal tools

Pimlico

From the website: Pimlico is a suite of lightweight Personal Information Management (PIM) applications designed primarily for handheld and mobile devices

  • Dates - calendar
  • Contacts - address book
  • Tasks - task list
  • Sync - synchronization

This project uses the evolution-data-server.

Project Website: pimlico

Successfully imported a full address book vcf file created by saving and Evolution address book. Have not yet tried importing (or sharing) a calendar. Dates seems to support online web calendars.

According to the project website, Sync is not quite ready for release (other than svn).

OM2008

Dates and Tasks are in opkg:

opkg install openmoko-dates2 openmoko-tasks2

See the project website for screen shots.

(In OM2008.x Contacts uses other package from qtopia.)

NB: This packages do not correspond to the last version of pimlico ?

Debian

Dates and Contacts can be compiled relatively easily from source by installing the necessary development packages. (Packaging underway).

Screenshots of running under the Matchbox WM:

Dates

Dates - Month View Dates - Week View Dates - Day View Dates - Details View

Contacts

Contacts - View Contacts - NewContacts - Edit


SHR

There is currently no package in the SHR repositories. You can add the Angstrom repository :

echo "arch base 50" > /etc/opkg/angstrom-feed.conf
echo "src/gz base http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/armv4t/base" >> /etc/opkg/angstrom-feed.conf
opkg update
opkg install dates tasks