{
"info": {
"author": "Edition1",
"author_email": "info@edition1.nl",
"bugtrack_url": null,
"classifiers": [
"Environment :: Web Environment",
"Framework :: Plone",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2.6",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"description": ".. contents::\n\nIntroduction\n============\n\nThis package provides a responsive replacement for the\n``plone.global_sections`` viewlet. But note that just installing this\ntheme in itself does not replace anything. You will have to adjust\nyour theme to make use of this package.\n\nSet up edition1.menu in your theme product\n------------------------------------------\n\nAdd the package as dependency to you theme product. To do so add edition1.menu to the section install_requires in your setup.py::\n\n install_requires=[\n 'setuptools',\n # -*- Extra requirements: -*-\n 'edition1.menu',\n ],\n\n\nNext, add edition1.menu to your metadata.xml::\n\n