comment
[ikiwiki] / doc / todo / location_of_external_plugins.mdwn
1 Would it be possible to make the installation location for the external
2 plugins (those talked to via xmlrpc) configurable? Currently, they are
3 installed into (and later expected to be in) /usr/lib/ikiwiki/plugins. For
4 the Fedora package (which I maintain), I move them to
5 /usr/libexec/ikiwiki/plugins. While not covered by the FHS, this seems to
6 be a more appropriate place, see:
7 https://fedoraproject.org/wiki/Packaging/Guidelines#Libexecdir.
8
9 > This would need to be a build time configuration setting so the directory
10 > is built into ikiwiki for use at runtime. --[[Joey]]
11
12 As a side note, the accompanying proxy.py might better be placed into some directory on the python path.
13
14 > If someone can show how to do so without needing a Setup.py and all the
15 > pain that using one entails.. --[[Joey]]