Pimlico

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(SHR unstable: dates and tasks in the repository)
m (Debian)
 
(6 intermediate revisions by 4 users not shown)
Line 13: Line 13:
 
Project Website: [http://www.pimlico-project.org/ pimlico]
 
Project Website: [http://www.pimlico-project.org/ 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.
+
Successfully imported a full address book vcf file created by saving an 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).
 
According to the project website, Sync is not quite ready for release (other than svn).
Line 31: Line 31:
 
NB: This packages do not correspond to the last version of pimlico ?
 
NB: This packages do not correspond to the last version of pimlico ?
  
===Debian===
+
=== Debian ===
 
+
Dates, Tasks and Contacts from Pimlico are in the Debian repository. So if you run Debian, just do
Dates and Contacts can be compiled relatively easily from source by installing
+
  aptitude update
the necessary development packages(''Packaging underway'').
+
aptitude install dates tasks contacts
  
 
Screenshots of running under the Matchbox WM:
 
Screenshots of running under the Matchbox WM:
  
====Dates====
+
==== Dates ====
 
+
 
[[Image:Dates-month.png|150px|Dates - Month View]] [[Image:Dates-week.png|150px|Dates - Week View]] [[Image:Dates-day.png|150px|Dates - Day View]] [[Image:Dates-details.png|150px|Dates - Details View]]
 
[[Image:Dates-month.png|150px|Dates - Month View]] [[Image:Dates-week.png|150px|Dates - Week View]] [[Image:Dates-day.png|150px|Dates - Day View]] [[Image:Dates-details.png|150px|Dates - Details View]]
  
====Contacts====
+
==== Contacts ====
 
+
 
[[Image:Contacts-view.png|150px|Contacts - View]] [[Image:Contacts-new.png|150px|Contacts - New]][[Image:Contacts-edit2.png|150px|Contacts - Edit]]
 
[[Image:Contacts-view.png|150px|Contacts - View]] [[Image:Contacts-new.png|150px|Contacts - New]][[Image:Contacts-edit2.png|150px|Contacts - Edit]]
 
  
 
===SHR===
 
===SHR===
Line 64: Line 61:
 
  opkg update
 
  opkg update
 
  opkg install dates tasks
 
  opkg install dates tasks
to install them.
+
to install them (see [[SHR User Manual]] for more details).
 +
 
 +
[[Category:Calendar Applications]]
 +
[[Category:PIM]]

Latest revision as of 01:50, 8 January 2011

Contents

[edit] 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 an 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).

[edit] 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 ?

[edit] Debian

Dates, Tasks and Contacts from Pimlico are in the Debian repository. So if you run Debian, just do

aptitude update
aptitude install dates tasks contacts

Screenshots of running under the Matchbox WM:

[edit] Dates

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

[edit] Contacts

Contacts - View Contacts - NewContacts - Edit

[edit] SHR

[edit] SHR testing (2009-03)

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

[edit] SHR unstable (2009-04-10)

Since this date, "dates" and "tasks" from Pimlico are in the SHR unstable repository. So if you run SHR unstable, just do

opkg update
opkg install dates tasks

to install them (see SHR User Manual for more details).

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

SHR testing (2009-03)

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

SHR unstable (2009-04-10)

Since this date, "dates" and "tasks" from Pimlico are in the SHR unstable repository. So if you run SHR unstable, just do

opkg update
opkg install dates tasks

to install them.