Scripts for Ticker.app
======================

These are the small scripts to download the headlines of the web page into a
file.

- freshmeat.sh
  For http://freshmeat.net. Output file is : ~/.freshmeat

- slashdot.sh
  For http://slashdot.org. Output file is ~/.slashdot


e.g.)

1. Edit crontab.

  $ contab -e

2. Add entry as below.

  0 * * * * /home/seiichi/bin/freshmeat.sh > /dev/null 2>&1

3. Run Ticker.app with "-f, --file" option.

  ticker.app -f ~/.freshmeat


Copyright
=========
GPL applies all portions of the code I wrote.


Author
======
Seiichi SATO <ssato@sh.rim.or.jp>


URL
===
http://www.sh.rim.or.jp/~ssato/dockapp/#ticker.app

