{ "info": { "author": "JeanMichel FRANCOIS aka toutpt", "author_email": "toutpt@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Plone", "Framework :: Plone :: 4.3", "Framework :: Plone :: 5.0", "Framework :: Plone :: 5.1", "Intended Audience :: End Users/Desktop", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS Independent", "Programming Language :: JavaScript", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Office/Business :: News/Diary", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "*****************\ncollective.disqus\n*****************\n\n.. contents:: Table of Contents\n\nOverview\n--------\n\nIntegrates the `Disqus`_ commenting platform into Plone.\n\nDefault Plone discussion mechanism doesn't have a nice panel to administer\ncomments. It's hard to find new comments. It's not possible to block posts\nwith links or any other unwelcome contents.\n\nHowever there are much more specialized tools for commenting on the web:\n\n* `Disqus`_\n* `IntenseDebate`_\n* `JS-Kit`_\n\nThese commenting platforms can be easily integrated with sites, users just\nneed to create an account and add some special code into their websites.\n\nMostly Harmless\n---------------\n\n.. image:: http://img.shields.io/pypi/v/collective.disqus.svg\n :target: https://pypi.python.org/pypi/collective.disqus\n\n.. image:: https://img.shields.io/travis/collective/collective.disqus/master.svg\n :target: http://travis-ci.org/collective/collective.disqus\n\n.. image:: https://img.shields.io/coveralls/collective/collective.disqus/master.svg\n :target: https://coveralls.io/r/collective/collective.disqus\n\nGot an idea? Found a bug? Let us know by `opening a support ticket`_.\n\n\nInstallation\n------------\n\nTo enable this package in a buildout-based installation:\n\n1. Edit your buildout.cfg and add ``collective.disqus`` to the list of eggs to\n install::\n\n [buildout]\n ...\n eggs =\n collective.disqus\n\nAfter updating the configuration you need to run ''bin/buildout'', which will\ntake 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.disqus`` and click the 'Activate' button.\n\n.. Note::\n\tYou may have to empty your browser cache and save your resource registries\n\tin order to see the effects of the product installation.\n\nUpgrading from 0.3.1\n^^^^^^^^^^^^^^^^^^^^\n\n.. Warning::\n Versions 2.0 and up are not backwards compatible. If you are coming from an\n old version, you'll need to write your own upgrade code, or simply\n manually uninstall the old package before installing the new one.\n\nIf you're upgrading from a pre-2.0 installation you'll have to manually\nreconfigure the @@disqus-controlpanel.\n\nA GenericSetup upgrade profile called \"collective.disqus: cleanup old 0.3.1\ninstall\" will undo the viewlet suppression that was part of 0.3.1. This may\nalso unhide other belowcontent viewlets, YMMV. It does not provide a full\nupgrade.\n\nUsage\n-----\n\nConfiguration\n^^^^^^^^^^^^^\n\nTo enable Disqus comments in your site you need to:\n\n* Enable comments globally from Plone's default \"Discussion settings\" tool in the control panel.\n* Go to Disqus control panel configlet and enable \"Activate Disqus as system comment for Plone\"\n* Enter your blog's short name as provided by Disqus\n* Enable commenting for one or more types in the types control panel configlet.\n You can also disable commenting cor each item.\n\nNow a Disqus comment box should be shown for each content type that has\ncomments enabled.\n\nComments count\n^^^^^^^^^^^^^^\n\nThe product provides a 'Disqus summary view' that you can apply to any\nfolderish or collection-type content type. It will show a comments count\nnext to the \"Read more...\" link of each element.\n\nIn addition, there's a counter beneath the title of any object that accepts\ncomments. This is done through a viewlet named as \"disqus.comments.count\".\n\nPortlets\n^^^^^^^^\n\nThis product provides 2 portlets that you can use:\n\n* `Hot threads`_: Shows a list of threads sorted by hotness (date and likes)\n\n* `Popular threads`_: Shows a list of threads sorted by number of posts made\n since the specified interval\n\nThey both use the `Disqus API`_, and for them to work, you need to provide:\n\n* Access token\n* Public key\n* Secret key\n\nAnd to get them, you need to register an `API Disqus account`_\n\nTODO\n^^^^\n\nAdd a portlet that shows a list of `Trending threads`_.\n\n.. _`API Disqus account`: http://disqus.com/api/docs/\n.. _`Disqus API`: http://docs.disqus.com/developers/api/\n.. _`Disqus`: http://disqus.com/\n.. _`Hot threads`: http://disqus.com/api/docs/threads/listHot/\n.. _`IntenseDebate`: http://intensedebate.com/\n.. _`JS-Kit`: http://js-kit.com/\n.. _`opening a support ticket`: https://github.com/collective/collective.disqus/issues\n.. _`Popular threads`: http://disqus.com/api/docs/threads/listPopular/\n.. _`Trending threads`: http://disqus.com/api/docs/trends/listThreads/\n\nContributors\n------------\n\n- Wojciech Lichota\n- Rok Garbas\n- Harald Friessnegger\n- H\u00e9ctor Velarde\n- JeanMichel FRANCOIS\n- Juan A. Diaz\n- Franco Pellegrini\n- Guido Stevens\n- Andre Nogueira\n- Philip Bauer\n\nChangelog\n---------\n\n2.2.1 (2018-10-09)\n^^^^^^^^^^^^^^^^^^\n\n- Use HTTPS schema for comments counter too.\n [philipsahli]\n\n\n2.2 (2018-09-20)\n^^^^^^^^^^^^^^^^\n\n- Use HTTPS schema to load count.js from Disqus.\n [philipsahli]\n\n- Fix package dependencies.\n [hvelarde]\n\n- Remove soft dependency on zope.formlib under Plone 5;\n this fixes support for Plone 5.x.\n [hvelarde]\n\n- Drop support for Plone 4.2.\n [hvelarde]\n\n- Remove dependency on unittest2 and explicitly drop support for Python 2.6.\n [hvelarde]\n\n\n2.1 (2015-10-19)\n^^^^^^^^^^^^^^^^^^^\n\n- Update tests, docs and buildout to work with Plone 5.\n [pbauer]\n\n- Drop support for Plone 4.1.\n [hvelarde]\n\n\n2.0rc1 (2014-05-13)\n^^^^^^^^^^^^^^^^^^^\n\n- Update package dependencies.\n [hvelarde]\n\n- Added wrapper div \"disqus_thread_wrapper\" to comments to ease pull via Diazo\n [simahawk]\n\n- Added italian translations [simahawk]\n\n- Update pt_BR translation [ericof]\n\n- Use plone styles in portlets HTML [agnogueira]\n\n- Show portlets results inside an ordered list [agnogueira]\n\n- Fixes an issue with content title containing single quotes [ericof]\n\n- provide partial 0.3.1->2.0 upgrade profile [gyst]\n\n- Tested compatibility with Plone 4.3. [hvelarde]\n\n\n2.0b2 (2013-02-22)\n^^^^^^^^^^^^^^^^^^\n\n- Add Disqus icon on the control panel. [hvelarde]\n\n- Include an Id in the counter link for themming purposes [tamosauskas]\n\n- Update Traditional Chinese translation. [l34marr]\n\n- Bugfix, javascript variables weren't being embedded in the page.\n [jcbrand]\n\n\n2.0b1 (2012-12-13)\n^^^^^^^^^^^^^^^^^^^\n\n- Added a \"Disqus summary view\" to include comments count on listings.\n [frapell]\n\n- Added a viewlet that will display the comments count beneath the object's\n title. [frapell]\n\n- If wrong url (not returning json), return empty list. [flecox]\n\n- Use network-path reference to load Disqus JavaScript to avoid \"This Page\n Contains Both Secure and Non-Secure Items\" messages over HTTPS. [hvelarde]\n\n- Updated Brazilian Portuguese translation. [hvelarde]\n\n- Updated German translation. [fRiSi]\n\n- Updated Spanish translation. [frapell]\n\n- Bugfix for the article's titles. [frapell]\n\n- Avoid removal of registry records on reinstall. [hvelarde]\n\n- Tested for Plone 4.2 compatibility. [hvelarde]\n\n- Added portlets for hot and popular threads. [hvelarde]\n\n- Added records to access the Disqus API to the control panel. [hvelarde]\n\n- Updated development buildout configurations. [hvelarde]\n\n- Updated package distribution and documentation. [hvelarde]\n\n- Add control panel and viewlet. [toutpt]\n\n- Complete refactoring of the package. [toutpt, hvelarde, frapell]\n\n\n0.3.2 (unreleased)\n^^^^^^^^^^^^^^^^^^\n\n- moved javascript template code from disqus_panel.pt into it's view to bypass\n a chameleon related bug. [thet]\n- added DisqusAPI class for remote DISQUS API calls with predefined control\n panel settings, it inherits from disqus-python API [piv]\n- added option to switch DISQUS credit link off [piv]\n- added DISQUS SSO Addon support [piv]\n- added export comments view from plone to WXR format to import\n it into DISQUS [piv]\n- added product layer interface and registered viewlet for it instead of\n hiding it on uninstall [piv]\n- added highly recommended disqus_url additional parameter [piv]\n- added an option to display DISQUS comments only for anonymous [zupo]\n- add french translation [toutpt]\n- updated pot file and Spanish translation; removed mo file [hvelarde]\n- include Products.CMFCore.permissions.zcml [ajung]\n- add support for language param according to http://docs.disqus.com/help/97/\n [toutpt]\n\n\n0.3.1 (2011-01-31)\n^^^^^^^^^^^^^^^^^^\n\n- cleaned up i18n and added German translation [fRiSi]\n- added Spanish translation [hvelarde]\n- fixed action icons [hvelarde]\n- disqus_summary_listing now uses the configured shortname and includes\n the js only once [fRiSi]\n\n\n0.3.0 (2010-08-15)\n^^^^^^^^^^^^^^^^^^\n\n- updated disqus api [garbas]\n- added disqus summary listing view with number of comments [garbas]\n- added some basic integration tests using plone.app.testing [garbas]\n- removed actionicon registration - depracated [garbas]\n- found and fixed bug in plone which was causing hidding of default plone\n commenting viewlet only for \"Plone Classic Theme\". [garbas]\n https://dev.plone.org/plone/ticket/10903\n- add test buildout, with coverage report and pylint check\n current result is 82% coverage and pylint score is -13.21/10 [garbas]\n- added translation for english and slovenian [garbas]\n\n\n0.2.0 (2009-10-30)\n^^^^^^^^^^^^^^^^^^\n\n- Compatibility with Plone 4 [sargo]\n- Uninstall profile (unhide plone.comment viewlet, hide collective.disqus\n viewlet) [sargo]\n\n\n0.1.0 (2009-08-13)\n^^^^^^^^^^^^^^^^^^\n\n- Initial release [sargo]", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/collective/collective.disqus", "keywords": "plone disqus comments api portlets", "license": "GPLv2", "maintainer": "", "maintainer_email": "", "name": "collective.disqus", "package_url": "https://pypi.org/project/collective.disqus/", "platform": "", "project_url": "https://pypi.org/project/collective.disqus/", "project_urls": { "Homepage": "http://github.com/collective/collective.disqus" }, "release_url": "https://pypi.org/project/collective.disqus/2.2.1/", "requires_dist": null, "requires_python": "", "summary": "Integration of Disqus comments platform API into Plone.", "version": "2.2.1" }, "last_serial": 4357256, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "2de13cc49b9d2add1bca414592e55cf6", "sha256": "718a3c6abce239b1365db7bd3c811e99b18160aba9cfdd29d75808c9086e6de9" }, "downloads": -1, "filename": "collective.disqus-0.1.0.tar.gz", "has_sig": false, "md5_digest": "2de13cc49b9d2add1bca414592e55cf6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5938, "upload_time": "2009-08-13T00:11:28", "url": "https://files.pythonhosted.org/packages/76/34/56ca8792a3f0b1845b55e64cba078a1ab5923b38f8ed8417775fd13278cd/collective.disqus-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "39e510a3856f36831fb4ff4514d9c59a", "sha256": "d2331e444fa4067b1666e6a5dbc8099313d874c41392492c966a6af6ad1219ed" }, "downloads": -1, "filename": "collective.disqus-0.2.0.tar.gz", "has_sig": false, "md5_digest": "39e510a3856f36831fb4ff4514d9c59a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78917, "upload_time": "2009-10-31T18:42:57", "url": "https://files.pythonhosted.org/packages/8c/f7/708d2f4630b895e481cdfa58d7adb399633e7e79b36753cb1d3f37e5f1d5/collective.disqus-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "b5e6fbbda97c5c8a38b11f631bd3a09e", "sha256": "a19c96ce7fd246134869b096c739d95a0eb16f080318b01cdb9610701fc0bcd4" }, "downloads": -1, "filename": "collective.disqus-0.3.0.tar.gz", "has_sig": false, "md5_digest": "b5e6fbbda97c5c8a38b11f631bd3a09e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11527, "upload_time": "2010-08-15T04:39:36", "url": "https://files.pythonhosted.org/packages/bb/76/d7c02bd36ce291654cfb185e4cb64dc9ce5ea380b640b35cb39c2a18bf6c/collective.disqus-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "615cc53d4806b7c965de098ae44faef8", "sha256": "87270011388be94611dad22f4ec2f573c66cd1824e5877dc52040f01495a93a4" }, "downloads": -1, "filename": "collective.disqus-0.3.1.zip", "has_sig": false, "md5_digest": "615cc53d4806b7c965de098ae44faef8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 123255, "upload_time": "2011-01-31T13:47:19", "url": "https://files.pythonhosted.org/packages/bb/b0/f55acc973df2fd93cb461aa2aedc5514e11917ce6b1b98ac27150ab5c664/collective.disqus-0.3.1.zip" } ], "2.0b1": [ { "comment_text": "", "digests": { "md5": "7a7468badc76ef9ab244215d9720c55f", "sha256": "8802fd6800db751d6c511853e4b8f52196f12d4ec0f814aa90f7d5041935ca3c" }, "downloads": -1, "filename": "collective.disqus-2.0b1.zip", "has_sig": false, "md5_digest": "7a7468badc76ef9ab244215d9720c55f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71164, "upload_time": "2012-12-13T19:29:38", "url": "https://files.pythonhosted.org/packages/6d/57/2ff56236c8a84a3223d7568e0bfa160c61d4bb6bff7a281f1eedb541efc5/collective.disqus-2.0b1.zip" } ], "2.0b2": [ { "comment_text": "", "digests": { "md5": "8c44ecd01c53d5cc922b0327ff3a8dd5", "sha256": "b1f10216bb5974239dfebd53029f015ba4ef0c3a6280a3509196dec64e2948d0" }, "downloads": -1, "filename": "collective.disqus-2.0b2.zip", "has_sig": false, "md5_digest": "8c44ecd01c53d5cc922b0327ff3a8dd5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73935, "upload_time": "2013-02-22T03:30:10", "url": "https://files.pythonhosted.org/packages/b6/ff/30129ed297de1e67665da402a1f6af7845a71d08e126850c25cf1f5f36a1/collective.disqus-2.0b2.zip" } ], "2.0rc1": [ { "comment_text": "", "digests": { "md5": "54ee8f8b047d88ec36e1178a7c68cb14", "sha256": "fc71bc77344994e73c6132ed73f7a4db34ea078eb4c04e87c0f4a606cbb6dd28" }, "downloads": -1, "filename": "collective.disqus-2.0rc1.zip", "has_sig": false, "md5_digest": "54ee8f8b047d88ec36e1178a7c68cb14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 79612, "upload_time": "2014-05-13T17:30:28", "url": "https://files.pythonhosted.org/packages/23/af/641700c28f9ca53045f94af3bad25055951bba6dd816b1a80f0a15193935/collective.disqus-2.0rc1.zip" } ], "2.1": [ { "comment_text": "", "digests": { "md5": "563af7e885591b41db033afeb8a4041f", "sha256": "95a2cf5254b2ca21ec511bbd6e34b6b21b08d89afb11afae9c89deb12fc58259" }, "downloads": -1, "filename": "collective.disqus-2.1-py2-none-any.whl", "has_sig": false, "md5_digest": "563af7e885591b41db033afeb8a4041f", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 56068, "upload_time": "2015-10-19T17:17:59", "url": "https://files.pythonhosted.org/packages/00/37/e36fcfb1377ac1413a438b9e54745b2467b8de4dabb421209b508cd3c631/collective.disqus-2.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "91b9d823e977d2b2602064cbedef9cb3", "sha256": "d7d0358493f03ff42fae36cb87cf384f7c3e6a51bba7282dac2dee3aa1e689cc" }, "downloads": -1, "filename": "collective.disqus-2.1.tar.gz", "has_sig": false, "md5_digest": "91b9d823e977d2b2602064cbedef9cb3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41516, "upload_time": "2015-10-19T17:18:12", "url": "https://files.pythonhosted.org/packages/56/7f/5f2652f70c81b384aff90348d75cffb912b6615466448c064b717585b1fd/collective.disqus-2.1.tar.gz" } ], "2.2": [ { "comment_text": "", "digests": { "md5": "955c944782479e2f2d31e73e72d4d935", "sha256": "1aa6426397324df0c1f2197fc3b50dc09fd9bfa95d9d174d12b537e89b2ee5f3" }, "downloads": -1, "filename": "collective.disqus-2.2.tar.gz", "has_sig": false, "md5_digest": "955c944782479e2f2d31e73e72d4d935", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36633, "upload_time": "2018-09-20T20:09:45", "url": "https://files.pythonhosted.org/packages/c7/2f/79f8e7e8cd253cc4cf7cd674242f1afac56dcbd1f9ad24ebf50af0321197/collective.disqus-2.2.tar.gz" } ], "2.2.1": [ { "comment_text": "", "digests": { "md5": "d2b4dc99cd689acfae71b34a7370cd13", "sha256": "29f7b62b0cc2ab613d8e36015ef6d7e138695325905c8f93ec94707de35aa4c8" }, "downloads": -1, "filename": "collective.disqus-2.2.1.tar.gz", "has_sig": false, "md5_digest": "d2b4dc99cd689acfae71b34a7370cd13", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36352, "upload_time": "2018-10-09T19:29:42", "url": "https://files.pythonhosted.org/packages/57/2e/c9eafbf7b8658a59776b4f6bf2e5691cdbe21f2e633ae948fd587641bafb/collective.disqus-2.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d2b4dc99cd689acfae71b34a7370cd13", "sha256": "29f7b62b0cc2ab613d8e36015ef6d7e138695325905c8f93ec94707de35aa4c8" }, "downloads": -1, "filename": "collective.disqus-2.2.1.tar.gz", "has_sig": false, "md5_digest": "d2b4dc99cd689acfae71b34a7370cd13", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36352, "upload_time": "2018-10-09T19:29:42", "url": "https://files.pythonhosted.org/packages/57/2e/c9eafbf7b8658a59776b4f6bf2e5691cdbe21f2e633ae948fd587641bafb/collective.disqus-2.2.1.tar.gz" } ] }