diff options
author | http://thm.id.fedoraproject.org/ <http://thm.id.fedoraproject.org/@web> | 2008-11-26 09:35:14 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-11-26 09:35:14 -0500 |
commit | 2e3473d77dba6f6576a3c443bef17e980e51d2f1 (patch) | |
tree | c2cfd3422d9bacebca974cf5a8f77045c4583c28 /doc | |
parent | 0c666558e4b736a62914648e05e54796da25b6d4 (diff) | |
download | ikiwiki-2e3473d77dba6f6576a3c443bef17e980e51d2f1.tar ikiwiki-2e3473d77dba6f6576a3c443bef17e980e51d2f1.tar.gz |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/location_of_external_plugins.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/location_of_external_plugins.mdwn b/doc/todo/location_of_external_plugins.mdwn new file mode 100644 index 000000000..b55bca324 --- /dev/null +++ b/doc/todo/location_of_external_plugins.mdwn @@ -0,0 +1,3 @@ +Would it be possible to make the installation location for the external plugins (those talked to via xmlrpc) configurable? Currently, they are installed into (and later expected to be in) /usr/lib/ikiwiki/plugins. For the Fedora package (which I maintain), I move them to /usr/libexec/ikiwiki/plugins. While not covered by the FHS, this seems to be a more appropriate place, see: https://fedoraproject.org/wiki/Packaging/Guidelines#Libexecdir. + +As a side note, the accompanying proxy.py might better be placed into some directory on the python path. |