Pisi

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(New page: PISI contact synchronization PISI calendar synchronization Pisi is an application for synchronizing PIM data. ...)
 
m (add language tag)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Languages|Pisi}}
 +
 
[[Image:SHR-PISI.png|200px|thumb|PISI contact synchronization]]
 
[[Image:SHR-PISI.png|200px|thumb|PISI contact synchronization]]
 
[[Image:SHR-PISI-dates.png|200px|thumb|PISI calendar synchronization]]
 
[[Image:SHR-PISI-dates.png|200px|thumb|PISI calendar synchronization]]
Line 19: Line 21:
  
 
<pre>
 
<pre>
opkg install http://www.opkg.org/packages/1_python-vobject_0.8.1_armv4t.ipk http://www.opkg.org/packages/0_python-webdav_0.1.2_armv4t.ipk \
+
opkg install pisi
python-sqlite3 python-pygtk python-pygobject python-pycairo python-netserver python-netclient python-misc \
+
http://www.opkg.org/packages/1_python-gdata_1.3.0_armv4t.ipk http://www.opkg.org/packages/0_python-ldap_2.3.6_armv4t.ipk \
+
http://www.opkg.org/packages/1_python-dateutil_1.4.1_armv4t.ipk http://www.opkg.org/packages/openldap_2.3.43_armv4t.ipk \
+
http://projects.openmoko.org/frs/download.php/899/pisi_0.4.6_armv4t.ipk
+
 
</pre>
 
</pre>
  
Line 63: Line 61:
 
<onlyinclude>
 
<onlyinclude>
 
{{ApplicationBox|
 
{{ApplicationBox|
   Name=[[PISI]]|
+
   Name=[[Pisi]]|
 
   Description=PIM synchronization |
 
   Description=PIM synchronization |
   Homepage=https://projects.openmoko.org/plugins/wiki/index.php?id=156&type=g|
+
   Homepage=http://freshmeat.net/projects/pisiom|
 
   Screenshot=No-screenshot.png|
 
   Screenshot=No-screenshot.png|
 
   TestedOn=SHR|
 
   TestedOn=SHR|
Line 73: Line 71:
  
 
[[Category:Office Applications]]
 
[[Category:Office Applications]]
 +
[[Category:PIM]]

Latest revision as of 14:02, 8 October 2010


PISI contact synchronization
PISI calendar synchronization

Pisi is an application for synchronizing PIM data.

Supported Contacts data sources:

  • SIM via DBUS (e.g. SHR)
  • QTopia address book (e.g. OM 2008.12)
  • LDAP (read only)
  • VCF files (local / webdav)
  • Google contacts
  • OPIMD

Supported Calendar data sources:

  • Google calendars
  • ICalendar files (local / webdav)

To install PISI, run

opkg install pisi

Configuration example, .pisi/conf to sync contacts and calendar with google calendar and contacts with google mail:

[googleCalendar]
description=My Google Calendar
module=calendar_google
user=user@gmail.com
password=secret
calendarid=user@gmail.com

[pimlicodates]
description= Pimlico Dates
module=calendar_ics
path=/home/root/.evolution/calendar/local/system/calendar.ics
postprocess=killall e-calendar-factory

[googlecontacts]
description=Google Contacts Account
module=contacts_google
user=user@gmail.com
password=secret

[remoteIcs]
description= Remote ICS on Webdav
module=calendar_remoteics
url=http://webdav.davserver.net/private/pim/
file=remotecalendar.ics
username=<LOGIN>
password=<PASSWORD>

[shrsim]
description=SHR SIM Card Contacts
module=contacts_dbussim
max_simentries = 250
simentry_name_maxlength=18


No-screenshot.png Pisi

PIM synchronization


Homepage: http://freshmeat.net/projects/pisiom
Package:
Tested on: SHR

Personal tools
PISI contact synchronization
PISI calendar synchronization

Pisi is an application for synchronizing PIM data.

Supported Contacts data sources:

  • SIM via DBUS (e.g. SHR)
  • QTopia address book (e.g. OM 2008.12)
  • LDAP (read only)
  • VCF files (local / webdav)
  • Google contacts
  • OPIMD

Supported Calendar data sources:

  • Google calendars
  • ICalendar files (local / webdav)

To install PISI, run

opkg install http://www.opkg.org/packages/1_python-vobject_0.8.1_armv4t.ipk http://www.opkg.org/packages/0_python-webdav_0.1.2_armv4t.ipk \
python-sqlite3 python-pygtk python-pygobject python-pycairo python-netserver python-netclient python-misc \
http://www.opkg.org/packages/1_python-gdata_1.3.0_armv4t.ipk http://www.opkg.org/packages/0_python-ldap_2.3.6_armv4t.ipk \
http://www.opkg.org/packages/1_python-dateutil_1.4.1_armv4t.ipk http://www.opkg.org/packages/openldap_2.3.43_armv4t.ipk \
http://projects.openmoko.org/frs/download.php/899/pisi_0.4.6_armv4t.ipk

Configuration example, .pisi/conf to sync contacts and calendar with google calendar and contacts with google mail:

[googleCalendar]
description=My Google Calendar
module=calendar_google
user=user@gmail.com
password=secret
calendarid=user@gmail.com

[pimlicodates]
description= Pimlico Dates
module=calendar_ics
path=/home/root/.evolution/calendar/local/system/calendar.ics
postprocess=killall e-calendar-factory

[googlecontacts]
description=Google Contacts Account
module=contacts_google
user=user@gmail.com
password=secret

[remoteIcs]
description= Remote ICS on Webdav
module=calendar_remoteics
url=http://webdav.davserver.net/private/pim/
file=remotecalendar.ics
username=<LOGIN>
password=<PASSWORD>

[shrsim]
description=SHR SIM Card Contacts
module=contacts_dbussim
max_simentries = 250
simentry_name_maxlength=18


No-screenshot.png PISI

PIM synchronization


Homepage: https://projects.openmoko.org/plugins/wiki/index.php?id=156&type=g
Package:
Tested on: SHR