{ "info": { "author": "Zest Software", "author_email": "info@zestsoftware.nl", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Plone :: 3.3", "Framework :: Plone :: 4.0", "Framework :: Plone :: 4.1", "Framework :: Plone :: 4.2", "Programming Language :: Python" ], "description": "Introduction\n============\n\nThis is yet another social bookmarking viewlet based on\nhttp://www.addthis.com/\nWhy a new one and not for example `collective.addthis`_? Well,\nprobably just because it is so easy to generate the javascript with\nthe services we choose, and register this as a viewlet. We did that\nfor our own `Zest Software`_ site and a client wanted the same, but\nthen with s checkbox per page to turn it on or off.\n\n\nFeatures\n========\n\n- This gives you a viewlet near the bottom of the page with links to\n share this on LinkedIn, Twitter or Google; you can share on some other\n sites in a popup; plus a print button.\n\n- Also, you get an extra boolean field ``show_social_viewlet`` on the\n edit page (the Settings tab) of content types (using\n ``archetypes.schemaextender``). When this field is checked, the viewlet\n is shown. By default the field is not checked, so the viewlet is\n not shown.\n\n- The extra field and the viewlet are only available when\n you have actually installed this Add-On in your Plone Site (this is\n done using plone.browserlayer). So when your Zope instance has more\n than one Plone Site, the viewlet is only used in the site where you\n install it.\n\n\nConfiguration\n=============\n\nThere is no configuration in the UI. If you want to override the\ndefault value and fallback value for showing the viewlet you may want\nto look at ``config.py`` and do a monkey patch on the values there.\n\nIf you want to change the links that are shown, you should just\noverride the viewlet template, which is probably easiest using\n`z3c.jbot`_.\n\n\nCompatibility\n=============\n\n``zest.social`` has been tested with Plone 3.3. and Plone 4.0, using\n`archetypes.schemaextender`_ 1.6 and 2.0.3.\n\n\n.. _`collective.addthis`: http://pypi.python.org/pypi/collective.addthis \n.. _`archetypes.schemaextender`: http://pypi.python.org/pypi/archetypes.schemaextender\n.. _`z3c.jbot`: http://pypi.python.org/pypi/z3c.jbot\n.. _`Zest Software`: http://zestsoftware.nl\n\nChangelog\n=========\n\n1.3 (2012-09-12)\n----------------\n\n- Moved to github.\n [maurits]\n\n\n1.2 (2010-10-19)\n----------------\n\n- Added MANIFEST.in file so the released package will contain ``.mo``\n files (at least when using ``zest.releaser`` in combination with\n ``zest.pocompile``).\n [maurits]\n\n- When context.show_social_viewlet does not work, try \n context.getField('show_social_viewlet').get(context)\n as somehow the first only works when you have called getField once.\n Tested with archetypes.schemaextender 1.6 and 2.0.3.\n [maurits]\n\n- Added config.py to ease overriding the \n default value for the show_social_viewlet field (False)\n and the fallback value for when the field does not exist for the\n current object (False).\n [maurits]\n\n\n1.1 (2010-10-18)\n----------------\n\n- Explicitly load the zcml of the archetypes.schemaextender package so\n you do not need to add this yourself to your buildout config on\n Plone 3.2 or earlier.\n [maurits]\n\n\n1.0 (2010-10-18)\n----------------\n\n- Initial release. [maurits]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/zestsoftware/zest.social", "keywords": "social bookmarking addthis", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "zest.social", "package_url": "https://pypi.org/project/zest.social/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/zest.social/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/zestsoftware/zest.social" }, "release_url": "https://pypi.org/project/zest.social/1.3/", "requires_dist": null, "requires_python": null, "summary": "Zest Social Bookmarking", "version": "1.3" }, "last_serial": 748535, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "f031ffc89ffab5f991f7e9010be6c9a6", "sha256": "b210d855bb940246c8ed1f906e1c621141f6df22f9be77792c90a45650479364" }, "downloads": -1, "filename": "zest.social-1.0.tar.gz", "has_sig": false, "md5_digest": "f031ffc89ffab5f991f7e9010be6c9a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14543, "upload_time": "2010-10-18T17:19:36", "url": "https://files.pythonhosted.org/packages/22/df/2c58719d9e7d682eaeff6ccb147c369d6f549812581be011b257941bc813/zest.social-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "d8a04ff311ecec8dbd9500cdeb482342", "sha256": "d6148169fb0b27384a99a47656698daef3f001ae7e590f186e29aa3bc0d82a25" }, "downloads": -1, "filename": "zest.social-1.1.zip", "has_sig": false, "md5_digest": "d8a04ff311ecec8dbd9500cdeb482342", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23749, "upload_time": "2010-10-18T17:37:11", "url": "https://files.pythonhosted.org/packages/64/10/50db23b84cbd29a91e49684c81d14a33c1e720102601e3d32c43bbd8de3d/zest.social-1.1.zip" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "d26c76628d4950c49f10a4b68b7e5a32", "sha256": "9dd3b4f1f8dc4941b05ca8296353f0977a79ed0d29a9c3d8969295740c07cacf" }, "downloads": -1, "filename": "zest.social-1.2.zip", "has_sig": false, "md5_digest": "d26c76628d4950c49f10a4b68b7e5a32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26891, "upload_time": "2010-10-19T12:38:27", "url": "https://files.pythonhosted.org/packages/4b/81/ec692c2892407330e60a2b18d87e7dce0805c0d7db5a46d44fdc6a1135ba/zest.social-1.2.zip" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "329ae971445d01c0a5ca83a47e22b8e2", "sha256": "d0779f61a4819b0e20f04799ad0c2b9f33e0953aec44815d4437dcf5e45d7c4a" }, "downloads": -1, "filename": "zest.social-1.3.zip", "has_sig": false, "md5_digest": "329ae971445d01c0a5ca83a47e22b8e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28374, "upload_time": "2012-09-12T16:07:57", "url": "https://files.pythonhosted.org/packages/f6/57/d7ead8c5b1a7d420134c54bab9433d8da397a5af8a0b166737a475418d0b/zest.social-1.3.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "329ae971445d01c0a5ca83a47e22b8e2", "sha256": "d0779f61a4819b0e20f04799ad0c2b9f33e0953aec44815d4437dcf5e45d7c4a" }, "downloads": -1, "filename": "zest.social-1.3.zip", "has_sig": false, "md5_digest": "329ae971445d01c0a5ca83a47e22b8e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28374, "upload_time": "2012-09-12T16:07:57", "url": "https://files.pythonhosted.org/packages/f6/57/d7ead8c5b1a7d420134c54bab9433d8da397a5af8a0b166737a475418d0b/zest.social-1.3.zip" } ] }