diff options
author | Holger Weiß <holger@zedat.fu-berlin.de> | 2011-08-23 22:52:48 +0200 |
---|---|---|
committer | Holger Weiß <holger@zedat.fu-berlin.de> | 2011-08-23 22:52:48 +0200 |
commit | 180129b45a4d97dbd650245e6f4863d445fd33fa (patch) | |
tree | cb8d9f6361d5970053bd234ce0e68e6f6a3c7862 /doc/development | |
parent | c0ceeaa624b9500d79b1e0f616d69324c3bf37a0 (diff) | |
download | bcfg2-180129b45a4d97dbd650245e6f4863d445fd33fa.tar.gz bcfg2-180129b45a4d97dbd650245e6f4863d445fd33fa.tar.bz2 bcfg2-180129b45a4d97dbd650245e6f4863d445fd33fa.zip |
doc: Minor cleanups
Diffstat (limited to 'doc/development')
-rw-r--r-- | doc/development/plugins.txt | 8 |
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 |