aboutsummaryrefslogtreecommitdiff
path: root/doc/index
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-01-19 14:02:52 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-01-19 14:02:52 -0500
commit9eeb031265f762e37bc85b6cfa418f1a16d80b5f (patch)
tree3a4aa7fb53a62064d5d7c5a0412b2a83a4a4dac1 /doc/index
parent9af4c0f6ed27852d072e7d7869ca6506e175a3c7 (diff)
downloadikiwiki-9eeb031265f762e37bc85b6cfa418f1a16d80b5f.tar
ikiwiki-9eeb031265f762e37bc85b6cfa418f1a16d80b5f.tar.gz
response
Diffstat (limited to 'doc/index')
-rw-r--r--doc/index/discussion.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/index/discussion.mdwn b/doc/index/discussion.mdwn
index 28613d0ed..1e8dd2e17 100644
--- a/doc/index/discussion.mdwn
+++ b/doc/index/discussion.mdwn
@@ -417,3 +417,10 @@ I'm playing around with various ways that I can use subversion with ikiwiki.
----
I'm sure that this is documented somewhere but I've ransacked the wiki and I can't find it. :-( What are the allowed characters in an ikiwiki page name? I'm writing a simple script to make updating my blog easier and need to filter invalid characters (so far I've found that # and , aren't allowed ;-)). Thanks for any pointers. -- [[AdamShand]]
+
+> The default `wiki_file_regexp` matches filenames containing only
+> `[-[:alnum:]_.:/+]`
+>
+> The IkiWiki::titlepage() function will convert freeform text to a valid
+> page name. See [[todo/should_use_a_standard_encoding_for_utf_chars_in_filenames]]
+> for an example. --[[Joey]]