La Vita è Bella
Tuesday, December 13, 2005
Backup script for Palm
Here's my backup script for my Treo 650, it can keep 1 weeks backup archives:
1 #!/bin/sh
2
3 cd ~/palm
4 pilot-xfer -s backup
5 ARCNAME=backup-`LC_ALL=C date +%Y%m%d-%a`.tar.bz2
6 rm -f backup*`LC_ALL=C date +%a`*.tar.bz2
7 tar jcfv ${ARCNAME} backup/
8
tags: linux, backup, palm
23:39:32 by fishy - linux - Permanent Link
no comments yet - no trackbacks yet - karma: 32 [+/-]
Tuesday, December 13, 2005
Proposol for Thishit
I've bought a Treo 650 half a month ago (photo), but there's no free good-to-use Jabber clients (Chatopus is more or less good, but not perfect, and it's a shareware with $16.95). So I think maybe I can develop a open-source Jabber client for PalmOS.
I'll call it "Thishit" :) , and planning to implement the following features:
- Text chat, of course
- Gtalk support
- Good transports support
- Other services support (JUD, conference, etc.)
- Message history with offline reading and/or exporting to memo
- i18n support
- Multi accounts at the same time
- SSL support
- Background running
- Customizable status message
- Smileys support, if possible
- Avater support, if possible
tags: palm, palmos, jabber, thishit
22:54:29 by fishy - thought - Permanent Link
1 comment - no trackbacks yet - karma: 3 [+/-]


