summaryrefslogtreecommitdiff
path: root/doc/todo/location_of_external_plugins.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-11-26 13:29:47 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-11-26 13:29:47 -0500
commit2b53ce92fdc13526544579220848130a19850b76 (patch)
tree4da624004007fedf6bed9f1ae3be480b6f0700ce /doc/todo/location_of_external_plugins.mdwn
parent7cc14ddf441b3eb2879489f93a6986425c424bb6 (diff)
parent81c62f9b01b1c2ceaad75dec6191cbdcce5419ad (diff)
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/todo/location_of_external_plugins.mdwn')
-rw-r--r--doc/todo/location_of_external_plugins.mdwn3
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.