ExternalSiteCatalog 1.1 (Jul 12, 2006)

Index and search external sites in a Plone site

For additional information about this project, please visit the overview page .

Available downloads

For all platforms (0 kB)

Release Notes

Tested with Plone 2.1.2, Plone 2.1.1, Plone 2.1
State Final release
License GPL
Release Manager Ingeniweb

TODO

- Catalog should be created like the Plone Catalog. Look especially
at Lexicon and Splitter configuration

- It should be possible to define a maximum depth

- It should be possible to do incremental indexing. Everything is
prepared for this. Just need to pass stats stored in the task
to the indexer.

1.1 - 2006/07/12

* Add a new lexicon : better for latin languages.

* Fix a template bug on external_catalog_search.zpt

* Change Charset strategy detection when indexing pages. Get charset in meta
tag "Content-Type" if not found in http headers.

1.0 - 2006/06/02

* Initial release

Change log

2006-07-12 19:55 clebeaupin

* version.txt: [AUTO] Bumped version.

2006-07-12 19:50 clebeaupin

* version.txt, CHANGES, tool.py, bin/directindexer.py,
skins/externalsitecatalogskins/external_catalog_search.zpt: * Add
a new lexicon : better for latin languages.

* Fix a template bug on external_catalog_search.zpt

* Change Charset strategy detection when indexing pages. Get
charset in meta
tag "Content-Type" if not found in http headers.

2006-07-06 17:25 roeder

* Extensions/Install.py: Moving to PloneInstallation

2006-07-06 17:25 roeder

* config.py: Added dependencies

2006-06-15 21:24 roeder

* bin/HarvestMan/connector.py: treat data and headers

2006-06-15 21:21 roeder

* bin/directindexer.py: treat non-html and all links

2006-06-06 15:32 roeder

* bin/directindexer.py: typo

2006-06-05 11:08 roeder

* tool.py: copy stats and add more info

2006-06-05 11:06 roeder

* content/ExternalSiteCatalogTask.py: Return int

2006-06-05 10:43 roeder

*