summaryrefslogtreecommitdiffstats
path: root/doc/development/plugins.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/plugins.txt')
-rw-r--r--doc/development/plugins.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/development/plugins.txt b/doc/development/plugins.txt
index 59582e255..183126053 100644
--- a/doc/development/plugins.txt
+++ b/doc/development/plugins.txt
@@ -11,6 +11,18 @@ to implement configuration interfaces and representation tailored to
problems encountered by a particular site. This chapter describes what
plugins are good for, what they can do, and how to implement them.
+Several plugins themselves have pluggable backends, and for narrow
+cases you may want to develop a backend for an existing plugin rather
+than an entirely new plugin. See the following pages for more
+information:
+
+.. toctree::
+ :maxdepth: 1
+
+ cfg
+ packages
+
+
Bcfg2 Plugins
-------------
@@ -41,6 +53,8 @@ Plugin
^^^^^^
.. autoclass:: Bcfg2.Server.Plugin.base.Plugin
+ :members: name, __author__, experimental, deprecated, conflicts,
+ sort_order, __rmi__, init_repo, shutdown
:inherited-members:
:show-inheritance: