Menu:

plugin download

Plugins are stored here:

/home/FooBar/PyLucid_env/src/pylucid/pylucid_project/pylucid_plugins/

↑ install instructions  #

Just copy the plugin sub directory into pylucid_plugins (see above).
Note: The server process (e.g. fastCGI) must be restarted, because all plugins would be only initilized at the 'start'.

↑ example  #

Here a example how to 'install' the DecodeUnicode plugin via subverion:

Bash
1
2
3
4
/home/FooBar$ cd PyLucid_env/src/pylucid/pylucid_project/pylucid_plugins
.../pylucid_plugins$ svn co http://svn.pylucid.net/pylucid/PyLucidPlugins/DecodeUnicode/
.../pylucid_plugins$ cd /var/www/YourSite/
/var/www/YourSite$ touch index.fcgi

↑ own external plugins  #

We hosted some own "external plugin" on our SVN Server.
All plugins are here:

↑ DecodeUnicode  #

List all unicode characters via PyLucid DecodeUnicode plugin.

tag navi plugins