====== Pxxo plugin ====== ---- plugin ---- description: Allows you to include pxxo's widgets into the current page. author : Stéphane Gully email : stephane.gully@gmail.com type : syntax action lastupdate : 2008-03-26 compatible : depends : conflicts : similar : tags : !broken, !discontinued, embed ---- __Attention:__ currently the pxxo documentation is only written in french. However it exists an [[http://www.pxxo.net/en|overview written in English]]. ^ Download | [[http://www.pxxo.net/_media/fr/dokuwiki/plugin-pxxo.tar.gz|plugin-pxxo.tar.gz]] | ===== Dependencies ===== You need several PEAR packages: * [[http://www.pear.php.net/package/XML_Serializer|XML_Serializer]] : this package is used internally to parse the parameters array pear install --force -a XML_Serializer * [[http://www.pxxo.net|Pxxo]] : pear channel-discover pear.pxxo.net pear install pxxo/Pxxo pear install pxxo/Pxxo_Widget_Message * All the [[http://www.pxxo.net/fr/doc/widgets|pxxo's widgets]] you need... Example : pear install pxxo/Pxxo_Widget_HelloWorld ===== Description ===== To use the plugin you have to insert the following code in your DokuWiki page: Bla bla bla blue 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 [[http://www.pxxo.net/fr/dokuwiki|pxxo plugin documentation]].