{ "info": { "author": "Christopher Williams", "author_email": "chris@christopher-williams.net", "bugtrack_url": null, "classifiers": [], "description": "pelican-alias\n====================\n\n`Pelican `_ plugin for creating alias pages (useful for moving from a different URL scheme such as *////* as used by Wordpress).\n\nInspired by `jekyll_alias_generator <https://github.com/tsmango/jekyll_alias_generator/>`_.\n\nLicense: MIT\n\nInstallation\n============\n\nSimply run::\n\n\tpip install pelican-alias\n\nUsage\n=====\n\n* Add *pelican_alias* to *PLUGINS* in the pelican configuration file\n* In each post or page that needs an alias, add an *:alias:* line to the metadata section. Example::\n\n\tMy Aliased Post\n\t##############################################\n\t:date: 2013-05-31 22:09\n\t:category: Pelican\n\t:slug: my-aliased-post\n\t:alias: /2013/05/my-aliased-post/, /2013/even-older-post-address\n\n\tMy content goes here.\n\n* Markdown example::\n\n Title: Another Aliased Post\n Date: 2013-06-01 21:10\n Category: Pelican\n Alias: /2013/06/another-aliased-post/\n /2013/even-older-aliased-post-address\n\n My content goes here.\n\nThis will create an additional HTML document at the path specified by *:alias:* that performs a canonical *meta* refresh to the new URL.\nIf the path ends in a slash (as in the above example) then the file actually created will be index.html so that this system will work with\nGithub pages.\n\nMultiple aliases can be created for a single post. The delimiter for ReST\nformat may be changed by setting *ALIAS_DELIMITER* in the pelican\nconfiguration file.\n", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/Nitron/pelican-alias/tarball/1.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/Nitron/pelican-alias", "keywords": "pelican blog", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pelican-alias", "package_url": "https://pypi.org/project/pelican-alias/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pelican-alias/", "project_urls": { "Download": "http://github.com/Nitron/pelican-alias/tarball/1.0", "Homepage": "http://github.com/Nitron/pelican-alias" }, "release_url": "https://pypi.org/project/pelican-alias/1.1/", "requires_dist": null, "requires_python": null, "summary": "Pelican plugin for creating alias pages (useful for moving from a different URL scheme such as /<year>/<month>/<title>/ as used by Wordpress).", "version": "1.1" }, "last_serial": 1630094, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "c0ecccab37ddaa655227b25f9f759b07", "sha256": "e17c2f699b1728f48bee0aa2f8a43a3b5a576f8cfc35af4af664f8d63ebe8f7c" }, "downloads": -1, "filename": "pelican-alias-1.0.tar.gz", "has_sig": false, "md5_digest": "c0ecccab37ddaa655227b25f9f759b07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3140, "upload_time": "2013-06-02T04:42:55", "url": "https://files.pythonhosted.org/packages/c9/76/cd3a7174e2ac5d834a07e92fb619512c224252d06a3af1076a61566d8fd1/pelican-alias-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "284ebee299eb35c2460edb392a1d9a19", "sha256": "e548c8245127bd540d53d9b1a95c8fb6958184f819d13f996f208f45f7237c4f" }, "downloads": -1, "filename": "pelican-alias-1.1.tar.gz", "has_sig": false, "md5_digest": "284ebee299eb35c2460edb392a1d9a19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3183, "upload_time": "2015-07-12T16:32:03", "url": "https://files.pythonhosted.org/packages/af/0a/82422526f2d69917015ed7d47ba6dcd2789875359595fc5cb04a58115ec9/pelican-alias-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "284ebee299eb35c2460edb392a1d9a19", "sha256": "e548c8245127bd540d53d9b1a95c8fb6958184f819d13f996f208f45f7237c4f" }, "downloads": -1, "filename": "pelican-alias-1.1.tar.gz", "has_sig": false, "md5_digest": "284ebee299eb35c2460edb392a1d9a19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3183, "upload_time": "2015-07-12T16:32:03", "url": "https://files.pythonhosted.org/packages/af/0a/82422526f2d69917015ed7d47ba6dcd2789875359595fc5cb04a58115ec9/pelican-alias-1.1.tar.gz" } ] }