[Rmrf-commit] [SCM] rmrf - read mail really fast branch, master, updated. 9a50aa2aa358e08159a6cb86d5fc754848e69099

Patrick Schoenfeld schoenfeld at debian.org
Mon Jul 27 17:58:56 UTC 2009


The following commit has been merged in the master branch:
commit 9a50aa2aa358e08159a6cb86d5fc754848e69099
Author: Patrick Schoenfeld <schoenfeld at debian.org>
Date:   Mon Jul 27 19:58:40 2009 +0200

    Make a distinction between Plugin and PluginManager

diff --git a/doc/concept/CORE b/doc/concept/CORE
index 3fadb7b..24ecac1 100644
--- a/doc/concept/CORE
+++ b/doc/concept/CORE
@@ -28,8 +28,10 @@ Config
 Python library class: SafeConfigParser
 (or do we want something like YAML?)
 
-Plugin
-------
+-------------------------------------------------------
+PluginManager
+rmrf.plugins.plugin_manager
+------------------------------
 Plugin management class:
 - Needs to find and load plugins (config-aided?)
 - Do we need depends?
@@ -44,6 +46,14 @@ Plugin SMTP provides OutgoingMessageHandler
 
 Python library class: ?
 
+Plugin 
+rmrf.plugins.plugin
+-------------------
+Base class for plugins. Should define methods and vars
+that are common for all plugins. Probably the inheritance
+source for more specific plugin classes (e.g. the Server
+class)
+---------------------------------------------------------
 Account
 ------
 Generic account class that stores informations like

-- 
rmrf - read mail really fast



More information about the Rmrf-commit mailing list