diff options
| author | Justin Mayer <entroP@gmail.com> | 2013-04-16 10:13:47 -0700 |
|---|---|---|
| committer | Justin Mayer <entroP@gmail.com> | 2013-04-16 10:13:47 -0700 |
| commit | 8be7c0dbae5bd094379d74fd47acb41a56f18afd (patch) | |
| tree | 42badd8f419d5160d6d87bbcb896cb16682217c0 /docs/plugins.rst | |
| parent | 7b0165696e5077ccf84b2b89bc38d93152fc0fc1 (diff) | |
| download | pelican-8be7c0dbae5bd094379d74fd47acb41a56f18afd.tar.gz | |
Minor documentation improvements
Diffstat (limited to 'docs/plugins.rst')
| -rw-r--r-- | docs/plugins.rst | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/plugins.rst b/docs/plugins.rst index 21a962e2..aa43a750 100644 --- a/docs/plugins.rst +++ b/docs/plugins.rst @@ -30,13 +30,14 @@ the settings file:: Where to find plugins ===================== -We maintain a separate repository of plugins for people to share and use. -Please see the `pelican-plugins`_ repository for the official place for plugins. +We maintain a separate repository of plugins for people to share and use. +Please visit the `pelican-plugins`_ repository for a list of available plugins. .. _pelican-plugins: https://github.com/getpelican/pelican-plugins -Please note that while we will give best effort, the submitted plugins are all -community driven and supported. +Please note that while we do our best to review and maintain these plugins, +they are submitted by the Pelican community and thus may have varying levels of +support and interoperability. How to create plugins ===================== @@ -56,8 +57,6 @@ which you map the signals to your plugin logic. Let's take a simple example:: def register(): signals.initialized.connect(test) - - List of signals =============== |
