aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/Configureable_separator_of_page_name.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-11-07 11:50:06 -0500
committerJoey Hess <joey@kodama.kitenet.net>2007-11-07 11:50:06 -0500
commit144accb78c0025d7a88c4dcb170a73cfde93e35b (patch)
treee78d6b05ba3b1aff8c28be171566a4cf58fc339b /doc/todo/Configureable_separator_of_page_name.mdwn
parent221017913c7e2026b5fabb39a20634ae488c59a2 (diff)
downloadikiwiki-144accb78c0025d7a88c4dcb170a73cfde93e35b.tar
ikiwiki-144accb78c0025d7a88c4dcb170a73cfde93e35b.tar.gz
response
Diffstat (limited to 'doc/todo/Configureable_separator_of_page_name.mdwn')
-rw-r--r--doc/todo/Configureable_separator_of_page_name.mdwn6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/todo/Configureable_separator_of_page_name.mdwn b/doc/todo/Configureable_separator_of_page_name.mdwn
index 17e40219b..82343de63 100644
--- a/doc/todo/Configureable_separator_of_page_name.mdwn
+++ b/doc/todo/Configureable_separator_of_page_name.mdwn
@@ -2,4 +2,8 @@ Currently ikiwiki replaces spaces of page name/title to underline characters.
I'd rather prefer en dash character there. Is it a chance to configure separator
character in ikiwiki?
---[[Paweł|ptecza]] \ No newline at end of file
+--[[Paweł|ptecza]]
+
+> To do this a plugin could overwride the builtin IkiWiki::pagetitle,
+> IkiWiki::titlepage, and IkiWiki::linkpage functions. All the mangling of
+> page names should be cantralised to those functions. --[[Joey]]