{ "info": { "author": "Simples Consultoria", "author_email": "products@simplesconsultoria.com.br", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Plone", "Framework :: Plone :: 4.1", "Framework :: Plone :: 4.2", "Framework :: Plone :: 4.3", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "**************************************\nSocial bookmarks\n**************************************\n\n.. contents:: Table of Contents\n :depth: 2\n\nOverview\n--------\n\nThis product adds a Bookmark & Share action to a Plone 4 site.\n\nIt allows an anonymous or registered user to bookmark or share a content from a\nPlone site to a service like Delicious, Digg, Reddit or Twitter (62 providers\nalready included).\n\n\nRequirements\n------------\n\n - Plone 4.x (http://plone.org/products/plone)\n\n\nBrowsers and OS's\n^^^^^^^^^^^^^^^^^^^\n\nThis package has been tested with the following browsers and OS's:\n\n * Google Chrome (Linux/Win7/WinXP/MacOSX)\n\n * Internet Explorer 7.0 (WinXP/Vista)\n\n * Firefox 4 beta9 (Linux)\n\n * Firefox 3 (WinXP/Vista/MacOSX)\n\n * Safari 3 (WinXP/MacOSX)\n\n\nInstallation\n------------\n\nTo enable this product,on a buildout based installation:\n\n 1. Edit your buildout.cfg and add ``sc.social.bookmarks``\n to the list of eggs to install ::\n\n [buildout]\n ...\n eggs =\n sc.social.bookmarks\n\nAfter updating the configuration you need to run the ''bin/buildout'',\nwhich will take care of updating your system.\n\nGo to the 'Site Setup' page in the Plone interface and click on the\n'Add/Remove Products' link.\n\nChoose the product (check its checkbox) and click the 'Install' button.\n\nUninstall -- This can be done from the same management screen, but only\nif you installed it from the quick installer.\n\nNote: You may have to empty your browser cache and save your resource registries\nin order to see the effects of the product installation.\n\nSponsoring\n----------\n\nDevelopment of this product was sponsored by `Simples Consultoria\n`_.\n\n\nContributors\n------------\n\n * H\u00e9ctor Velarde - Plone 4 support, uninstall profile\n\n * Thiago Tamosauskas (thiago at simplesconsultoria dot com dot br) -\n Implementation\n\n * Erico Andrei (erico at simplesconsultoria dot com dot br) - Packaging and\n plumbing.\n\n * Johannes Raggam - Refactoring, portlet and conversion to jQuery\n\n * Robert Niederreiter - This and that\n\n\nChangelog\n-----------\n\n1.3.2 (2015-10-08)\n^^^^^^^^^^^^^^^^^^\n\n * Fixed massive bug with altering registry dict\n [wengole]\n\n\n1.3.1.dev0 (2015-01-29)\n^^^^^^^^^^^^^^^^^^^^\n\n * Refactor tests to use plone.app.testing\n [ericof]\n\n * Support Travis-Ci\n [ericof]\n\n * Use plone.registry instead portal_properties.\n A migration step is included to migrate old settings to the registry.\n [thet]\n\n * Add bookmark titles to the element instead of the .\n [thet]\n\n * Sort the bookmarks provider list alphabetically.\n [thet]\n\n * Remove version.txt and define it just in setup.py.\n [thet]\n\n * PEP8 and PyFlakes compliancy\n [ericof]\n\n * Allow specifying resource for bookmark image\n [wengole]\n\n * Share links now open popups\n [wengole]\n\n\n1.2.3 (2012-06-12)\n^^^^^^^^^^^^^^^^^^^^\n\n * Add a MANIFEST.in file [ericof]\n\n\n1.2.2 (2012-06-11)\n^^^^^^^^^^^^^^^^^^^^\n\n * Add sb_portlet module for 1.1 backwards compatibility.\n [thet]\n\n * Conditionally include permission.cfg [ericof]\n\n\n1.2.1 (2011-06-27)\n^^^^^^^^^^^^^^^^^^^^\n\n * Adding buildout configs to test sc.social.bookmarks\n [ericof]\n\n * Fixing Zope API change: IVocabularyFactory now in zope.schema.interfaces.\n [ericof]\n\n\n1.2 (2011-06-13)\n^^^^^^^^^^^^^^^^^^^^\n\n * Base bookmarks rendering with content provider instead of macro.\n [rnix]\n\n * Cleanup JS\n [rnix]\n\n * Add \"Show Icons Only\" Property to control panel and integrate into views\n [rnix]\n\n * German Translation\n [rnix]\n\n * Plone 4.1 compatibility.\n [thet]\n\n * Add all dependencies to setup.py.\n [thet]\n\n * Zope API change: IVocabularyFactory now in zope.schema.interfaces.\n [thet]\n\n * Add migration step.\n [thet]\n\n * More cleanup.\n [thet]\n\n\n1.1 (2011-01-21)\n^^^^^^^^^^^^^^^^^^^^\n\n * Add portlet for social bookmarks. [thet]\n * Removed KSS dependency and replace functionality with jQuery. [thet]\n * Created a bookmarks view and assigned it as href for the bookmarks-action.\n This makes it more accessible. [thet]\n * Code cleanup & refactoring. [thet]\n * change on version number [hvelarde]\n * entry_points to z3c.autoinclude.plugin; there's no need for a ZCML slug now [hvelarde]\n * fixing MessageFactory [hvelarde]\n * adding icon_expr to controlpanel.xml as required in Plone 4 [hvelarde]\n * adding some basic tests [hvelarde]\n * aesthetic changes on xml files [hvelarde]\n\n\n1.0 (2009-12-04)\n^^^^^^^^^^^^^^^^^^^^\n\n * Fix order of providers [lucmult]\n * Improve styles [tamosauskas]\n\n\n0.9 (2009-08-15)\n^^^^^^^^^^^^^^^^^^^^\n\n * Moves code to svn.plone.org/svn/collective/sc.social.bookmarks/\n [ericof]\n\n\n0.8 (2009-05-18)\n^^^^^^^^^^^^^^^^^^^^\n\n * Fixes an annoying issue with dancing divs\n [tamosauskas]\n\n\n0.7 (2009-04-15)\n^^^^^^^^^^^^^^^^^^^^\n\n * Fixes string formatting error in providers without all parameters mapped\n [ericof]\n * Adds a condition to avoid displaying bookmark action on content types not\n configured to enabled it\n [ericof]\n\n\n0.6 (2009-04-07)\n^^^^^^^^^^^^^^^^^^^^\n\n * Support for ordering selected providers\n [ericof]\n * Improvement on Control Panel usability, using new widgets\n [ericof]\n * Adds myspace icon\n [tamosauskas]\n\n\n0.5 (2009-02-27)\n^^^^^^^^^^^^^^^^^^^^\n\n * Initial Public Release to PyPi and Plone.org\n [ericof]\n * Very basic i18n support\n [ericof]\n * Styling and css\n [tamosauskas]\n * KSS-enabled document action\n [tamosauskas]\n * Filtering of content types\n [ericof]\n * Support for a fixed set of bookmarks providers\n [ericof]\n * Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.simplesconsultoria.com.br/", "keywords": "plone web social bookmarks delicious digg", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "sc.social.bookmarks", "package_url": "https://pypi.org/project/sc.social.bookmarks/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sc.social.bookmarks/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.simplesconsultoria.com.br/" }, "release_url": "https://pypi.org/project/sc.social.bookmarks/1.3.2/", "requires_dist": null, "requires_python": null, "summary": "Add social bookmarking and sharing capabilities to a\n Plone Site", "version": "1.3.2" }, "last_serial": 1758387, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "38b1175a1e3eb0382053ee1e88cf0b24", "sha256": "788b16fd8f93812c6fb37b3c1f085f0418da8ec54b83cbddbf2ab21427265780" }, "downloads": -1, "filename": "sc.social.bookmarks-0.5-py2.4.egg", "has_sig": false, "md5_digest": "38b1175a1e3eb0382053ee1e88cf0b24", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 94495, "upload_time": "2009-02-28T00:40:13", "url": "https://files.pythonhosted.org/packages/83/7f/12a24f4baf10083f4fc34df87ae254c92c188f9eccf97033c2bca0eaf020/sc.social.bookmarks-0.5-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "5ffd2c2eb17849c0ac96d4e42a9d10ac", "sha256": "80569dbc2797d79aacf34665c077e801d37a5292af816ad7ae9c38571fe8bd81" }, "downloads": -1, "filename": "sc.social.bookmarks-0.5.tar.gz", "has_sig": false, "md5_digest": "5ffd2c2eb17849c0ac96d4e42a9d10ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60437, "upload_time": "2009-02-28T00:40:10", "url": "https://files.pythonhosted.org/packages/9f/f4/789da4e5472a21cc5a63097d70d2c59bc2638500a402f52132f46cff4060/sc.social.bookmarks-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "6a6b94c4eb5277c2f1c0ddc393d5c3f2", "sha256": "ded3bd9730d765404662202afe50601b36c45af2b29f40e628091dd173b5ad08" }, "downloads": -1, "filename": "sc.social.bookmarks-0.6-py2.4.egg", "has_sig": false, "md5_digest": "6a6b94c4eb5277c2f1c0ddc393d5c3f2", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 95728, "upload_time": "2009-04-07T23:07:51", "url": "https://files.pythonhosted.org/packages/4e/db/9ef604fc1dc9cb618ac27679e2698496fbbc470f1757d23f0583614d1f9e/sc.social.bookmarks-0.6-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "a91ba5ef945e889108195e31aa7dbb15", "sha256": "919ed13ffe75020ce1b8ef26fa87bea42b37fc0adc618c24b507e7e40985ad94" }, "downloads": -1, "filename": "sc.social.bookmarks-0.6.tar.gz", "has_sig": false, "md5_digest": "a91ba5ef945e889108195e31aa7dbb15", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 61127, "upload_time": "2009-04-07T23:07:47", "url": "https://files.pythonhosted.org/packages/de/df/8d7fe55b6fb750c096861a88affe5593af78ea40ec0a2da7122489dc8376/sc.social.bookmarks-0.6.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "c042176aa3432fa1016f317f47e2ae46", "sha256": "6a96cad6ce01cfe66b6acf7cb1c17d4937a5e7e65a34a7984243af0b5169408d" }, "downloads": -1, "filename": "sc.social.bookmarks-0.7-py2.4.egg", "has_sig": false, "md5_digest": "c042176aa3432fa1016f317f47e2ae46", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 96181, "upload_time": "2009-04-16T06:40:10", "url": "https://files.pythonhosted.org/packages/90/47/7143308d366333543eb6272abba6b58483d7e4018615efb216b05c0f30da/sc.social.bookmarks-0.7-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "dae657f307aa4899e47baf28652bab2c", "sha256": "cb8ac1363404d01ab842d89212b3d99cb8261b445c37465d798483b84386ba78" }, "downloads": -1, "filename": "sc.social.bookmarks-0.7.tar.gz", "has_sig": false, "md5_digest": "dae657f307aa4899e47baf28652bab2c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 61455, "upload_time": "2009-04-16T06:40:06", "url": "https://files.pythonhosted.org/packages/11/18/eaca8df7c167b3f8ea34fda7250575eedef20ae5b4a166cf05cbc5dc6381/sc.social.bookmarks-0.7.tar.gz" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "6fd07e1d418885a161a4cdf02d4ac45c", "sha256": "86a260ef6fdeb1356ade85af5693c0d9a35856970a8caa6f48c263834a1202cc" }, "downloads": -1, "filename": "sc.social.bookmarks-0.8-py2.4.egg", "has_sig": false, "md5_digest": "6fd07e1d418885a161a4cdf02d4ac45c", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 96258, "upload_time": "2009-05-18T06:22:00", "url": "https://files.pythonhosted.org/packages/3a/05/074180d273932ae514f7ecb0e6f21092a20a1bbfb1c50192f1f512526d55/sc.social.bookmarks-0.8-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "315028f52d8c1054c577fe8be00f45d2", "sha256": "e0a2357af6a6f2dbb94d077c079c940209ba7c92f489fe3b6c8b47f339362db9" }, "downloads": -1, "filename": "sc.social.bookmarks-0.8.tar.gz", "has_sig": false, "md5_digest": "315028f52d8c1054c577fe8be00f45d2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 61577, "upload_time": "2009-05-18T06:21:57", "url": "https://files.pythonhosted.org/packages/86/c3/132f3206db07a04769160dcffc9457cbe20b5b160e25d9a2ce37fefe4718/sc.social.bookmarks-0.8.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "fcb87c1341389a8f386aad22831c226d", "sha256": "bc0bca1794e1a52e9f2da4b8e847d4d2b7e28e57177b73f79bb1b2369edad387" }, "downloads": -1, "filename": "sc.social.bookmarks-1.1.zip", "has_sig": false, "md5_digest": "fcb87c1341389a8f386aad22831c226d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 110493, "upload_time": "2011-01-21T13:48:08", "url": "https://files.pythonhosted.org/packages/50/ea/5a42c19b0c2dc1089ed6c792e364ef29d5ea9289116eea50a6f10e8be377/sc.social.bookmarks-1.1.zip" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "2af0a097c19bfe3a75846ca03e4849e5", "sha256": "a298175ecc72d6ea696f4c1ae550a54c4556b7ac9d13a3d6ac8f53134ccaa647" }, "downloads": -1, "filename": "sc.social.bookmarks-1.2.tar.gz", "has_sig": false, "md5_digest": "2af0a097c19bfe3a75846ca03e4849e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69864, "upload_time": "2011-06-13T19:50:17", "url": "https://files.pythonhosted.org/packages/73/49/02fb6b388429081f6d5dc3e0ea15a0bbd69fc6fb6efe30fd1237746be007/sc.social.bookmarks-1.2.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "73b5ad2ab289bf879599553fccc4d33f", "sha256": "d8a0810fb0b1cee96c5806111bdda3695514198ade91ba1816c251f5aa5e9738" }, "downloads": -1, "filename": "sc.social.bookmarks-1.2.1.tar.gz", "has_sig": false, "md5_digest": "73b5ad2ab289bf879599553fccc4d33f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71802, "upload_time": "2011-06-27T16:37:22", "url": "https://files.pythonhosted.org/packages/9a/32/1c07657a2b07a86c1062c7a112a7f70ac67442efad36abb62464ae43a9d6/sc.social.bookmarks-1.2.1.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "890179d76cd4133288d01d7b79dcf997", "sha256": "d347151cefd8f146287315a06c9f2ba8518f78bfb9c8a75785a45d8dc9a6f342" }, "downloads": -1, "filename": "sc.social.bookmarks-1.2.2.tar.gz", "has_sig": false, "md5_digest": "890179d76cd4133288d01d7b79dcf997", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12610, "upload_time": "2012-06-12T00:22:35", "url": "https://files.pythonhosted.org/packages/ed/62/c203effdb565734c47164add737ceab1bcc1d929e7590760459ecbf9afc7/sc.social.bookmarks-1.2.2.tar.gz" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "733bc5383cea24e8f44a6f37a2c00026", "sha256": "52a0f04d7d3fbb2f575f1266c2fadee945115ff23b704792ef70be771067b89e" }, "downloads": -1, "filename": "sc.social.bookmarks-1.2.3.tar.gz", "has_sig": false, "md5_digest": "733bc5383cea24e8f44a6f37a2c00026", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73749, "upload_time": "2012-06-13T01:14:30", "url": "https://files.pythonhosted.org/packages/8d/76/b39174d800c796f706e26282d48da5c61f6bcbba508bb2694abd54581f62/sc.social.bookmarks-1.2.3.tar.gz" } ], "1.3.2": [ { "comment_text": "", "digests": { "md5": "22ce128bb2f0d523a23c9a47f7d64672", "sha256": "33cd302ec025a38a91ba1c3800f0c28f1915c0299b422a4c91a41beb43ac3e3c" }, "downloads": -1, "filename": "sc.social.bookmarks-1.3.2.tar.gz", "has_sig": false, "md5_digest": "22ce128bb2f0d523a23c9a47f7d64672", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 79331, "upload_time": "2015-10-08T14:03:10", "url": "https://files.pythonhosted.org/packages/30/ed/2378bb17558d6434158c4ac22162198ebaeaf9a5df80ae1ad7851b493653/sc.social.bookmarks-1.3.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "22ce128bb2f0d523a23c9a47f7d64672", "sha256": "33cd302ec025a38a91ba1c3800f0c28f1915c0299b422a4c91a41beb43ac3e3c" }, "downloads": -1, "filename": "sc.social.bookmarks-1.3.2.tar.gz", "has_sig": false, "md5_digest": "22ce128bb2f0d523a23c9a47f7d64672", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 79331, "upload_time": "2015-10-08T14:03:10", "url": "https://files.pythonhosted.org/packages/30/ed/2378bb17558d6434158c4ac22162198ebaeaf9a5df80ae1ad7851b493653/sc.social.bookmarks-1.3.2.tar.gz" } ] }