Bernhard Scheirle 10b5ea8e6d [pelican_comment_system] Fix link to import comments преди 7 години
..
doc 0a4468d13b [Pelican Comment System] documentation fixes преди 7 години
identicon f353b72361 [pelican_comment_system] pep8-ify преди 9 години
import 3d153ef57a [Pelican Comment System] add Blogger export script преди 7 години
theme c9fdd74eed Fix jQuery expression in cancelRelply method. преди 7 години
CHANGELOG.md 0a4468d13b [Pelican Comment System] documentation fixes преди 7 години
Readme.md 10b5ea8e6d [pelican_comment_system] Fix link to import comments преди 7 години
__init__.py 20f8a24971 Added plugin: pelican comment system преди 10 години
avatars.py d8131321b5 [pelican_comment_system] Add support for the autoreload mode of pelican преди 7 години
comment.py 89ca956998 [pelican_comment_system] Fix comparison of offset-naive and offset-aware datetimes преди 8 години
pelican_comment_system.py 3d153ef57a [Pelican Comment System] add Blogger export script преди 7 години

Readme.md

Pelican Comment System

Pelican Comment System allows you to add static comments to your articles.

Comments are stored in files in formats that can be processed by Pelican (e.g., Markdown, reStructuredText). Each comment resides 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 themes
  • Python 2 and 3 support

See it in action here: bernhard.scheirle.de

Author Website Github
Bernhard Scheirle http://bernhard.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 via:

pip install Pillow

If you don't want avatars or identicons, this plugin works fine without PIL/Pillow. You will, however, see a warning that identicons are deactivated (as expected).

Change Log

The change log can be found in the CHANGELOG.md file.