{ "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
  • , not only\n on the tag [thomasw]\n\n\n1.3.2 (2009-09-30)\n------------------\n\n- Nothing changed yet.\n\n1.3.1 (2009-09-30)\n------------------\n\n- Bug fix: the parent folder could be selected as a link even though it isn't a\n document\n- Feature: scroll to the top of the linkbox when a document is displayed\n without causing the page to jump up and down for longer and shorter\n documents.\n\n1.3.0 (2009-09-29)\n------------------\n\n- linkcollection can now also be used on ATFolders. For the Annotations-factory, I had to use a somewhat\n awkward naming & inheritance construct, so as not to break existing linkcollection instances.\n- added a BrowserView (linkcollection-view) for displaying contents of a Linkcollection\n- enhanced search mechanism to distinguish between folder and document (thomasw)\n\nslc.linkcollection 1.2.3 (2009-07-20)\n-------------------------------------\n\n- added an id to the linkcollection prefetched docs so that they can be fetched by the linkscanner (pilz)\n\nslc.linkcollection 1.2.2 (2009-07-06)\n-------------------------------------\n\n- small fix for a bug with empty append\n\nslc.linkcollection 1.2.1 (2009-07-03)\n-------------------------------------\n\n- Fixed problem where LC references a non existing doc but still appends it to the list (pilz)\n\nslc.linkcollection 1.2 (2009-06-19)\n-----------------------------------\n\n- test fixes (gerken)\n\nslc.linkcollection 1.1 (2009-05-12)\n-----------------------------------\n\n- Packaged egg (pilz)\n\nslc.linkcollection 1.0 (2008-03-31)\n-----------------------------------\n\n- Initial port\n\nContributors\n============\n\n- Alexander Pilz (Syslab.com GmbH)\n- Cillian de Roiste (Syslab.com GmbH)\n- Jan Carel Brand (Syslab.com GmbH)\n- Patrick Gerken (Syslab.com GmbH)\n- Wolfgang Thomas (Syslab.com GmbH)\n- Cornelis Kolbach (Cornae.org)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://svn.plone.org/svn/plone/plone.example", "keywords": "viewlet links jquery subnavigation", "license": "GPL + EUPL", "maintainer": null, "maintainer_email": null, "name": "slc.linkcollection", "package_url": "https://pypi.org/project/slc.linkcollection/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/slc.linkcollection/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://svn.plone.org/svn/plone/plone.example" }, "release_url": "https://pypi.org/project/slc.linkcollection/1.4.2/", "requires_dist": null, "requires_python": null, "summary": "A viewlet displaying links to subdocuments and quickly loading their content via jquery", "version": "1.4.2" }, "last_serial": 947910, "releases": { "1.2": [ { "comment_text": "", "digests": { "md5": "e4e20bdb1f974255a8525f94bfae947c", "sha256": "7db100a557378cc6c0182d3dd6592a82bf68b26a2352cba45e8f426ed1a8daad" }, "downloads": -1, "filename": "slc.linkcollection-1.2.zip", "has_sig": false, "md5_digest": "e4e20bdb1f974255a8525f94bfae947c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22942, "upload_time": "2009-06-19T12:53:07", "url": "https://files.pythonhosted.org/packages/23/68/08349839d03c6d13c663935a13b2de3f1954967639aa7e76951f1012d6ce/slc.linkcollection-1.2.zip" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "f8d209acb59c60804907032487dea5cb", "sha256": "ca7b346e724134453ab8a3d75c760ec5750092bed752e8d54d139ea49dbdc2af" }, "downloads": -1, "filename": "slc.linkcollection-1.2.1.zip", "has_sig": false, "md5_digest": "f8d209acb59c60804907032487dea5cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23060, "upload_time": "2009-07-03T17:07:57", "url": "https://files.pythonhosted.org/packages/3a/41/a21d515509841ea64f6eb0d6b200562aca872da404113ab279f049da6c1e/slc.linkcollection-1.2.1.zip" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "e3778989eb64a0a7114ef8c448a89ccf", "sha256": "d42db992a014f896b55fbf4a196253c077125d63625ccacc5666aba55974e06b" }, "downloads": -1, "filename": "slc.linkcollection-1.2.2.zip", "has_sig": false, "md5_digest": "e3778989eb64a0a7114ef8c448a89ccf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23168, "upload_time": "2009-07-06T21:50:38", "url": "https://files.pythonhosted.org/packages/ca/95/52bd1a776c894bceb4bcb027925156bf5c361c84deeb47034350db7bd311/slc.linkcollection-1.2.2.zip" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "7d98a7f529b9969f4609823c7543d539", "sha256": "a0b48f40022824e761f4d6de781b1bb88f9edb9b97ce034d4c01496ab8ce4610" }, "downloads": -1, "filename": "slc.linkcollection-1.2.3.zip", "has_sig": false, "md5_digest": "7d98a7f529b9969f4609823c7543d539", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23329, "upload_time": "2009-07-20T22:29:46", "url": "https://files.pythonhosted.org/packages/3a/de/740bd33daef7894dc33b05f51b3d36b883d9a6872be726de99213ba70c3d/slc.linkcollection-1.2.3.zip" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "43caeb96af2e68a4c008548199e7da92", "sha256": "b6224659b0ff869610ce4e97cc638187a371caa3ff5d08825bde6de99544396e" }, "downloads": -1, "filename": "slc.linkcollection-1.3.0.tar.gz", "has_sig": false, "md5_digest": "43caeb96af2e68a4c008548199e7da92", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15589, "upload_time": "2009-09-29T13:12:15", "url": "https://files.pythonhosted.org/packages/7f/30/078be0834dc2c3b9b1729307c740f6c35978e3b62f12e8c620d741b3fd0b/slc.linkcollection-1.3.0.tar.gz" } ], "1.3.2": [ { "comment_text": "", "digests": { "md5": "7cf80734080075740c84b952c57b5b56", "sha256": "833f148ea5d06d70cec4def3c8a8bb9f2cb324a8c21932b3943c6303ff220cc4" }, "downloads": -1, "filename": "slc.linkcollection-1.3.2.tar.gz", "has_sig": false, "md5_digest": "7cf80734080075740c84b952c57b5b56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15426, "upload_time": "2009-09-30T18:58:32", "url": "https://files.pythonhosted.org/packages/bc/53/6a06c701e0e35a6d380481858550c9962a1d6b09362a1064733b54a32fc9/slc.linkcollection-1.3.2.tar.gz" } ], "1.3.3": [ { "comment_text": "", "digests": { "md5": "e0889a9cae2526b62cee84ed4db4f193", "sha256": "f423a2a9801f5945c32fbc74db5df1d425f9f8b318b414cf9b51e56f961c3b35" }, "downloads": -1, "filename": "slc.linkcollection-1.3.3.tar.gz", "has_sig": false, "md5_digest": "e0889a9cae2526b62cee84ed4db4f193", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17201, "upload_time": "2010-10-21T17:52:44", "url": "https://files.pythonhosted.org/packages/3b/40/4cce1a19bad5a91a5001e85ff943ff0341d58047cdbb75d8363579e52ce1/slc.linkcollection-1.3.3.tar.gz" } ], "1.3.4": [ { "comment_text": "", "digests": { "md5": "2c50f59c83d58a25cbb8afd8df6a5330", "sha256": "559cf8cc75efdc7a8d550b826b1920cc8ce49c5c95a543a1b191f36528a44a44" }, "downloads": -1, "filename": "slc.linkcollection-1.3.4.zip", "has_sig": false, "md5_digest": "2c50f59c83d58a25cbb8afd8df6a5330", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28460, "upload_time": "2010-11-23T12:03:24", "url": "https://files.pythonhosted.org/packages/09/3f/c6eb08d2c85acac0ab8eb3c3db3b834dc36e1e6220309dd9f0e2be3277bd/slc.linkcollection-1.3.4.zip" } ], "1.3.5": [ { "comment_text": "", "digests": { "md5": "199219643ae38af77b02d7136c477f97", "sha256": "b1abd125a7ab3ef011bb29e725ba6eca3fb0e2f596b4ae97f1b645277db00c66" }, "downloads": -1, "filename": "slc.linkcollection-1.3.5.zip", "has_sig": false, "md5_digest": "199219643ae38af77b02d7136c477f97", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31368, "upload_time": "2011-01-24T17:44:00", "url": "https://files.pythonhosted.org/packages/6c/30/3e0f36bb25fd35f59f4bee02f0e2047e19b5cdb57b07514e4a8616df85ad/slc.linkcollection-1.3.5.zip" } ], "1.3.6": [ { "comment_text": "", "digests": { "md5": "f3612603fa5ae61835ae61ecd417e8d5", "sha256": "17331bc5d21852cf8b5a0b4392b838222877122874fdf4577757e4eaada08373" }, "downloads": -1, "filename": "slc.linkcollection-1.3.6.zip", "has_sig": false, "md5_digest": "f3612603fa5ae61835ae61ecd417e8d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32101, "upload_time": "2011-05-18T15:57:34", "url": "https://files.pythonhosted.org/packages/44/b7/2c8421a40f29487c024aefd108553a287370ac690fe587aa610fb8926a20/slc.linkcollection-1.3.6.zip" } ], "1.3.7": [ { "comment_text": "", "digests": { "md5": "224095cade996a778661fec5722308b1", "sha256": "71887d5f98eb8b5a4683f71cd6b4266f8c88bdbfb343c977d5b8bdbea9d4c959" }, "downloads": -1, "filename": "slc.linkcollection-1.3.7.zip", "has_sig": false, "md5_digest": "224095cade996a778661fec5722308b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32459, "upload_time": "2011-05-19T18:35:52", "url": "https://files.pythonhosted.org/packages/79/46/db83905f72f76ac09a5a3594f88199febc199203662e6fe892555c66182e/slc.linkcollection-1.3.7.zip" } ], "1.3.8": [ { "comment_text": "", "digests": { "md5": "470d3492bdf3c67274d19def5ff197b9", "sha256": "42df62c67d1eafdce5458459b414f8bb37a04206f3ea7c21aa4570f3325925af" }, "downloads": -1, "filename": "slc.linkcollection-1.3.8.zip", "has_sig": false, "md5_digest": "470d3492bdf3c67274d19def5ff197b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32596, "upload_time": "2012-04-16T15:44:45", "url": "https://files.pythonhosted.org/packages/6b/3b/782ce0146c4b01ef1fb9e3630d7ffbcaac3ef65fc108dec22fbfa0d09624/slc.linkcollection-1.3.8.zip" } ], "1.4.0": [ { "comment_text": "", "digests": { "md5": "6a99febd20e44f4d4da9f60757802484", "sha256": "16dbde0d504e81e6be7a3affd5da4667c64d7ddd0e7ff5c893d16b8db953526d" }, "downloads": -1, "filename": "slc.linkcollection-1.4.0.zip", "has_sig": false, "md5_digest": "6a99febd20e44f4d4da9f60757802484", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32567, "upload_time": "2011-11-29T17:44:53", "url": "https://files.pythonhosted.org/packages/ca/db/6acc1e7e84d472b1294445a719c4642a849a320727f8c96f344df184c362/slc.linkcollection-1.4.0.zip" } ], "1.4.1": [ { "comment_text": "", "digests": { "md5": "8788d6ba54f2385c0d59e6f15e20efcd", "sha256": "ff97c2dea01e098755edfe5bb0f7888059805636a724c1d9ca30c3c74fa5b4bb" }, "downloads": -1, "filename": "slc.linkcollection-1.4.1.zip", "has_sig": false, "md5_digest": "8788d6ba54f2385c0d59e6f15e20efcd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33295, "upload_time": "2012-09-17T14:23:27", "url": "https://files.pythonhosted.org/packages/37/88/cd54e8530ed72289ebdc31117cbe24d2a1e482ce2036fe3ea34d9a1acd3d/slc.linkcollection-1.4.1.zip" } ], "1.4.2": [ { "comment_text": "", "digests": { "md5": "8c8db6aaa84b8e2ac4f0f2f11c78474e", "sha256": "d1131c839fa58cae13b12c02e5240371380dba67037708ceed59f64057416ab3" }, "downloads": -1, "filename": "slc.linkcollection-1.4.2.zip", "has_sig": false, "md5_digest": "8c8db6aaa84b8e2ac4f0f2f11c78474e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32523, "upload_time": "2013-12-18T15:13:42", "url": "https://files.pythonhosted.org/packages/91/97/fe2d2e0b68cea36999f2985ead4646eee2a36acd88cb91ceafc24ce70c97/slc.linkcollection-1.4.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8c8db6aaa84b8e2ac4f0f2f11c78474e", "sha256": "d1131c839fa58cae13b12c02e5240371380dba67037708ceed59f64057416ab3" }, "downloads": -1, "filename": "slc.linkcollection-1.4.2.zip", "has_sig": false, "md5_digest": "8c8db6aaa84b8e2ac4f0f2f11c78474e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32523, "upload_time": "2013-12-18T15:13:42", "url": "https://files.pythonhosted.org/packages/91/97/fe2d2e0b68cea36999f2985ead4646eee2a36acd88cb91ceafc24ce70c97/slc.linkcollection-1.4.2.zip" } ] }