bunch of changes: make design more modular, implement index (partial
[webpac] / TODO
1 This that has to be done (or fixed)
2
3 - allmost everything
4 * isis2xml.pl
5         - create swish configuration file "on the fly"
6
7 - implement Makefile.PL and install modules in "proper" places.
8
9 - implement circulation
10
11 - make swish to search case sensitive and insesitive depending on input
12   string: if it has capital letters search case sensitive
13
14 - index should show some records before and after matched term.
15
16 ---------------------------------------------------------------------------
17
18 General implementation notes:
19
20 - automatic crawlers should keep local copy (DBI) and e-mail publications
21   which are added (and generate report for users (last month, 6 months)
22   using cgi)
23
24 ---------------------------------------------------------------------------
25
26 This are notes about WWW interface:
27
28 - re-use good ideas from MPS indexer (which was used as proof-of-concept,
29   see paper at http://webpac.sf.net/)
30
31 - use CSS
32         * provide several color templates
33         * provide template without char size of color set (to enable
34           usage of default browser colors/font-size)
35
36 ---------------------------------------------------------------------------
37