Bernhard Scheirle 01adbcb375 [pelican_comment_system] Fixes the "all comment feed" to work with the i18n_subsites plugin vor 9 Jahren
..
doc 4aad0b8bf7 [pelican_comment_system] Updates the documentation for the all comment feed vor 9 Jahren
identicon f353b72361 [pelican_comment_system] pep8-ify vor 10 Jahren
Readme.md da6ac3582c [pelican_comment_system] Allow reStructuredText comments. vor 10 Jahren
__init__.py 20f8a24971 Added plugin: pelican comment system vor 10 Jahren
avatars.py 625c4769cc Fix reference to _identiconImported broken by 98a83b. vor 10 Jahren
comment.py 1f7c6c8305 [pelican_comment_system] Fixes wrong item url and title in the all comment feed vor 9 Jahren
pelican_comment_system.py 01adbcb375 [pelican_comment_system] Fixes the "all comment feed" to work with the i18n_subsites plugin vor 9 Jahren

Readme.md

Pelican comment system

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.

Features

  • Static comments for each article
  • Replies to comments
  • Avatars and Identicons
  • Comment Atom Feed for each article
  • Easy styleable via the themes

See it in action here: blog.scheirle.de

Author Website Github
Bernhard Scheirle http://blog.scheirle.de https://github.com/Scheirle

Instructions

Requirements

Pelican 3.4 or newer is required.

To create identicons the Python Image Library is needed. Therefore you either need PIL or Pillow (recommended).

Install Pillow
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).