]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
authorJoey Hess <joey@kodama.kitenet.net>
Wed, 26 Nov 2008 18:29:47 +0000 (13:29 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Wed, 26 Nov 2008 18:29:47 +0000 (13:29 -0500)
doc/plugins/calendar/discussion.mdwn
doc/todo/location_of_external_plugins.mdwn [new file with mode: 0644]
doc/todo/location_of_ikiwiki-w3m.cgi.mdwn [new file with mode: 0644]

index 148b83522fa913f92aaf9fafbbcc1ada190757b2..9d57b7a1e6526d12846816f71531808be10940dd 100644 (file)
@@ -2,3 +2,5 @@ It would be nice if the "month" type calendar could collect all of the
 matching pages on a given date in some inline type way. --[[DavidBremner]]
 
 Is it possible to get the calendar to link to pages based not on their timestamp (as I understand that it does now, or have I misunderstood this?) and instead on for example their location in a directory hierarchy. That way the calendar could be used as a planning / timeline device which I think would be great. --[[Alexander]]
+
+I would like the ability to specify relative previous months. This way I could have a sidebar with the last three months by specifying no month, then 'month="-1"' and 'month="-2"'. Negative numbers for the month would otherwise be invalid, so this shouldn't produce any conflicts with expected behavior. (Right?) -- [[StevenBlack]]
diff --git a/doc/todo/location_of_external_plugins.mdwn b/doc/todo/location_of_external_plugins.mdwn
new file mode 100644 (file)
index 0000000..b55bca3
--- /dev/null
@@ -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.
diff --git a/doc/todo/location_of_ikiwiki-w3m.cgi.mdwn b/doc/todo/location_of_ikiwiki-w3m.cgi.mdwn
new file mode 100644 (file)
index 0000000..6e1941c
--- /dev/null
@@ -0,0 +1 @@
+The ikiwiki-w3m.cgi script is installed (hard-coded) into /usr/lib/w3m/cgi-bin/. On Fedora however, the w3m package expects it in /usr/libexec/w3m/cgi-bin. So, it would be nice if the destination for this script could be configured.