-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" }
-
-