aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/location_of_external_plugins.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>1997-08-14 08:26:46 -0400
committerJoey Hess <joey@kodama.kitenet.net>1997-08-14 08:26:46 -0400
commit04a03c097a46f28de4b803ef28b33c3dda2c3297 (patch)
tree3490bf5a6f8ee1d656f4844cbf35d77958b36686 /doc/todo/location_of_external_plugins.mdwn
parent30360b3f5349f70dce994f0a6fbc8b71cd7ba708 (diff)
downloadikiwiki-04a03c097a46f28de4b803ef28b33c3dda2c3297.tar
ikiwiki-04a03c097a46f28de4b803ef28b33c3dda2c3297.tar.gz
comment
Diffstat (limited to 'doc/todo/location_of_external_plugins.mdwn')
-rw-r--r--doc/todo/location_of_external_plugins.mdwn14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/todo/location_of_external_plugins.mdwn b/doc/todo/location_of_external_plugins.mdwn
index b55bca324..28b762080 100644
--- a/doc/todo/location_of_external_plugins.mdwn
+++ b/doc/todo/location_of_external_plugins.mdwn
@@ -1,3 +1,15 @@
-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.
+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.
+
+> This would need to be a build time configuration setting so the directory
+> is built into ikiwiki for use at runtime. --[[Joey]]
As a side note, the accompanying proxy.py might better be placed into some directory on the python path.
+
+> If someone can show how to do so without needing a Setup.py and all the
+> pain that using one entails.. --[[Joey]]