diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-27 00:48:06 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-27 00:48:06 +0000 |
commit | 1e5cd11635ef45e8223f56b952c8636d993e5908 (patch) | |
tree | 7c2b2a3dc1e36e82b5fb7af47118b00396bb6910 /doc/plugins.mdwn | |
parent | b4fa92f9e74d48281f285b4a682ec41e24e686db (diff) | |
download | ikiwiki-1e5cd11635ef45e8223f56b952c8636d993e5908.tar ikiwiki-1e5cd11635ef45e8223f56b952c8636d993e5908.tar.gz |
* Add a libdir config option to let ikiwiki load perl modules, including
plugins, from a user-configurable directory.
Diffstat (limited to 'doc/plugins.mdwn')
-rw-r--r-- | doc/plugins.mdwn | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/plugins.mdwn b/doc/plugins.mdwn index 255f13f67..3f154f1f0 100644 --- a/doc/plugins.mdwn +++ b/doc/plugins.mdwn @@ -11,14 +11,6 @@ To enable plugins, use the `--plugin` switch described in Enable the [[goodstuff]] plugin to get a nice selection of plugins that will fit most uses of ikiwiki. -Without administrator access, you can add some custom plugins by storing -yourcustomplugin.pm in /home/user/.ikiwiki/IkiWiki/Plugins (or any other -place, keeping the "IkiWiki/Plugins" part of the path) and adding this -line at the begining of your ikiwiki.setup file: - - BEGIN { push @INC, "/home/user/.ikiwiki" } - - ## Plugin directory [[inline pages="plugins/* and !plugins/type/* and !plugins/write and |