diff options
Diffstat (limited to 'docs/extending.rst')
| -rw-r--r-- | docs/extending.rst | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/extending.rst b/docs/extending.rst index db72509..395d839 100644 --- a/docs/extending.rst +++ b/docs/extending.rst @@ -6,7 +6,7 @@ .. description: .. author: The Nikola Team -:Version: 8.1.3 +:Version: 8.2.0 :Author: Roberto Alsina <ralsina@netmanagers.com.ar> .. class:: alert alert-primary float-md-right @@ -492,6 +492,14 @@ Does nothing specific, can be used to modify the site object (and thus the confi Put all the magic you want in ``set_site()``, and don’t forget to run the one from ``super()``. Example plugin: `navstories <https://github.com/getnikola/plugins/tree/master/v7/navstories>`__ + +CommentSystem Plugins +--------------------- + +Can be used to add a new comment system. (It doesn’t do anything by itself.) It’s expected to provide templates named ``comment_helper_foo.tmpl``. + +Example plugin: `cactuscomments <https://github.com/getnikola/plugins/tree/master/v8/cactuscomments>`__ + Shortcode Plugins ----------------- |
