{ "info": { "author": "James W. Kennington", "author_email": "jameswkennington@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# pelican-cite-nice\nPelican cite plugin modified to work with nice-blog theme\n\n\nAllows the use of BibTeX citations within a Pelican site. \n\n## Requirements\n`pelican-cite` requires `pybtex`.\n\n```bash\npip install pybtex\n```\n\n\n## How to Use\n\nThis plugin reads a user-specified BibTeX file and generates bibliographic\ninformation within your articles and pages.\n\nConfiguration is simply:\n\n```python\nPUBLICATIONS_SRC = 'content/pubs.bib'\n```\n\nIf the file is present and readable, then content will be scanned for references\nto citation keys. These take the format `[@Bai2011]` or `[@@Bai2011]`. These\nwill be replaced by incline citations which provide links to the full\nbibliographic information at the end of the article. The former reference would\nbe replaced by a citation of the form \"Bai & Stone (2011)\", while the latter\nwould be replaced by \"(Bai & Stone, 2011)\". \n\nIf a citation key is used which does not exist within the BibTeX file then\na warning will be displayed.\n\nThe BibTeX file may, optionally, be provided or overridden on a per-article\nbasis by supplying the meta-data `publications_src`.\n\n## Attribution\n\n`pelican-cite-nice` is based on the\n[pelican-cite](https://github.com/cmacmackin/pelican-cite) plugin written by\n[Chris MacMackin](https://github.com/cmacmackin).\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/JWKennington/pelican-cite-nice", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pelican-cite-nice", "package_url": "https://pypi.org/project/pelican-cite-nice/", "platform": "", "project_url": "https://pypi.org/project/pelican-cite-nice/", "project_urls": { "Homepage": "http://github.com/JWKennington/pelican-cite-nice" }, "release_url": "https://pypi.org/project/pelican-cite-nice/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Pelican cite plugin modified to work with nice-blog theme", "version": "0.1.0" }, "last_serial": 5175378, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "28fd56c0df45c56f023490c91a9273b1", "sha256": "012fdcef26540d21d4ea484d82428ab299dd6ddac70041668c270b2a4537ccd8" }, "downloads": -1, "filename": "pelican_cite_nice-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "28fd56c0df45c56f023490c91a9273b1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7552, "upload_time": "2019-04-23T03:33:51", "url": "https://files.pythonhosted.org/packages/24/11/d1972da20f4203539f5ef7b553b927a32d6375a2103bfa3f4ee468809216/pelican_cite_nice-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0ea3e24d288b1eb87dcacd4807259a37", "sha256": "55a675b1f8f5caffda6da406682387a6b3fb0849ce9d2890507b1ee354e82170" }, "downloads": -1, "filename": "pelican_cite_nice-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0ea3e24d288b1eb87dcacd4807259a37", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5862, "upload_time": "2019-04-23T03:33:53", "url": "https://files.pythonhosted.org/packages/5e/c4/ef907c79e28f0c3dbce9e3d5498bd9c3bafbb46fcd1be315229edb2adfca/pelican_cite_nice-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "28fd56c0df45c56f023490c91a9273b1", "sha256": "012fdcef26540d21d4ea484d82428ab299dd6ddac70041668c270b2a4537ccd8" }, "downloads": -1, "filename": "pelican_cite_nice-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "28fd56c0df45c56f023490c91a9273b1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7552, "upload_time": "2019-04-23T03:33:51", "url": "https://files.pythonhosted.org/packages/24/11/d1972da20f4203539f5ef7b553b927a32d6375a2103bfa3f4ee468809216/pelican_cite_nice-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0ea3e24d288b1eb87dcacd4807259a37", "sha256": "55a675b1f8f5caffda6da406682387a6b3fb0849ce9d2890507b1ee354e82170" }, "downloads": -1, "filename": "pelican_cite_nice-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0ea3e24d288b1eb87dcacd4807259a37", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5862, "upload_time": "2019-04-23T03:33:53", "url": "https://files.pythonhosted.org/packages/5e/c4/ef907c79e28f0c3dbce9e3d5498bd9c3bafbb46fcd1be315229edb2adfca/pelican_cite_nice-0.1.0.tar.gz" } ] }