Comments are also possible via a pelican plugin

This commit is contained in:
Bernhard Scheirle 2014-04-19 14:40:05 +02:00
commit ed1cc277fc
2 changed files with 13 additions and 6 deletions

View file

@ -24,9 +24,11 @@ Features
Pelican |version| currently supports:
* Articles (e.g., blog posts) and pages (e.g., "About", "Projects", "Contact")
* Comments, via an external service (Disqus). (Please note that while
useful, Disqus is an external service, and thus the comment data will be
somewhat outside of your control and potentially subject to data loss.)
* Comments
* via a pelican plugin (`Pelican Comment System`_)
* via an external service (Disqus). (Please note that while useful, Disqus is an external service, and thus the comment data will be somewhat outside of your control and potentially subject to data loss.)
* Theming support (themes are created using Jinja2_ templates)
* Publication of articles in multiple languages
* Atom/RSS feeds
@ -91,3 +93,5 @@ A French version of the documentation is available at :doc:`fr/index`.
.. _`Pelican's internals`: http://docs.getpelican.com/en/latest/internals.html
.. _`#pelican on Freenode`: irc://irc.freenode.net/pelican
.. _webchat: http://webchat.freenode.net/?channels=pelican&uio=d4
.. _`Pelican Comment System`: https://github.com/getpelican/pelican-plugins/tree/master/pelican_comment_system