{ "info": { "author": "Jon Atkinson", "author_email": "jon@wearefarm.com", "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" ], "description": "=========\nfarm-news\n=========\n\nOverview\n========\n\nA django application which provides news articles and related views.\n\nInstallation\n============\n\n* Install with ``pip install farm-news``.\n* Add ``news`` to your installed apps.\n* Set ``NUM_LATEST_ARTICLES`` in your settings, default is 3.\n* Add ``news.context_processors.latest_articles`` to your ``TEMPLATE_CONTEXT_PROCESSORS``.\n* Run ``manage.py syncdb``.\n* Run ``manage.py migrate news``.\n\nUsage\n=====\nFirst you will need to add at least one ``Article`` in the admin.\n\nThen override the templates by creating new ones in your own app's template directory\n* Article list found at /news/ ``news/article_list.html``\n* Article detail found at /news/ ``news/article_detail.html``\n\nYou can also include the following template like this:\n* Article list (useful for including in a sidebar) ``{% include 'news/article_list.html' %}``\n\nOr create your own.\n\nLicense\n=======\nImperavi Redactor is licensed under Creative Commons Attribution-NonCommercial 3.0 license.\n\nFor commercial use please buy license here: http://redactorjs.com/download/ or use earlier version.\n\nContact\n=======\njon@wearefarm.com", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "news", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "farm-news", "package_url": "https://pypi.org/project/farm-news/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/farm-news/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/farm-news/0.9/", "requires_dist": null, "requires_python": null, "summary": "Provides news", "version": "0.9" }, "last_serial": 1043586, "releases": { "0.9": [ { "comment_text": "", "digests": { "md5": "2635ef66fd20466416405f8a3c2529c3", "sha256": "c0669c17f0e3bc976d54afd7c57d688e3a94d66af756f43e707ea55a4f63de9e" }, "downloads": -1, "filename": "farm_news-0.9-py2.7.egg", "has_sig": false, "md5_digest": "2635ef66fd20466416405f8a3c2529c3", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 17467, "upload_time": "2014-03-27T16:17:40", "url": "https://files.pythonhosted.org/packages/69/78/7f2d824126da77d13197bdeecc1799dcac702283d20844ef93d5b85394ac/farm_news-0.9-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "67667ab6566cd9af1c52f51c02f02cce", "sha256": "493a852b2d2932f1ced4e07a1f5d21c348fec1ae822333395f765d30d4487edb" }, "downloads": -1, "filename": "farm-news-0.9.tar.gz", "has_sig": false, "md5_digest": "67667ab6566cd9af1c52f51c02f02cce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7392, "upload_time": "2014-03-27T16:17:51", "url": "https://files.pythonhosted.org/packages/8c/c3/398449b7f2a7f073ad4daa9ffaf56df2b3ae1751a316d93041f7bb01bb25/farm-news-0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2635ef66fd20466416405f8a3c2529c3", "sha256": "c0669c17f0e3bc976d54afd7c57d688e3a94d66af756f43e707ea55a4f63de9e" }, "downloads": -1, "filename": "farm_news-0.9-py2.7.egg", "has_sig": false, "md5_digest": "2635ef66fd20466416405f8a3c2529c3", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 17467, "upload_time": "2014-03-27T16:17:40", "url": "https://files.pythonhosted.org/packages/69/78/7f2d824126da77d13197bdeecc1799dcac702283d20844ef93d5b85394ac/farm_news-0.9-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "67667ab6566cd9af1c52f51c02f02cce", "sha256": "493a852b2d2932f1ced4e07a1f5d21c348fec1ae822333395f765d30d4487edb" }, "downloads": -1, "filename": "farm-news-0.9.tar.gz", "has_sig": false, "md5_digest": "67667ab6566cd9af1c52f51c02f02cce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7392, "upload_time": "2014-03-27T16:17:51", "url": "https://files.pythonhosted.org/packages/8c/c3/398449b7f2a7f073ad4daa9ffaf56df2b3ae1751a316d93041f7bb01bb25/farm-news-0.9.tar.gz" } ] }