]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/unaccent_url_instead_of_encoding.mdwn
remove rcs_showpatch
[ikiwiki.git] / doc / todo / unaccent_url_instead_of_encoding.mdwn
1 If one puts localized chars in wikilinks ikiwiki will escape it.
2 This works right from a technical point of view, but the URLs will become ugly.
3
4 So I made a patch which unaccent chars: <http://users.itk.ppke.hu/~cstamas/code/ikiwiki/unaccentpagetitlenames/>
5 This is a one liner change, but requires a bit of reordering in the code.
6
7 --[[cstamas]]
8
9 > This was previously requested in [[todo/more_customisable_titlepage_function]],
10 > in which [[Joey]] said "I don't think that changing titlepage is a good idea,
11 > there are compatability problems".
12 >
13 > The problem is that altering titlepage changes the meaning of your wiki,
14 > by resolving all wiki links to different page names. That means that:
15 >
16 > * unaccenting can't be automatic, it has to be a configuration option
17 >   (so you don't accidentally get different behaviour by installing
18 >   Text::Unaccent)
19 > * upgrading Text::Unaccent becomes risky, as I doubt it guarantees to
20 >   have stable rules for how to transliterate into ASCII!
21 >
22 > --[[smcv]]
23
24 [[!tag wishlist patch patch/core]]