diff options
| author | 2022-04-20 00:12:09 -0400 | |
|---|---|---|
| committer | 2022-04-20 00:12:09 -0400 | |
| commit | 942e313727d1ad886a1024c24fe4a9e8e2e0bb3e (patch) | |
| tree | 1c4d5d826655cdb812c88563a25410f8b54e41d2 /docs/extending.rst | |
| parent | 8eeed31eb2f86ac982fa4b26f93b15828289c56d (diff) | |
New upstream version 8.2.0.upstream/8.2.0
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 ----------------- |
