{ "info": { "author": "Nephila s.a.s.", "author_email": "web@nephila.it", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Communications", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Message Boards" ], "description": "django CMS Twitter plugin\n=========================\n\n\n.. image:: https://badge.fury.io/py/djangocms-twitter.png\n :target: http://badge.fury.io/py/djangocms-twitter\n\n.. image:: https://pypip.in/d/djangocms-twitter/badge.png\n :target: https://crate.io/packages/djangocms-twitter?version=latest\n\n\n\n``djangocms-twitter`` is a upgrade-friendly plugin, mostly derived from original\nimplementation in **django CMS** core.\n\nDue to the switch from v 1.0 to v 1.1 in the twitter API, the original plugin no\nlonger works, and it's going to be removed.\n\nOther plugin exists (or you could just switch to plain twitter widgets), althogh,\nit's still a bit frustrating to throw away existing plugins.\n\nContrary to the 1.0 API, Twitter 1.1 API requires you to create client side\nplugins in your profile and ``djangocms-twitter`` can do very little to avoid\nthis. It delivers data-compatible plugins for straightforward upgrade.\n\nSome field has been deprecated as no longer used by the twitter widgets. They\nhave been left for easier upgrade.\n\nInstallation\n------------\n\nFirst-time installation\n#######################\n\n#. Add ``djangocms_twitter`` to ``INSTALLED_APPS``\n#. Apply migrations::\n\n $ python manage.py migrate djangocms_twitter\n\n#. Insert the plugins in the page and configure them as stated in Usage_.\n\nUpgrade from the in-core plugin\n###############################\n\n#. Remove ``cms.plugins.twitter`` from ``INSTALLED_APPS``\n#. Add ``djangocms_twitter`` to ``INSTALLED_APPS``\n#. Apply migrations::\n\n $ python manage.py migrate djangocms_twitter\n\n#. Modify the plugins instances according to Usage_.\n#. Check your Templates_.\n\n.. _Usage:\n\nUsage\n-----\n\nTwitterRecentEntriesPlugin\n##########################\n\nFor this plugin it's not necessary to create a widget for every plugin in your\nwebsite; you could just consider the widget you create on the Twitter website\nas *templates* for this django CMS plugin:\n\n##############################\nCreate the twitter-side widget\n##############################\n\n#. Login in your twitter account;\n#. Go to https://twitter.com/settings/widgets;\n#. Create new widget;\n#. Select \"**user timeline**\" as source;\n#. Configure the options (theme, colours etc) as described in https://dev.twitter.com/docs/embedded-timelines;\n#. Create widget;\n#. get the value of ``data-widget-id`` in the embed code;\n\n#####################\nPlugin instances data\n#####################\n\n``data-widget-id`` value can be shared by any number of plugins instances, the\nplugin-provided user timeline will be shown, while the twitter widget graphics\nappearance will be used.\n\n#. Add or edit the **Twitter** plugin in you placeholders;\n#. Fill in the Twitter widget it field using the ``data-widget-id`` value from\n the previous step;\n#. Save the plugin;\n\n\nTwitterSearchPlugin\n###################\n\nThe twitter widget used by this plugin is entirely configured on the twitter\nwebsite.\n\n##############################\nCreate the twitter-side widget\n##############################\n\n#. Login in your twitter account;\n#. Go to https://twitter.com/settings/widgets;\n#. Create new widget;\n#. Select \"**Search**\" as source;\n#. Configure the search query;\n#. Configure the options (theme, colours etc) as described in https://dev.twitter.com/docs/embedded-timelines;\n#. Create widget;\n#. get the value of ``data-widget-id`` in the embed code;\n\n#####################\nPlugin instances data\n#####################\n\n#. Add or edit the **Twitter Search** plugin in you placeholders;\n#. Fill in the Twitter widget it field using the ``data-widget-id`` value from\n the previous step;\n#. Optionally fill-in the query field in the plugin form; this is only used for\n non-javascript enabled browser, as the ``data-widget-id`` will take over on\n javascript-enabled ones;\n#. Save the plugin;\n\n\n.. _Templates:\n\nTemplates\n---------\n\nOlder templates it's no longer valid. Most of the graphic configuration must be\ndone in when creating the widget on the Twitter website.\n\nA limited set of client-side options exists to configure the widgets; see\nhttps://dev.twitter.com/docs/embedded-timelines#options for further info.\n\nTo apply them you need to modify the plugin templates:\n\n- ``cms/plugins/twitter_timeline.html``: for ``TwitterRecentEntriesPlugin``\n- ``cms/plugins/twitter_search_widget.html``: for ``TwitterSearchPlugin``\n\n.. image:: https://d2weczhvl823v0.cloudfront.net/nephila/djangocms_twitter/trend.png\n :alt: Bitdeli badge\n :target: https://bitdeli.com/free", "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/nephila/djangocms_twitter", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "djangocms-twitter", "package_url": "https://pypi.org/project/djangocms-twitter/", "platform": "OS Independent", "project_url": "https://pypi.org/project/djangocms-twitter/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/nephila/djangocms_twitter" }, "release_url": "https://pypi.org/project/djangocms-twitter/0.0.5/", "requires_dist": null, "requires_python": null, "summary": "Twitter plugin for django CMS", "version": "0.0.5" }, "last_serial": 1814606, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "3baa7ea3d9ab6da2b46da10ad1e7edaf", "sha256": "adf4a8fcd93778f3c3247c2b993094dca211c9c6cf095d4dde82e9e5fba58461" }, "downloads": -1, "filename": "djangocms-twitter-0.0.1.tar.gz", "has_sig": false, "md5_digest": "3baa7ea3d9ab6da2b46da10ad1e7edaf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6305, "upload_time": "2013-07-21T18:29:13", "url": "https://files.pythonhosted.org/packages/06/71/8af43bf1423e5dcfca4c0e943917ce5cf42487fbca4d78af05277399edba/djangocms-twitter-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "b9529c6c5f048ca7826882f6d6582b8d", "sha256": "2748f47fbbe7695f950ff358ff0dbebf9f0e51adc84a35871777bb67d796546a" }, "downloads": -1, "filename": "djangocms_twitter-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b9529c6c5f048ca7826882f6d6582b8d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13557, "upload_time": "2015-04-06T13:26:00", "url": "https://files.pythonhosted.org/packages/e7/12/59993ebcb2efc278b10c4fdd5658a3a089f02d18fe847d3ba4cc441cec64/djangocms_twitter-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a31bc23a3f5836dded0449ded34e929c", "sha256": "248acdc0cfe5c791e0f454d18c174d98d6abad078e57fd4c260c737fa076d9d3" }, "downloads": -1, "filename": "djangocms-twitter-0.0.2.tar.gz", "has_sig": false, "md5_digest": "a31bc23a3f5836dded0449ded34e929c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6924, "upload_time": "2015-04-06T13:26:03", "url": "https://files.pythonhosted.org/packages/15/f3/3dd6881cb89fbdb3e446338de56764c53fa45bf1a5308f40de11b0d7fb03/djangocms-twitter-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "9be2958b2ae5fdf9e1d0fd92c54a88a4", "sha256": "e6750804ff61007e046d45c11649373c6b386136b0071ab509ffb3b3f8a64c9f" }, "downloads": -1, "filename": "djangocms_twitter-0.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9be2958b2ae5fdf9e1d0fd92c54a88a4", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 14664, "upload_time": "2015-11-12T20:38:33", "url": "https://files.pythonhosted.org/packages/1d/a4/babe27e90190b8127d48f6e82a9bc8c3b2486d81672d1ecff8b55a8c5c29/djangocms_twitter-0.0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6efdc4a0979e541b18f2b724cdad4ce7", "sha256": "7290564fcb3cc1fcf9b1f2267adef0a967d5aae17ed20b888a524fefef2cb6a2" }, "downloads": -1, "filename": "djangocms-twitter-0.0.3.tar.gz", "has_sig": false, "md5_digest": "6efdc4a0979e541b18f2b724cdad4ce7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8418, "upload_time": "2015-11-12T20:38:29", "url": "https://files.pythonhosted.org/packages/71/a6/7ed9dba65f576952f65b7d5219679bac74e7c0d96cb7d0a1186f3ae35171/djangocms-twitter-0.0.3.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "62250d97bb4f3fb01e761287d7e4fb99", "sha256": "8fd4b5181c1e7f3716b390737a59bf2c8d52d1ce1e4c5056ccf11afc2ac37a6a" }, "downloads": -1, "filename": "djangocms_twitter-0.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "62250d97bb4f3fb01e761287d7e4fb99", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 14667, "upload_time": "2015-11-13T10:45:04", "url": "https://files.pythonhosted.org/packages/12/9b/17f56d1997aaa377df7f136131b7fe2ca84df1d05cca6c84ae561797a7dc/djangocms_twitter-0.0.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "27021d052ad7d4bda77a712910d1192f", "sha256": "6bc6d2ad9ba43fe697ab0b1023c57ccf8278db4202700d0b26a862baa695fea6" }, "downloads": -1, "filename": "djangocms-twitter-0.0.5.tar.gz", "has_sig": false, "md5_digest": "27021d052ad7d4bda77a712910d1192f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8429, "upload_time": "2015-11-13T10:44:48", "url": "https://files.pythonhosted.org/packages/1f/5a/478751a289fab078498fa2bee7fcfb22c21403faa31dea96ce84d17d1e02/djangocms-twitter-0.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "62250d97bb4f3fb01e761287d7e4fb99", "sha256": "8fd4b5181c1e7f3716b390737a59bf2c8d52d1ce1e4c5056ccf11afc2ac37a6a" }, "downloads": -1, "filename": "djangocms_twitter-0.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "62250d97bb4f3fb01e761287d7e4fb99", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 14667, "upload_time": "2015-11-13T10:45:04", "url": "https://files.pythonhosted.org/packages/12/9b/17f56d1997aaa377df7f136131b7fe2ca84df1d05cca6c84ae561797a7dc/djangocms_twitter-0.0.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "27021d052ad7d4bda77a712910d1192f", "sha256": "6bc6d2ad9ba43fe697ab0b1023c57ccf8278db4202700d0b26a862baa695fea6" }, "downloads": -1, "filename": "djangocms-twitter-0.0.5.tar.gz", "has_sig": false, "md5_digest": "27021d052ad7d4bda77a712910d1192f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8429, "upload_time": "2015-11-13T10:44:48", "url": "https://files.pythonhosted.org/packages/1f/5a/478751a289fab078498fa2bee7fcfb22c21403faa31dea96ce84d17d1e02/djangocms-twitter-0.0.5.tar.gz" } ] }