# URL Redirection Plugin for Pelican
Pelican plugin for redirecting to URLs.
This Pelican plugin allows you to generate pages which redirect to any URL, using plain HTML.
## Installation
The package is available on PyPI and can be installed using `pip install pelican-redirect-url`.
Alternatively, you may want to install it straight from a source checkout: `python -m pip install .`
## Usage
Include the plugin by adding it to your `pelicanconf.py` and add the `redirect_url` directive to the metadata block of the corresponding page:
```
redirect_url: https://github.com
```
## Credits
This plugin draws some inspiration from the [pelican-redirect](https://github.com/bryanwweber/pelican-redirect) plugin by Bryan Weber. Nevertheless, the target usage of both plugins differs, and so does the implementation.
Raw data
{
"_id": null,
"home_page": "https://github.com/FriedrichFroebel/pelican-redirect-url/",
"name": "pelican-redirect-url",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7, <4",
"maintainer_email": "",
"keywords": "pelican,plugin,redirect",
"author": "FriedrichFr\u00f6bel",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/3b/88/c6377f172084b8ec4a04581b4e07ea9e2d4a73e121914a9abb9c8f1805a1/pelican-redirect-url-0.1.1.tar.gz",
"platform": null,
"description": "# URL Redirection Plugin for Pelican\n\nPelican plugin for redirecting to URLs.\n\nThis Pelican plugin allows you to generate pages which redirect to any URL, using plain HTML.\n\n## Installation\n\nThe package is available on PyPI and can be installed using `pip install pelican-redirect-url`.\n\nAlternatively, you may want to install it straight from a source checkout: `python -m pip install .`\n\n## Usage\n\nInclude the plugin by adding it to your `pelicanconf.py` and add the `redirect_url` directive to the metadata block of the corresponding page:\n\n```\nredirect_url: https://github.com\n```\n\n## Credits\n\nThis plugin draws some inspiration from the [pelican-redirect](https://github.com/bryanwweber/pelican-redirect) plugin by Bryan Weber. Nevertheless, the target usage of both plugins differs, and so does the implementation.\n",
"bugtrack_url": null,
"license": "AGPL-3.0",
"summary": "Pelican plugin to redirect to any URL",
"version": "0.1.1",
"split_keywords": [
"pelican",
"plugin",
"redirect"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c102d173b9202681794bc55d0c61b5400ee9d7e90fc166c961051eca3fe92379",
"md5": "43715037228032e5eeab9ba6eaaa3c53",
"sha256": "fb0dae49f9f3f2cf12f829956732652092054bf1e85f287796695248a2051cc1"
},
"downloads": -1,
"filename": "pelican_redirect_url-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "43715037228032e5eeab9ba6eaaa3c53",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7, <4",
"size": 15347,
"upload_time": "2023-04-20T13:57:15",
"upload_time_iso_8601": "2023-04-20T13:57:15.928261Z",
"url": "https://files.pythonhosted.org/packages/c1/02/d173b9202681794bc55d0c61b5400ee9d7e90fc166c961051eca3fe92379/pelican_redirect_url-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3b88c6377f172084b8ec4a04581b4e07ea9e2d4a73e121914a9abb9c8f1805a1",
"md5": "8f93bb3704eb9bf4f320e0cd420894c7",
"sha256": "fc309a186e120c593f4059ea769d41743ede700c5f84fccdfaf9d37994092abf"
},
"downloads": -1,
"filename": "pelican-redirect-url-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "8f93bb3704eb9bf4f320e0cd420894c7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7, <4",
"size": 15825,
"upload_time": "2023-04-20T13:57:19",
"upload_time_iso_8601": "2023-04-20T13:57:19.098254Z",
"url": "https://files.pythonhosted.org/packages/3b/88/c6377f172084b8ec4a04581b4e07ea9e2d4a73e121914a9abb9c8f1805a1/pelican-redirect-url-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-20 13:57:19",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "FriedrichFroebel",
"github_project": "pelican-redirect-url",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pelican-redirect-url"
}