[wellwell-devel] [SCM] Interchange wellwell catalog branch, master, updated. 1d4df2996cef49def7b32e727d6d996b1bc35df0

Stefan Hornburg racke at rt.icdevgroup.org
Mon Jun 1 18:10:51 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Interchange wellwell catalog".

The branch, master has been updated
       via  1d4df2996cef49def7b32e727d6d996b1bc35df0 (commit)
      from  085f7e641109610d26a790a656fa90cabb76b920 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1d4df2996cef49def7b32e727d6d996b1bc35df0
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Mon Jun 1 20:10:06 2009 +0200

    section "Authoring Plugins" added
    note about incomplete ITL added

-----------------------------------------------------------------------

Summary of changes and diff:
 README |   41 +++++++++++++++++++++++++++++++++++++++++
 1 files changed, 41 insertions(+), 0 deletions(-)

diff --git a/README b/README
index fbe7a8f..9188f0a 100644
--- a/README
+++ b/README
@@ -14,6 +14,7 @@ Flaws in Standard / Interchange
 
 * two shopping carts components  to maintain
 * components need to specified on every page instead of globally
+* incomplete ITL doesn't crash whole page
 
 Goals
 *****
@@ -322,6 +323,46 @@ Plugins are activated by adding them to PLUGINS variable
 Please read the README for the plugin first and follow the
 instructions before activating the plugin.
 
+Authoring plugins
+=================
+
+Plugins are basically a small WellWell catalog on its own.
+
+Configuration
+-------------
+
+The configuration file is called plugin.cfg. The basic configuration
+is as follows:
+
+Message Loading helloworld plugin.
+
+Variable CURPLUGIN helloworld
+include plugins/default.cfg
+
+Info file
+---------
+
+The info file NAME.info contains basic information about the plugin:
+
+name
+version
+author
+
+E.g.
+
+name = Hello world!
+version = 0.1
+author = Stefan Hornburg (Racke) <racke at linuxia.de>
+
+Directory structure
+-------------------
+
+NAME.info  - info file (see Info file)
+plugin.cfg - configuration file (see Configuration)
+code       - directory for custom code (tags, functions, ...)
+pages/NAME - directory for pages
+components - directory for components
+
 Paging
 ******
 


hooks/post-receive
-- 
Interchange wellwell catalog



More information about the wellwell-devel mailing list