Revision history for Perl extension Circa::Indexer.
revision 1.1 Date: Fri Sep 15 00:23:10 2000
- original release
revision 1.2 Date: Wed Sep 20 00:44:09 2000
- add possibilities to index local file without
use a web server. To migrate database, add column
local_url varchar(255) to table links, and table
circa_local_url (
id char(25) NOT NULL,
path varchar(255) NOT NULL,
url varchar(255) NOT NULL
)
revision 1.3 Date: 2000/09/22 22:07:25
- Add navigation by category
revision 1.4 Date: 2000/09/25 23:25:43
- Update possibilities to index several site on a same database
- Update navigation by category
- Add a landa client to administrate one site (admin_compte.cgi)
- Use new MCD
revision 1.5 Date: 2000/09/28 16:05:14
- Update method in parsing for reject too frequent word
- Correct definition of table stats
Revision 1.6 Date: 2000/10/18 11:30:00
- Add english doc Indexer/Indexer.pm
- Correct problem with local indexing
Revision 1.7 Date: 2000/10/21 15:40:10
- Remove use of modules HTML::Parse, CGI, diagnostics
- Correct lot of things to get down memory usage
Revision 1.8 Date: 2000/11/23 22:11:11
- Add template as parameter
- Add timeout to 25s.
- Add updateUrl function
- Add "valide url" feature
- Add auto-categorie creation as option
- Add level control feature for estimate size index and limit use of speeder feature
- Replace count(*) with count(1)
- Add some function for administrate each compte
- Add feature to use categories a you want
- Add some pod documentation
- Correct some bugs
- TODO: find a bug with LinkExtor on some site like www.looksmart.bug
It's give out of memory error :-( the todo is correct this problem