Revision history for Perl extension Circa::Indexer.
Revision 1.11 2001/03/29 19:36:32 alian
- Add pod documentation for add_site function
- Add some default parameters
- Optimize update routine
- Change export and import routine for allow no password
- Add return for addSite function (id of account created)
Revision 1.10 2001/03/25 19:43:24 alian
- Update POD documentation
- Add export and import_data routine
- Add stats routines
Revision 1.9 2001/02/05 00:09:32 alian
- Add parameters to new method
- Correct set_host_indexed method
- Add pod documentation
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
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.6 Date: 2000/10/18 11:30:00
- Add english doc Indexer/Indexer.pm
- Correct problem with local indexing
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.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.3 Date: 2000/09/22 22:07:25
- Add navigation by category
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.1 Date: Fri Sep 15 00:23:10 2000
- original release