{
"info": {
"author": "Gilles lenfant",
"author_email": "gilles.lenfant@alterway.fr",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Framework :: Zope2",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License (GPL)",
"Programming Language :: Python",
"Topic :: Software Development :: Documentation"
],
"description": "================\naws.zope2zcmldoc\n================\n\nAn additional Zope 2 control panel that renders the live ZCML documentation,\nthis means the ZCML that is installed in your Zope instance, including the ZCML\nvocabulary provided by the third party components. Read more details and have a\nlook at some screenshots in `this blog post\n`_.\n\nIntended audience\n=================\n\nThis component is clearly dedicated to Zope developers and integrators. This\ncomponent does not provide features for the end user.\n\nWorks with\n==========\n\n``aws.zope2zcmldoc`` has been tested with Zope 2.10 to Zope 2.13. It may or may\nnot work with earlier or later versions of Zope.\n\nTests reports with other Zope versions, and related contributions are welcome\n(note that supporting Zope 2.8 and earlier versions is not considered).\n\nInstallation\n============\n\nWith ``zc.buildout`` and ``plone.recipe.zope2instance``, you just need to add\nthis in your ``buildout.cfg`` file ::\n\n ...\n [instance]\n recipe = plone.recipe.zope2instance\n ...\n eggs =\n ...\n aws.zope2zcmldoc\n ...\n # You don't need this if you have Plone 3.3 or later in the eggs list\n zcml =\n ...\n aws.zope2zcmldoc\n ...\n\n\n.. admonition:: Control panel creation\n\n Sorry for the impatients but I did not find the way to automate the creation\n of a new Zope 2 control panel at Zope startup. In order to complete the\n installation, and install the control panel entry, open a browser in your\n Zope root as Manager and type in your address bar:\n\n ``http:///@@install-aws-zope2zcmldoc``\n\nNow go to the Zope Control Panel and learn the various ZCML namespaces, elements\nand attributes.\n\nUninstallation\n==============\n\nBefore removing the ``aws.zope2zcmldoc`` from your ``buildout.cfg`` and\nrebuilding your instance, you may want to remove the control panel entry.\n\nRemoving the Control Panel entry is not essential, but if you don't do this, a\nslate entry will be left in the Zope Control Panel of your Zope instance.\n\nStart your Zope instance, open a browser in your Zope root as Manager and type\nin your address bar:\n\n ``http:///@@uninstall-aws-zope2zcmldoc``\n\nLicense\n=======\n\nThis software is licensed under GNU GPL available here:\nhttp://www.gnu.org/licenses/gpl.html\n\nSome URLs\n=========\n\nOn Pypi:\n http://pypi.python.org/pypi/aws.zope2zcmldoc\n\nSubversion repository:\n https://svn.plone.org/svn/collective/aws.zope2zcmldoc/\n\nContributors\n============\n\n* `Gilles Lenfant `_: Main developer.\n\n* `Leonardo Caballero `_: i18n and spanish\n translations.\n\nSponsored by Alter Way\n======================\n\nhttp://www.alterway.fr\n\nChangelog\n=========\n\n1.1.0\n-----\n\n- Missing spanish translations added\n [macagua]\n\n1.1.0rc1\n--------\n\n- Code cleanup with pyflakes and pep8\n [glenfant]\n\n- Removed useless