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: , ,

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:

  1. Text chat, of course
  2. Gtalk support
  3. Good transports support
  4. Other services support (JUD, conference, etc.)
  5. Message history with offline reading and/or exporting to memo
  6. i18n support
  7. Multi accounts at the same time
  8. SSL support
  9. Background running
  10. Customizable status message
  11. Smileys support, if possible
  12. Avater support, if possible


tags: , , ,

22:54:29 by fishy - thought - Permanent Link

1 comment - no trackbacks yet - karma: 3 [+/-]

May the Force be with you. RAmen