diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-09-29 17:30:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-09-29 17:30:30 -0400 |
commit | a9d7c5453ae0f214f86043381310b81ad358b933 (patch) | |
tree | a8cb240b4535ce3a1b772d33fe46b56dad5b1086 /debian | |
parent | 1f1867a6fc52daa26b4bfe0aa597df8edee24595 (diff) | |
download | ikiwiki-a9d7c5453ae0f214f86043381310b81ad358b933.tar ikiwiki-a9d7c5453ae0f214f86043381310b81ad358b933.tar.gz |
Add indexpages option
This is the easy part of supporting foo/index.mdwn sources for page foo.
Note that if foo.mdwn exists too, there will be a warning about multiple
sources for the same page, and which is used is indeterminate.
indexpages should also cause web based editing to create index source pages
by default; this and other fallout of the option not yet implemented.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 394eba26a..d68f57e4d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,8 @@ ikiwiki (2.66) UNRELEASED; urgency=low page, and is preserved across rebuilds. * editpage: Be more aggressive (and less buggy) about cleaning up temporary files rendered during page preview. + * Add an indexpages option, which causes foo/index.mdwn to be the source + for page foo when foo.mdwn doesn't exist. Closes: #474611 -- Joey Hess <joeyh@debian.org> Thu, 25 Sep 2008 13:45:55 -0400 |