How to install collective.azindexpage
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install collective.azindexpage
Lastest release
Introduction
This addon provide an index page managed by content manager. each content can be included in the index and you are choosing for which words using the same UI than keywords.
How to install
This addon can be installed as any Plone addons. Please follow the official documentation.
How it works
It extends default schema of Plone content types to provide a new field 'include this page in index' using an improved keyword field & widget using archetypes.linguakeywordwidget.
Credits
Changelog
1.0.3 (2013-02-15)
- Make this addon do not break plone if not installed
1.0.2 (2012-08-09)
- Add ramcache for words + purge the cache (memoize) when page added to the index. [toutpt]
1.0.1 (2012-08-07)
- Fix typo in template which break translation
1.0 (2012-08-07)
- Fix JS error preventDefault
- update NL language
1.0b2 (2012-07-03)
- Nothing changed yet.
1.0b1 (2012-05-29)
- Initial release