{ "info": { "author": "Pelican Team", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Affero General Public License v3", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Topic :: Internet" ], "description": "Neighbor Articles Plugin for Pelican\n====================================\n\nThis plugin adds ``next_article`` (newer) and ``prev_article`` (older)\nvariables to the article's context.\n\nAlso adds ``next_article_in_category`` and ``prev_article_in_category``.\n\n\nUsage\n-----\n\n.. code-block:: html+jinja\n\n \n \n\nUsage with the Subcategory plugin\n---------------------------------\n\nIf you want to get the neigbors within a subcategory it's a little different.\nSince an article can belong to more than one subcategory, subcategories are\nstored in a list. If you have an article with subcategories like\n\n``Category/Foo/Bar``\n\nit will belong to both subcategory Foo, and Foo/Bar. Subcategory neighbors are\nadded to an article as ``next_article_in_subcategory#`` and\n``prev_article_in_subcategory#`` where ``#`` is the level of subcategory. So using\nthe example from above, subcategory1 will be Foo, and subcategory2 Foo/Bar.\nTherefor the usage with subcategories is:\n\n.. code-block:: html+jinja\n\n \n ", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/getpelican/pelican-plugins", "keywords": "text filter html generator pelican", "license": "GNU Affero General Public License", "maintainer": null, "maintainer_email": null, "name": "pelican-neighbors", "package_url": "https://pypi.org/project/pelican-neighbors/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pelican-neighbors/", "project_urls": { "Homepage": "https://github.com/getpelican/pelican-plugins" }, "release_url": "https://pypi.org/project/pelican-neighbors/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Pelican plugin to add next_article (newer) and/or prev_article (older) variables to article context", "version": "1.0.0" }, "last_serial": 1868111, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "aee32a31b80c901fef2ebebce80c9dfc", "sha256": "573bd5ecbfb127b9eab8c985004cefdd53e29a77ed98447d8116d6631c70f638" }, "downloads": -1, "filename": "pelican_neighbors-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "aee32a31b80c901fef2ebebce80c9dfc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4357, "upload_time": "2015-12-18T03:43:50", "url": "https://files.pythonhosted.org/packages/76/9d/c66a15ffd82cbc21d95af15421685b7e84f6e539a1db2224408240390157/pelican_neighbors-1.0.0-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "aee32a31b80c901fef2ebebce80c9dfc", "sha256": "573bd5ecbfb127b9eab8c985004cefdd53e29a77ed98447d8116d6631c70f638" }, "downloads": -1, "filename": "pelican_neighbors-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "aee32a31b80c901fef2ebebce80c9dfc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4357, "upload_time": "2015-12-18T03:43:50", "url": "https://files.pythonhosted.org/packages/76/9d/c66a15ffd82cbc21d95af15421685b7e84f6e539a1db2224408240390157/pelican_neighbors-1.0.0-py2.py3-none-any.whl" } ] }