pxxo plugin by Stéphane Gully
Allows you to include pxxo's widgets into the current page.
Last updated on 2008-03-26. Provides Syntax, Action.
No compatibility info given!
Attention: currently the pxxo documentation is only written in french. However it exists an overview written in english.
| Download | plugin-pxxo.tar.gz |
|---|
You need several PEAR packages:
pear install --force -a XML_Serializer
pear channel-discover pear.pxxo.net pear install pxxo/Pxxo
pear install pxxo/Pxxo_Widget_HelloWorld
To use the plugin you have to insert the following code in your dokuwiki page:
<pxxo widget="Pxxo_Widget_HelloWorld"> <params> <montexte>Bla bla bla</montexte> <theme>blue</theme> </params> </pxxo>
This will instantiate the HelloWorld widget in your page using the 'blue' theme with a 'Bla bla bla' value for the 'montexte' parameter.
The parameters description must be written in XML and must be understood by XML_Unserializer. For advanced example, please have a look to the french pxxo plugin documentation.