summaryrefslogtreecommitdiffstats
path: root/doc/development/plugins.txt
diff options
context:
space:
mode:
authorHolger Weiß <holger@zedat.fu-berlin.de>2011-08-23 22:52:48 +0200
committerHolger Weiß <holger@zedat.fu-berlin.de>2011-08-23 22:52:48 +0200
commit180129b45a4d97dbd650245e6f4863d445fd33fa (patch)
treecb8d9f6361d5970053bd234ce0e68e6f6a3c7862 /doc/development/plugins.txt
parentc0ceeaa624b9500d79b1e0f616d69324c3bf37a0 (diff)
downloadbcfg2-180129b45a4d97dbd650245e6f4863d445fd33fa.tar.gz
bcfg2-180129b45a4d97dbd650245e6f4863d445fd33fa.tar.bz2
bcfg2-180129b45a4d97dbd650245e6f4863d445fd33fa.zip
doc: Minor cleanups
Diffstat (limited to 'doc/development/plugins.txt')
-rw-r--r--doc/development/plugins.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/development/plugins.txt b/doc/development/plugins.txt
index 4c723f7e9..e6a5a73a0 100644
--- a/doc/development/plugins.txt
+++ b/doc/development/plugins.txt
@@ -103,9 +103,7 @@ all important member fields.
| __version__ | The plugin version (generally | string |
| | tied to revctl keyword expansion) | |
+-----------------+-----------------------------------+--------------------------+
-| __author__ | The plugin author. | string |
-+-----------------+-----------------------------------+--------------------------+
-| __author__ | The plugin author. | string |
+| __author__ | The plugin author | string |
+-----------------+-----------------------------------+--------------------------+
| __rmi__ | Set of functions to be exposed as | List of function names |
| | XML-RPC functions | (strings) |
@@ -113,7 +111,7 @@ all important member fields.
| Entries | Multidimentional dictionary of | Dictionary of |
| | keys that point to the function | ConfigurationEntityType, |
| | used to bind literal contents for | Name keys, and function |
-| | a given configuration entity. | reference values |
+| | a given configuration entity | reference values |
+-----------------+-----------------------------------+--------------------------+
| BuildStructures | Function that returns a list of | Member function |
| | the structures for a given client | |
@@ -123,7 +121,7 @@ all important member fields.
| | execute | |
+-----------------+-----------------------------------+--------------------------+
| ReceiveData | Function that accepts the probe | Member function |
-| | results for a given client. | |
+| | results for a given client | |
+-----------------+-----------------------------------+--------------------------+
Example Plugin