Last updated:
0 purchases
pelicanemailcloak 0.2.0
E-mail Cloak: A Plugin for Pelican
E-mail cloaking plugin for Pelican
Installation
This plugin can be installed via:
python -m pip install pelican-email-cloak
Usage
To use this plugin, add the following to your pelicanconf.py:
PLUGINS = [
# ...
'email_cloak',
# ...
]
Pelican should automatically discover the plugin after installation under the namespace pelican.plugins.
E-mails in articles and pages will be cloaked.
Changelog
0.1.0 up to 0.1.2: Added support for custom e-mail body and link caption & subsequent hotfixes
0.0.1 up to 0.0.3: Initial release
Version bumped to update PyPI description
License
This project is licensed under the MIT license.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.