Update of /cvsroot/phpwiki/phpwiki/pgsrc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8050/pgsrc
Modified Files:
HelloWorldPlugin
Log Message:
A bit more plugin description was requested. More to do.
Index: HelloWorldPlugin
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/pgsrc/HelloWorldPlugin,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -2 -b -p -d -r1.2 -r1.3
--- HelloWorldPlugin 3 Jan 2004 22:33:53 -0000 1.2
+++ HelloWorldPlugin 26 Feb 2004 21:58:55 -0000 1.3
@@ -21,5 +21,8 @@ From the source of this page:
-----
-PhpWiki's plugin architecture allows you to add custom page elements to your
wiki. All you have to do is extend (subclass) the ~WikiPlugin class and craft
your output via the run() method.
+PhpWiki's plugin architecture allows you to add custom page elements to your
wiki. All you have to do is extend (subclass) the ~WikiPlugin class and create
your output via the run() method, dependend on the Wiki- or Request arguments,
+
+* either with the predefined HTML classes to create valid XHTML,
+* or by using templates, which are easier customizable, but generally more a
mess to use and easier to create invalid XHTML.
<?plugin PhpHighlight
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
|
|