{ "info": { "author": "Alexander Ivanov", "author_email": "alexander.ivanov@redsolution.ru", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Natural Language :: English", "Natural Language :: Russian", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: News/Diary" ], "description": "================\r\ndjango-easy-news\r\n================\r\n\r\nApplication provides news functionality for your site.\r\n\r\nInstallation:\r\n=============\r\n\r\nIn settings.py:\r\n---------------\r\n\r\n1. Add ``easy_news`` to your ``INSTALLED_APPS``.\r\n\r\n2. Include ``('easy_news.urls')`` in your ``urls.py`` like this::\r\n\r\n urlpatterns += patterns('',\r\n (r'^news/', include('easy_news.urls')),\r\n )\r\n\r\nUsage\r\n======\r\n\r\nViews\r\n------\r\nEasy news uses `django generic views system`_ to render pages. \r\nEasy news has several url handlers (I mean named patterns):\r\n\r\n- ``news_detail`` - Show news itself\r\n- ``news_list`` - if ``settings.ENABLE_NEWS_LIST`` is True, shows list of publicated news\r\n- ``news_archive_index`` if ``news_settings.ENABLE_NEWS_ARCHIVE_INDEX`` is True, shows content of `django.views.generic.date_based.archive_index`_ view\r\n- ``news_archive_year``, ``news_archive_month``, ``news_archive_day`` - if ``settings.ENABLE_NEWS_DATE_ARCHIVE`` is True, shows news archive by given date\r\n- ``news_tag_detail`` - if you use ``django-tagging`` and ``settings.NEWS_TAGGING`` is True, easy_news provide list of tagged news \r\n\r\nTemplate tags:\r\n--------------\r\n\r\nIf you want to use easy_news template tags, load ``easy_news_tags``::\r\n\r\n {% load easy_news_tags %}\r\n\r\nshow_news\r\n``````````\r\n\r\nShows list of ``num`` latest news. 5 news in list by default:: \r\n\r\n {% show_news %}\r\n\r\ncalendar\r\n````````\r\n\r\nRender calendar. If there's some news at date, shows hyperlink to news. By default, use current date::\r\n\r\n {% calendar %}\r\n \r\nCustomize:\r\n----------\r\n\r\nFull settings list:\r\n\r\n- ``ENABLE_NEWS_LIST`` (boolean) - render latest news list. Default - True\r\n- ``ENABLE_NEWS_ARCHIVE_INDEX`` (boolean) - render django generic date **archive index** of news objects. Default - True\r\n- ``ENABLE_NEWS_DATE_ARCHIVE`` (boolean) - render django generic date **full archive** of news objects. Default - True\r\n- ``NEWS_TAGGING`` (boolean) - use news tagging. Default - if `django-tagging`_ is installed, True, otherwise False\r\n\r\nHISTORY:\r\n--------\r\n0.2.3: Added haystack compatibility\r\n\r\nClassifiers:\r\n-------------\r\n\r\n`Frontpage handlers`_\r\n\r\n.. _`django generic views system`: http://docs.djangoproject.com/en/1.2/ref/generic-views/\r\n.. _`django.views.generic.date_based.archive_index`: http://docs.djangoproject.com/en/1.2/ref/generic-views/#django-views-generic-date-based-archive-index\r\n.. _`django-tagging`: http://pypi.python.org/pypi/django-tagging/\r\n.. _`Frontpage handlers`: http://www.redsolutioncms.org/classifiers/frontpage", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://packages.python.org/django-easy-news", "keywords": "django news", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "redsolutioncms.django-easy-news", "package_url": "https://pypi.org/project/redsolutioncms.django-easy-news/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/redsolutioncms.django-easy-news/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://packages.python.org/django-easy-news" }, "release_url": "https://pypi.org/project/redsolutioncms.django-easy-news/0.2.4/", "requires_dist": null, "requires_python": null, "summary": "News application. Allow to publish news on site. You can show news archive,calendar block, or latest news block in template. Admin editor compatible with django-tinyMCE.", "version": "0.2.4" }, "last_serial": 798702, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "9abd39813026853ad15f3d8767eff3a6", "sha256": "63c60465943262bd871595d1b83a690e57353bb80ef7d2d6fa3b29102ee5eefa" }, "downloads": -1, "filename": "redsolutioncms.django-easy-news-0.1.1.tar.gz", "has_sig": false, "md5_digest": "9abd39813026853ad15f3d8767eff3a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5276, "upload_time": "2012-04-06T13:53:29", "url": "https://files.pythonhosted.org/packages/fb/b8/39774debd5b7d50d3cee1913965aeb8c8cf09dd6672fac01382b6d214aef/redsolutioncms.django-easy-news-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "c357055d0fbe783d6d11b6a198f75788", "sha256": "92ee2b2238b2aae02c5e54e3c3fbbb13528084a1e0d16fcd5f7e69022231d84b" }, "downloads": -1, "filename": "redsolutioncms.django-easy-news-0.2.0.tar.gz", "has_sig": false, "md5_digest": "c357055d0fbe783d6d11b6a198f75788", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73162, "upload_time": "2010-10-21T20:21:36", "url": "https://files.pythonhosted.org/packages/aa/e7/c3e35995a531657a1266c409e3f82a87d40d8fac2631ebcbecd5e86a5310/redsolutioncms.django-easy-news-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "62b0a9bb132447a12abadcacf23a8ff4", "sha256": "290471389e33c7baa9e92960e3d7c3600775b350eb996cebbf5bff5865cbdf39" }, "downloads": -1, "filename": "redsolutioncms.django-easy-news-0.2.1.tar.gz", "has_sig": false, "md5_digest": "62b0a9bb132447a12abadcacf23a8ff4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 82345, "upload_time": "2010-12-01T13:18:24", "url": "https://files.pythonhosted.org/packages/50/e4/78347e8b6526c62f0805b32cb306838253c8ebe660625252b36279e0f5eb/redsolutioncms.django-easy-news-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "db2fbb01c79c414cdc323880702155fa", "sha256": "dda2d53a8f175e32f248e8595da1a57a5379edf5c10b2b7c02093571f4d64eaf" }, "downloads": -1, "filename": "redsolutioncms.django-easy-news-0.2.2.zip", "has_sig": false, "md5_digest": "db2fbb01c79c414cdc323880702155fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 106238, "upload_time": "2011-05-12T20:39:27", "url": "https://files.pythonhosted.org/packages/12/f4/12107ff9f8ebc133a303510c659cb3fa5b77f64cc32d642dfa9937fd399a/redsolutioncms.django-easy-news-0.2.2.zip" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "a27c84bb9a551d4468d8fa0c2ee74b05", "sha256": "a6de4b6f03fbe81d85d2ff9501eec39373058ca32460769606dcef792460eacf" }, "downloads": -1, "filename": "redsolutioncms.django-easy-news-0.2.3.tar.gz", "has_sig": false, "md5_digest": "a27c84bb9a551d4468d8fa0c2ee74b05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 77920, "upload_time": "2011-06-16T12:43:50", "url": "https://files.pythonhosted.org/packages/af/7d/409520b612e32c58815db6b504b5cc0409ed0217da5d31c9c1147d03fa4e/redsolutioncms.django-easy-news-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "774ea1d72cb2569c219e72e53ca6b296", "sha256": "fd5e185ebeafa2be196e54c04ffa9103505b2ce9fff664cdaa2b9665180bf34e" }, "downloads": -1, "filename": "redsolutioncms.django-easy-news-0.2.4.tar.gz", "has_sig": false, "md5_digest": "774ea1d72cb2569c219e72e53ca6b296", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74426, "upload_time": "2011-07-14T10:01:05", "url": "https://files.pythonhosted.org/packages/da/59/e3079f7bc804c586a8b12b6c125338c28083835657ad83ca67a8cf778114/redsolutioncms.django-easy-news-0.2.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "774ea1d72cb2569c219e72e53ca6b296", "sha256": "fd5e185ebeafa2be196e54c04ffa9103505b2ce9fff664cdaa2b9665180bf34e" }, "downloads": -1, "filename": "redsolutioncms.django-easy-news-0.2.4.tar.gz", "has_sig": false, "md5_digest": "774ea1d72cb2569c219e72e53ca6b296", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74426, "upload_time": "2011-07-14T10:01:05", "url": "https://files.pythonhosted.org/packages/da/59/e3079f7bc804c586a8b12b6c125338c28083835657ad83ca67a8cf778114/redsolutioncms.django-easy-news-0.2.4.tar.gz" } ] }