{ "info": { "author": "Simples Consultoria", "author_email": "products at simplesconsultoria com br", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Plone", "Framework :: Plone :: 4.3", "Framework :: Plone :: 5.0", "Framework :: Plone :: 5.1", "Intended Audience :: Education", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "***************\nGlossary\n***************\n\n.. contents:: Table of Contents\n\nLife, the Universe, and Everything\n==================================\n\nA Dexterity-based content type to define a glossary and its terms.\n\nThis package is inspired in `PloneGlossary`_.\n\n.. _`PloneGlossary`: https://pypi.python.org/pypi/Products.PloneGlossary\n\nMostly Harmless\n===============\n\n.. image:: http://img.shields.io/pypi/v/collective.glossary.svg\n :target: https://pypi.python.org/pypi/collective.glossary\n\n.. image:: https://img.shields.io/travis/collective/collective.glossary/master.svg\n :target: http://travis-ci.org/collective/collective.glossary\n\n.. image:: https://img.shields.io/coveralls/collective/collective.glossary/master.svg\n :target: https://coveralls.io/r/collective/collective.glossary\n\nGot an idea? Found a bug? Let us know by `opening a support ticket`_.\n\n.. _`opening a support ticket`: https://github.com/collective/collective.glossary/issues\n\nDon't Panic\n===========\n\nInstallation\n------------\n\nTo enable this package in a buildout-based installation:\n\n#. Edit your buildout.cfg and add add the following to it::\n\n [buildout]\n ...\n eggs =\n collective.glossary\n\nAfter updating the configuration you need to run ''bin/buildout'', which will take care of updating your system.\n\nGo to the 'Site Setup' page in a Plone site and click on the 'Add-ons' link.\n\nCheck the box next to ``collective.glossary`` and click the 'Activate' button.\n\nUsage\n-----\n\nTBD.\n\n\nScreenshots\n-----------\n\n.. figure:: https://raw.github.com/collective/collective.glossary/master/docs/glossary.png\n :align: center\n :height: 640px\n :width: 768px\n\n Create a Glossary.\n\n.. figure:: https://raw.github.com/collective/collective.glossary/master/docs/usage.png\n :align: center\n :height: 640px\n :width: 768px\n\n Use it!\n\n.. figure:: https://raw.github.com/collective/collective.glossary/master/docs/controlpanel.png\n :align: center\n :height: 400px\n :width: 768px\n\n The tooltip can be disabled in the control panel configlet.\n\nDeveloper Notes\n---------------\n\nThe terms are loaded in a page using an AJAX call to a browser view that returns them as a JSON object.\n\nThe tooltips will only be available in the default view of a content type instance.\n\nShare and Enjoy\n===============\n\nThis package would not have been possible without the contribution of the following people:\n\n- H\u00e9ctor Velarde\n- Rodrigo Ferreira de Souza\n- Font Awesome (`icons`_)\n\nYou can find an updated list of package contributors on `GitHub`_.\n\n.. _`GitHub`: https://github.com/collective/collective.glossary/contributors\n.. _`icons`: http://fortawesome.github.io/Font-Awesome/icons/\n\nChangelog\n=========\n\n1.0b1 (2016-12-19)\n------------------\n\n- Term template was refactored to avoid duplicated definitions (closes `#26`_)\n [hvelarde]\n\n- Glossary terms now use ``tile`` scales (closes `#5`_).\n [hvelarde]\n\n- Remove dependency on five.grok.\n [hvelarde]\n\n- Fix ``ReferenceError`` on JavaScript code (Plone 5 does not include global variables anymore).\n [hvelarde, rodfersou]\n\n- Remove dependency on Products.CMFQuickInstallerTool.\n [hvelarde]\n\n- Change glossary to always call JSON view from the portal URL (closes `#22`).\n [rodfersou]\n\n- A new rich text field was added to the Glossary content type.\n [hvelarde]\n\n- Normalize glossary index (closes `#18`_).\n [rodfersou]\n\n- Add option to select content types that will display glossary terms (closes `#14`_).\n [rodfersou]\n\n- Apply Glossary just to #content-core. (closes `#12`_).\n [rodfersou]\n\n- Review method `is_view_action` to work with Virtual Host configuration.\n [rodfersou]\n\n- Terms should only be added inside a Glossary (closes `#8`_).\n [hvelarde]\n\n\n1.0a1 (2015-05-18)\n------------------\n\n- Initial release.\n\n.. _`#5`: https://github.com/collective/collective.cover/issues/5\n.. _`#8`: https://github.com/collective/collective.cover/issues/8\n.. _`#12`: https://github.com/collective/collective.cover/issues/12\n.. _`#14`: https://github.com/collective/collective.cover/issues/14\n.. _`#18`: https://github.com/collective/collective.cover/issues/18\n.. _`#22`: https://github.com/collective/collective.cover/issues/22\n.. _`#26`: https://github.com/collective/collective.cover/issues/26", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/collective/collective.glossary", "keywords": "plone glossary", "license": "", "maintainer": "", "maintainer_email": "", "name": "collective.glossary", "package_url": "https://pypi.org/project/collective.glossary/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.glossary/", "project_urls": { "Homepage": "https://github.com/collective/collective.glossary" }, "release_url": "https://pypi.org/project/collective.glossary/1.0b1/", "requires_dist": [ "Products.CMFPlone (>=4.3)", "Products.GenericSetup", "plone.api", "plone.app.dexterity", "plone.app.registry", "plone.dexterity", "plone.namedfile", "setuptools", "zope.globalrequest", "zope.i18nmessageid", "zope.interface", "zope.schema", "AccessControl; extra == 'test'", "plone.app.robotframework; extra == 'test'", "plone.app.testing[robot] (>=4.2.2); extra == 'test'", "plone.browserlayer; extra == 'test'", "plone.registry; extra == 'test'", "plone.testing; extra == 'test'", "robotsuite; extra == 'test'", "zope.component; extra == 'test'" ], "requires_python": "", "summary": "A Dexterity-based content type to define a glossary and its terms.", "version": "1.0b1" }, "last_serial": 2529416, "releases": { "1.0a1": [ { "comment_text": "", "digests": { "md5": "1a027d6a5cff6bf71924013cd6ef75d7", "sha256": "4989d9bb453a6e60d471a613488a9716d27e8b44e8d10fab55510ff4208e71a4" }, "downloads": -1, "filename": "collective.glossary-1.0a1.tar.gz", "has_sig": false, "md5_digest": "1a027d6a5cff6bf71924013cd6ef75d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29107, "upload_time": "2015-05-18T15:10:07", "url": "https://files.pythonhosted.org/packages/43/3e/4743d6cbbc590efb3df68ca1bc4c4d426dfd7c7b035c0fb2855013ca41b6/collective.glossary-1.0a1.tar.gz" } ], "1.0b1": [ { "comment_text": "", "digests": { "md5": "776e7ee2e861607f74d15b59206752eb", "sha256": "3c0616940f8956bf0ebee68d36615c9116d0b90d7e84a607b3aee035c4d947f2" }, "downloads": -1, "filename": "collective.glossary-1.0b1-py2-none-any.whl", "has_sig": false, "md5_digest": "776e7ee2e861607f74d15b59206752eb", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 40979, "upload_time": "2016-12-20T00:31:41", "url": "https://files.pythonhosted.org/packages/0e/45/d0ff89d078e503c871d56bb61a3aced3ee274ad73aecd93c39742f1997b2/collective.glossary-1.0b1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0aaf8fa4f149846cacbe17d339feaae9", "sha256": "12efb9418c88ab496f8b843e0bf908937595e77868b01810dfa869618b3accdf" }, "downloads": -1, "filename": "collective.glossary-1.0b1.tar.gz", "has_sig": false, "md5_digest": "0aaf8fa4f149846cacbe17d339feaae9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 229082, "upload_time": "2016-12-20T00:31:45", "url": "https://files.pythonhosted.org/packages/eb/8a/a8f170f337e84a69d40e42c4be192d9db00805a6b14f3fd37aac21dd1a38/collective.glossary-1.0b1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "776e7ee2e861607f74d15b59206752eb", "sha256": "3c0616940f8956bf0ebee68d36615c9116d0b90d7e84a607b3aee035c4d947f2" }, "downloads": -1, "filename": "collective.glossary-1.0b1-py2-none-any.whl", "has_sig": false, "md5_digest": "776e7ee2e861607f74d15b59206752eb", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 40979, "upload_time": "2016-12-20T00:31:41", "url": "https://files.pythonhosted.org/packages/0e/45/d0ff89d078e503c871d56bb61a3aced3ee274ad73aecd93c39742f1997b2/collective.glossary-1.0b1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0aaf8fa4f149846cacbe17d339feaae9", "sha256": "12efb9418c88ab496f8b843e0bf908937595e77868b01810dfa869618b3accdf" }, "downloads": -1, "filename": "collective.glossary-1.0b1.tar.gz", "has_sig": false, "md5_digest": "0aaf8fa4f149846cacbe17d339feaae9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 229082, "upload_time": "2016-12-20T00:31:45", "url": "https://files.pythonhosted.org/packages/eb/8a/a8f170f337e84a69d40e42c4be192d9db00805a6b14f3fd37aac21dd1a38/collective.glossary-1.0b1.tar.gz" } ] }