{ "info": { "author": "William Hart", "author_email": "hart.wl@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "================\nDjango Citations\n================\n\nCitations is a simple Django app which lets you use a citations and \nreference lists within your templates. \n\n - The source code is available from https://github.com/will-hart/django-citations under an MIT license. \n - You can find the package on the Python Packing Index https://pypi.python.org/pypi/django-citations/.\n - The latest documentation for the `develop` branch is available from http://django-citations.readthedocs.org/en/latest/\n\nQuick start\n-----------\n\n1. Install using::\n\n pip install django-citations\n\n2. Add \"citations\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = (\n ...\n 'citations',\n )\n\n3. Run `python manage.py migrate` to create the models.\n\n\nUsage\n-----\n\nYou can use the admin panel to create references for your site. These can\nhave a range of details including ISBN, URLs, titles, etc. Each reference \nmust have a unique slug. This is how we will refer to the reference when we\ncite it within a template.\n\nTo refer to a reference in your database, you first need to load the tags in\nyour template::\n\n {% load citation_tags %}\n\nYou can then do the following in your template where you want the reference to\nappear::\n\n {% cite \"my_reference_slug\" %}\n \nYou can refer to multiple references at a time by just adding new slugs separated by spaces.\nNote that quotation marks are required around the slugs, and slug names should not contain \nspaces::\n\n {% cite \"my_first_reference_slug\" \"my_second_reference_slug\" %}\n \nIf you attempt to reference a work that is not in your reference list a TemplateSyntaxError\nwill be raised showing the offending reference slug. \n\nThe references will be included in text as numbers - e.g. `[1]`, or `[1, 2]` for multiple\nreferences. Reference objects will also be placed in the `reference_list` variable of the\ntemplate's context. \n\nA reference list can be included at the bottom of the document::\n\n {% show_references reference_list %}\n \nImporting References\n--------------------\n\nIf you have the package `bibtexparser` installed then you will have access in the admin\npanel to an \"Upload Bibtex\" button. This feature will upload a bibtex file, scan it for \nfields that django-citations supports and save new records.\n\nThe bibtexparser package is provided under the LGPL.\n\nChange Log\n----------\n\n**Version 0.3**\n - Improved documentation\n - Add new fields to database\n - Add bibtex upload function, where `bibtexparser` is installed\n - Add `show_all_references` tag for complete bibliography\n\n**Version 0.2.1**\n - Fix tags in README\n\n**Version 0.2**\n\n - Improved citation database - more fields available\n - Improved reference output (uses a Harvard referencing format)\n \n**Version 1.0**\n\n - Initial version", "description_content_type": null, "docs_url": "https://pythonhosted.org/django-citations/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.williamhart.info", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "django-citations", "package_url": "https://pypi.org/project/django-citations/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-citations/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.williamhart.info" }, "release_url": "https://pypi.org/project/django-citations/0.3/", "requires_dist": null, "requires_python": null, "summary": "A simple Django app to include citations and reference lists in your templates.", "version": "0.3" }, "last_serial": 951821, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "d10be4f114fa7b901baec08923b3db7d", "sha256": "286f702d6216745c21c998546a4d7b1bf83e6569cb3dcf9ad67a7e6c51c60b49" }, "downloads": -1, "filename": "django-citations-0.1.win32.exe", "has_sig": false, "md5_digest": "d10be4f114fa7b901baec08923b3db7d", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 202063, "upload_time": "2013-12-20T16:09:32", "url": "https://files.pythonhosted.org/packages/eb/f0/b2ebd8697e0c9465ee4fe4d196c6f19b2e95aef5e2b5255194d8fa4ee48e/django-citations-0.1.win32.exe" }, { "comment_text": "", "digests": { "md5": "d01e64b30c7a187408c97918a8aed0e4", "sha256": "c3950f3e53b137653f914830c1ef20b77390ea3a501919a5c6733a1065fc742e" }, "downloads": -1, "filename": "django-citations-0.1.zip", "has_sig": false, "md5_digest": "d01e64b30c7a187408c97918a8aed0e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7907, "upload_time": "2013-12-20T16:09:27", "url": "https://files.pythonhosted.org/packages/ba/32/42c729678801660cb4b1a46628f50d5744d0b50052dd731f3917f061126e/django-citations-0.1.zip" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "1ba78fe24d0275ba7ffddb9bba2a644e", "sha256": "2099503414cd47ee4a39ad0b35d0de3040fc9e441e2818760fec55424f1fcafe" }, "downloads": -1, "filename": "django-citations-0.2.1.win32.exe", "has_sig": false, "md5_digest": "1ba78fe24d0275ba7ffddb9bba2a644e", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 202943, "upload_time": "2013-12-20T18:16:06", "url": "https://files.pythonhosted.org/packages/38/3d/5642f527eb0099f1236af44db953ba29239abfd9846bd7a760b7e4e931a3/django-citations-0.2.1.win32.exe" }, { "comment_text": "", "digests": { "md5": "042c82f1cd7643eecc7d8cb3225967d9", "sha256": "b34da42a6b14ff1ce575257cb3891959502ac9f3ea3ce8f40c5a16283ccdf45d" }, "downloads": -1, "filename": "django-citations-0.2.1.zip", "has_sig": false, "md5_digest": "042c82f1cd7643eecc7d8cb3225967d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8792, "upload_time": "2013-12-20T18:16:01", "url": "https://files.pythonhosted.org/packages/3f/63/578405a9a5bdf5b2b2ed4eccc1d68fcfbea587d709f918b3593ccf66cf72/django-citations-0.2.1.zip" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "a0b6e48d7ba9d3ffa07c98391c41fe2e", "sha256": "ef638a4053d3f5c89c9d75d2c6108da9efd9ef21d8e28844f999e063e2b41742" }, "downloads": -1, "filename": "django-citations-0.3.win32.exe", "has_sig": false, "md5_digest": "a0b6e48d7ba9d3ffa07c98391c41fe2e", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 207102, "upload_time": "2013-12-22T15:59:36", "url": "https://files.pythonhosted.org/packages/75/31/fbf6f35b6834b7d60b842f920b5fd47b3c712860ae52bc475fba21616f4b/django-citations-0.3.win32.exe" }, { "comment_text": "", "digests": { "md5": "c4ea49c5cd96c7d1c4baaa9b097eece6", "sha256": "e6ca2e34891ee20c3498e3fba54c795e92c562b3af3e394282b8fb4759a0300b" }, "downloads": -1, "filename": "django-citations-0.3.zip", "has_sig": false, "md5_digest": "c4ea49c5cd96c7d1c4baaa9b097eece6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12830, "upload_time": "2013-12-22T15:59:24", "url": "https://files.pythonhosted.org/packages/12/b9/1762b948b7c60fb22e5b4918080a3d847a0510404904a35f5dc49f16fc51/django-citations-0.3.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a0b6e48d7ba9d3ffa07c98391c41fe2e", "sha256": "ef638a4053d3f5c89c9d75d2c6108da9efd9ef21d8e28844f999e063e2b41742" }, "downloads": -1, "filename": "django-citations-0.3.win32.exe", "has_sig": false, "md5_digest": "a0b6e48d7ba9d3ffa07c98391c41fe2e", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 207102, "upload_time": "2013-12-22T15:59:36", "url": "https://files.pythonhosted.org/packages/75/31/fbf6f35b6834b7d60b842f920b5fd47b3c712860ae52bc475fba21616f4b/django-citations-0.3.win32.exe" }, { "comment_text": "", "digests": { "md5": "c4ea49c5cd96c7d1c4baaa9b097eece6", "sha256": "e6ca2e34891ee20c3498e3fba54c795e92c562b3af3e394282b8fb4759a0300b" }, "downloads": -1, "filename": "django-citations-0.3.zip", "has_sig": false, "md5_digest": "c4ea49c5cd96c7d1c4baaa9b097eece6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12830, "upload_time": "2013-12-22T15:59:24", "url": "https://files.pythonhosted.org/packages/12/b9/1762b948b7c60fb22e5b4918080a3d847a0510404904a35f5dc49f16fc51/django-citations-0.3.zip" } ] }