aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/multiple_pages_with_same_name.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-09-23 13:39:21 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-09-23 13:39:21 -0400
commitdfe55e8956fdcb8ee11b85b238a7d27f42063746 (patch)
treec82c0a2f05f719a7401b40eb4d49daede7d9ed17 /doc/bugs/multiple_pages_with_same_name.mdwn
parent9cbcda14aca677008a7e2fe70463deda5cbdf34b (diff)
downloadikiwiki-dfe55e8956fdcb8ee11b85b238a7d27f42063746.tar
ikiwiki-dfe55e8956fdcb8ee11b85b238a7d27f42063746.tar.gz
Add keepextension parameter to htmlize hook. (Willu)
Diffstat (limited to 'doc/bugs/multiple_pages_with_same_name.mdwn')
-rw-r--r--doc/bugs/multiple_pages_with_same_name.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/multiple_pages_with_same_name.mdwn b/doc/bugs/multiple_pages_with_same_name.mdwn
index 548954f8f..5ddfb1f6b 100644
--- a/doc/bugs/multiple_pages_with_same_name.mdwn
+++ b/doc/bugs/multiple_pages_with_same_name.mdwn
@@ -20,6 +20,9 @@ Suggestions welcome.
>> have struggled with. It makes sense. It doesn't solve the case where
>> you have source files without any extension (eg `Makefile`), but at
>> least it covers the common cases.
+>>
+>> I'm going to be annoying and call it "keepextension", otherwise, applied
+>> as-is. --[[Joey]] [[done]]
diff --git a/IkiWiki.pm b/IkiWiki.pm
index 4e4da11..853f905 100644
@@ -52,6 +55,8 @@ Suggestions welcome.
I wonder if this patch will also be useful:
+> Reasonable, applied.
+
diff --git a/IkiWiki/Render.pm b/IkiWiki/Render.pm
index 752d176..3f1b67b 100644
--- a/IkiWiki/Render.pm