Personal tools
Skip to content. | Skip to navigation
Products.fatsyndication Generic syndication support for Archetypes content. For supported feed types see package Products.basesyndication. Changelog for Products.fatsyndication 1.0.1 - let the egg depend on 'Products.basesyndication'; fixes Quills issue 190 (r85361)1.0.0 (rev. 85110) - updated egg metadata, package description and history (r85095, r83999)- set translation domain for ZCML...
:target:
isURLInPortal patch for Plone This patches the isURLInPortal method in Plone. The method is in Products.CMFPlone/URLTool.py in the URLTool class. Basic use in a page template is:: <a tal:define"url request/came_from" tal:attributes"href url" tal:condition"python:context.portal_url.isURLInPortal(url)"> This link is only shown when it is somewhere in the Plone portal.What does isURLInPortal do?...
.. image::
ManagableIndex Products.ManagableIndex is a framework for the easy construction of efficient, flexible, via the ZMI fully customizable indexes for Zope 2.11 (or above). It comes with a set of predefined indexes: Field, Keyword, Path, Range, Word and SimpleText index. Usually, they are more flexible and more efficient than the corresponding indexes from the Zope core.Products.ManagableIndex...
--People coming to Plone from other CMS or from no CMS at all often want to be able to bulk import existing content. There are also cases of sites which produce a high volume of content that needs to be published constantly.The easiest way to achieve the goal of allowing import/export of structured content currently is through introspectable schemas. Archetypes provides this right now....
membrane is a set of PluggableAuthService (PAS) plug-ins that allow for the user-related behaviour and data (authentication, properties, roles, groups, etc.) to be obtained from content within a Plone site. It does not actually provide a full member implementation, it is intended to be a set of tools from which a full implementation can be constructed. It is meant to be flexible and pluggable,...
Mimetypes Registry Provide a registry of mimetypes, accessible via the mimetypes_registry tool. Upgrade from older versions If you want to use the updated mimetypes registry database from the version after 2.0.6 and you don't have important customizations you need to keep, just delete the old mimetypes_registry tool from ZMI and import all steps from the MimetypesRegistry profile. How to...