Mercurial > eagle-eye
comparison README @ 46:9466964ae5bb
added url of debian packags.
author | "Rex Tsai <chihchun@kalug.linux.org.tw>" |
---|---|
date | Fri, 17 Oct 2008 14:06:31 +0800 |
parents | 4d59ba5905f6 |
children | 9356eafcdde7 |
comparison
equal
deleted
inserted
replaced
45:4d59ba5905f6 | 46:9466964ae5bb |
---|---|
1 http://www.assembla.com/spaces/eagle-eye | 1 Project Homepage: http://www.assembla.com/spaces/eagle-eye |
2 | 2 |
3 = Files = | 3 = Files = |
4 | 4 |
5 Ikariam.pm - Basic modules for collectoin information from web, and the web access/submit functions will be also implemented. | 5 Ikariam.pm - Basic modules for collectoin information from web, and the web access/submit functions will be also implemented. |
6 | 6 |
21 libhtml-tagparser-perl - HTML::TagParser; | 21 libhtml-tagparser-perl - HTML::TagParser; |
22 libio-compress-zlib-perl - IO::Uncompress::Gunzip | 22 libio-compress-zlib-perl - IO::Uncompress::Gunzip |
23 libwww-perl - LWP | 23 libwww-perl - LWP |
24 libwww-mechanize-perl - WWW::Mechanize | 24 libwww-mechanize-perl - WWW::Mechanize |
25 | 25 |
26 You can download missed debian packages from http://www.assembla.com/spaces/eagle-eye/documents | |
27 | |
26 * Create the sqlite3 database 'ikariam.sqlite' first, based on ikariam.sql | 28 * Create the sqlite3 database 'ikariam.sqlite' first, based on ikariam.sql |
27 $ cat ikariam.sql|sqlite3 ikariam.sqlite | 29 $ cat ikariam.sql|sqlite3 ikariam.sqlite |
28 * Create the config file, at ${HOME}/.eagleeye.pm. The file content are | 30 * Create the config file, at ${HOME}/.eagleeye.pm. The file content are |
29 package main; | 31 package main; |
30 | 32 |