{ "info": { "author": "Divio AG", "author_email": "info@divio.ch", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Application Frameworks" ], "description": "===============\nAldryn News App\n===============\n\nSimple news application. It allows you to:\n\n- write a tagable news\n- plug in latest new messages (optionally filtered by tags)\n- attach news archive view\n\nInstallation\n============\n\nAldryn Platrofm Users\n---------------------\n\nChoose a site you want to install the add-on to from the dashboard. Then go to ``Apps -> Install app`` and click ``Install`` next to ``News`` app.\n\nRedeploy the site.\n\nManuall Installation\n--------------------\n\nRun ``pip install aldryn-news``.\n\nAdd below apps to ``INSTALLED_APPS``: ::\n\n INSTALLED_APPS = [\n \u2026\n 'taggit',\n 'aldryn_news',\n 'aldryn_search',\n 'django_select2',\n 'djangocms_text_ckeditor',\n 'easy_thumbnails',\n 'filer',\n 'hvad',\n 'haystack', # for search\n \u2026\n ]\n\nPosting news\n============\n\nYou can add news in the admin interface now. Search for the label ``Aldryn_News``.\n\nIn order to display them, create a CMS page and install the app there (choose ``News`` from the ``Advanced Settings -> Application`` dropdown).\n\nNow redeploy the site again.\n\nThe above CMS site has become a news archive view.\n\n\nAvailable Plug-ins\n==================\n\n``Latest News Entries`` plugin lets you list **n** most frequent news filtered by tags.\n\n\nSearch\n==================\n\nIf you want the news entries to be searchable, be sure to install ``aldryn-search`` and its dependencies.\nYour entries will be searchable using ``django-haystack``.\n\nYou can turn it this behavior off by setting ``ALDRYN_NEWS_SEARCH = False`` in your django settings.\n", "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/aldryn/aldryn-news", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "aldryn-news", "package_url": "https://pypi.org/project/aldryn-news/", "platform": "OS Independent", "project_url": "https://pypi.org/project/aldryn-news/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/aldryn/aldryn-news" }, "release_url": "https://pypi.org/project/aldryn-news/0.1.16/", "requires_dist": null, "requires_python": null, "summary": "Publish news in django CMS", "version": "0.1.16" }, "last_serial": 3552884, "releases": { "0.1.16": [ { "comment_text": "", "digests": { "md5": "0ced5d4ef89066cdee50ef9b37a922ca", "sha256": "efc9ecc3bf42fbf8bc063457a51444128b02d56bba10b6120df1cf587f247b35" }, "downloads": -1, "filename": "aldryn-news-0.1.16.tar.gz", "has_sig": false, "md5_digest": "0ced5d4ef89066cdee50ef9b37a922ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22032, "upload_time": "2014-11-13T07:53:45", "url": "https://files.pythonhosted.org/packages/b7/c0/1c4a5d6cf46b807983959e21a05aa22b86e0dc1aa6f98f3701c34ade60ed/aldryn-news-0.1.16.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0ced5d4ef89066cdee50ef9b37a922ca", "sha256": "efc9ecc3bf42fbf8bc063457a51444128b02d56bba10b6120df1cf587f247b35" }, "downloads": -1, "filename": "aldryn-news-0.1.16.tar.gz", "has_sig": false, "md5_digest": "0ced5d4ef89066cdee50ef9b37a922ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22032, "upload_time": "2014-11-13T07:53:45", "url": "https://files.pythonhosted.org/packages/b7/c0/1c4a5d6cf46b807983959e21a05aa22b86e0dc1aa6f98f3701c34ade60ed/aldryn-news-0.1.16.tar.gz" } ] }