Changeset 986
- Timestamp:
- 10/01/07 09:37:19
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qSEOptimizer/branches/additional-keywords/README.txt
r961 r986 52 52 53 53 * Plone 2.0+ (compatible with all versions up to 3.0.1) 54 54 55 Notes 56 57 * If you want to use product with zope-2.8.x then remove configure.zcml and overrides.zcml 58 59 * "Additional keywords that should be added to the content types." field in configlet is usable only in Plone 2.5 and higher. 60 55 61 Links 56 62 57 63 * "Product Homepage":http://quintagroup.com/services/plone-development/products/qSEOptimizer 58 64 59 65 Authors 60 66 qSEOptimizer/branches/additional-keywords/overrides.zcml
r954 r986 2 2 xmlns="http://namespaces.zope.org/zope" 3 3 xmlns:zcml="http://namespaces.zope.org/zcml"> 4 <include zcml:condition=" installed plone.app.viewletmanager"4 <include zcml:condition="have plone.app.viewletmanageqqqqqqr" 5 5 package=".browser" /> 6 6
