Varia's website, varia.zone or vvvvvvaria.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
mb@mb 04c2824180 adding the 2 submodules again 6 years ago
..
doc adding the 2 submodules again 6 years ago
identicon adding the 2 submodules again 6 years ago
import adding the 2 submodules again 6 years ago
theme adding the 2 submodules again 6 years ago
CHANGELOG.md adding the 2 submodules again 6 years ago
Readme.md adding the 2 submodules again 6 years ago
__init__.py adding the 2 submodules again 6 years ago
avatars.py adding the 2 submodules again 6 years ago
comment.py adding the 2 submodules again 6 years ago
pelican_comment_system.py adding the 2 submodules again 6 years ago

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.