{ "info": { "author": "Takahiro Fujiwara", "author_email": "email@wuta.li", "bugtrack_url": null, "classifiers": [], "description": "Pelican Related Plugin\n======================\n\n\nInstallation\n------------\n\nThis plugin is not registered on PyPI. You should clone this repository and install through pip::\n\n git clone git@github.com:wutali/pelican_related.git\n cd pelican_related\n pip install -e .\n\n\nConfiguration\n-------------\n\nPut this code on your pelicanconf.py and customize it::\n\n RELATED_POSTS_MIN = 3 # Minimum number of posts to be shown.\n RELATED_POSTS_LIMIT = 6 # Limit number of posts to be shown.\n RELATED_POSTS_FROM_CATEGORY = True # Weight related posts based on category.\n RELATED_POSTS_FROM_TAGS = True # Weight related posts based on tags.\n RELATED_POSTS_SHUFFLE = True # Shuffle posts before show it.\n\n # If number of related posts is not up to the minimum, add some articles based on this setting.\n # You can choose the option from 'shuffle' or 'new'.\n RELATED_POSTS_NOT_ENOUGH = 'shuffle'\n\n\nLicense\n-------\n\nPelican Related is released under the MIT License. http://www.opensource.org/licenses/mit-license", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/wutali/pelican_related/tarball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/wutali/pelican_related", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "pelican_related", "package_url": "https://pypi.org/project/pelican_related/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pelican_related/", "project_urls": { "Download": "https://github.com/wutali/pelican_related/tarball/master", "Homepage": "https://github.com/wutali/pelican_related" }, "release_url": "https://pypi.org/project/pelican_related/0.1/", "requires_dist": null, "requires_python": null, "summary": "A Pelican plugin to make a list of related posts from your meta tags and settings.", "version": "0.1" }, "last_serial": 1023299, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b8d1e56e8c55d3255bbf6cfca2b4bb8d", "sha256": "19e1622f1a57a5fdd316141bde7f8770c04eab85eab2753fc674bdd933b74f42" }, "downloads": -1, "filename": "pelican_related-0.1-py2.7.egg", "has_sig": false, "md5_digest": "b8d1e56e8c55d3255bbf6cfca2b4bb8d", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 3437, "upload_time": "2014-03-08T14:25:27", "url": "https://files.pythonhosted.org/packages/18/ea/d7b7a64fe7446caf90ab3370204d11e7e44b516ff4dbb8db0c9f4805792f/pelican_related-0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "089f09e75b6d2d91a1bac354e38a6168", "sha256": "5bd5a2290595ea89113fb15e6580ec2f10648031304f010c7523b4136c111ebb" }, "downloads": -1, "filename": "pelican_related-0.1.tar.gz", "has_sig": false, "md5_digest": "089f09e75b6d2d91a1bac354e38a6168", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2153, "upload_time": "2014-03-08T14:25:25", "url": "https://files.pythonhosted.org/packages/61/91/ddb84840eb24be219fbe2ad4f42a6f16409d1666f5e4311dca9678ed1523/pelican_related-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b8d1e56e8c55d3255bbf6cfca2b4bb8d", "sha256": "19e1622f1a57a5fdd316141bde7f8770c04eab85eab2753fc674bdd933b74f42" }, "downloads": -1, "filename": "pelican_related-0.1-py2.7.egg", "has_sig": false, "md5_digest": "b8d1e56e8c55d3255bbf6cfca2b4bb8d", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 3437, "upload_time": "2014-03-08T14:25:27", "url": "https://files.pythonhosted.org/packages/18/ea/d7b7a64fe7446caf90ab3370204d11e7e44b516ff4dbb8db0c9f4805792f/pelican_related-0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "089f09e75b6d2d91a1bac354e38a6168", "sha256": "5bd5a2290595ea89113fb15e6580ec2f10648031304f010c7523b4136c111ebb" }, "downloads": -1, "filename": "pelican_related-0.1.tar.gz", "has_sig": false, "md5_digest": "089f09e75b6d2d91a1bac354e38a6168", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2153, "upload_time": "2014-03-08T14:25:25", "url": "https://files.pythonhosted.org/packages/61/91/ddb84840eb24be219fbe2ad4f42a6f16409d1666f5e4311dca9678ed1523/pelican_related-0.1.tar.gz" } ] }