Alexis Métaireau 98a83bc3e3 PEP8 | %!s(int64=10) %!d(string=hai) anos | |
---|---|---|
.. | ||
doc | %!s(int64=10) %!d(string=hai) anos | |
identicon | %!s(int64=10) %!d(string=hai) anos | |
Readme.md | %!s(int64=10) %!d(string=hai) anos | |
__init__.py | %!s(int64=10) %!d(string=hai) anos | |
avatars.py | %!s(int64=10) %!d(string=hai) anos | |
comment.py | %!s(int64=10) %!d(string=hai) anos | |
pelican_comment_system.py | %!s(int64=10) %!d(string=hai) anos |
The pelican comment system allows you to add static comments to your articles. The comments are stored in files which can be processed by Pelican (e.g.: Markdown, reStructuredText, ...). Each comment in its own file.
See it in action here: blog.scheirle.de
Author | Website | Github |
---|---|---|
Bernhard Scheirle | http://blog.scheirle.de | https://github.com/Scheirle |
Pelican 3.4 or newer is required.
To create identicons the Python Image Library is needed. Therefore you either need PIL or Pillow (recommended).
easy_install Pillow
If you don't use avatars or identicons this plugin works fine without PIL/Pillow. You will however get a warning that identicons are deactivated (as expected).