summaryrefslogtreecommitdiffstats
path: root/doc/development/plugins.txt
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-09-11 10:32:30 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-09-11 10:32:30 -0400
commit71c679e1a0105490bd5845a15de5e8f1a32e2166 (patch)
treec528e62098b599d7ae74ea53908a045ccf2ffb63 /doc/development/plugins.txt
parentb682d9e3c11f94a9a9dc254a6d53e44f953a74bf (diff)
downloadbcfg2-71c679e1a0105490bd5845a15de5e8f1a32e2166.tar.gz
bcfg2-71c679e1a0105490bd5845a15de5e8f1a32e2166.tar.bz2
bcfg2-71c679e1a0105490bd5845a15de5e8f1a32e2166.zip
Cfg: documented all Cfg modules, added development docs
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: