{ "info": { "author": "Syslab.com GmbH", "author_email": "info@syslab.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "License :: OSI Approved :: European Union Public Licence 1.1 (EUPL 1.1)", "License :: OSI Approved :: GNU General Public License (GPL)", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Project Description\n*******************\n\n.. contents::\n\n.. Note!\n -----\n\n - code repository\n - bug tracker\n - questions/comments feedback mail\n\n\n- Code repository: https://github.com/collective/slc.linkcollection\n- Questions and comments to info (at) syslab (dot) com\n- Report bugs at http://plone.org/products/slc.linkcollection\n\n\nOverview\n========\n\nThis is a simple add-on that provides a tabbed-style display for the content of documents.\nYou only need to add class \"linkcollection\" to a h2 heading. This heading will be\nturned into the title of the tab, and the following content, until the next such heading\nor the end of the page, will become the tab content. There can only be one tab open at a\ntime - clicking on one tab closes the others.\n\nAt the bottom of each tab's content, an anchor link to the top is inserted. Clicking on it will\ncause a smooth scroll to the top.\n\nWYSIWYG editor integration\n--------------------------\n\nYou can add a style to the editor of your choice, so that a heading can be added to a link collection\nwithout the need for manually adding a class.\n\nFor TinyMCE, go to portal_tinymce/@@tinymce-controlpanel and add the following line under Styles::\n\n Linkcollection|h2|linkcollection\n\nFor CKEditor, go to @@ckeditor-controlpanel and add the following line under Menu Styles,\nin the section Block Styles::\n\n { name : 'Linkcollection', element: 'h2', attributes: {'class': 'linkcollection' } },\n\nLegacy implementation\n---------------------\n\nThe first version of the link collection worked by selecting references to documents to be displayed.\nHence the name \"link collection\". The tabbed collection itself was displayed in a viewlet. The code\nfor this version is still present, but not recommended to use for SEO reasons (content duplication\nis considered bad).\n\nCredits\n=======\n\nCopyright European Agency for Health and Safety at Work and Syslab.com\nGmbH.\n\nslc.linkcollection development was funded by the European Agency for\nHealth and Safety at Work.\n\n\nLicense\n=======\n\nslc.linkcollection is licensed under the GNU Lesser Generic Public\nLicense, version 2 or later and EUPL version 1.1 only. The complete\nlicense texts can be found in docs/LICENSE.GPL and docs/LICENSE.EUPL.\n\nslc.linkcollection Changelog\n============================\n\n1.4.2 (2013-12-18)\n------------------\n\n- Replace jQuery with jq to avoid conflicts [deroiste]\n\n\n1.4.1 (2012-09-17)\n------------------\n\n- Plone 4\n\n1.4.0 (2011-11-29)\n------------------\n\n- Minor changes for Plone4 compatibility [thomasw]\n\n1.3.7 (2011-05-19)\n------------------\n\n- Added \"slow\" scrolling to anchors for jQuery based version [thomasw]\n\n1.3.6 (2011-05-18)\n------------------\n\n- New jquery-ui based link collection: simply assign class \"linkcollection\" to\n a number of h2 tags. SEO improvement, refs #2830 [thomasw]\n\n1.3.5 (2011-01-24)\n------------------\n\n- Added new styles to linkbox, provided by cornae. Reference: Syslab #1152\n [cornae, thomasw]\n- Added anchor and corresponding \"Go up\" link. Reference: Syslab #1152\n [thomasw]\n\n1.3.4 (2010-11-23)\n------------------\n\n- deactivated setting the div's height to maxheight #253 [thomasw]\n\n1.3.3 (2010-10-21)\n------------------\n\n- set a class denoting the currently selected item also on the