Question
I want [[abc def]] to go to the URL "abc-def", that is, (1) Use hyphen instead of MixedCase, and (2) Do not upper-case the first letter.
Environment
--
RDeepakMasatran - 12 Mar 2007
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
The first letter is only upper cased, this is the current spec. You can create nice looking links with
[[Abc-def][abc def]].
I do not know your needs, but if you need to publish wiki pages to lower case HTML page names look into
PublishWebPlugin. A link to
[[abc def]] gets published to
abc_def.html.
--
PeterThoeny - 13 Mar 2007
If you want exactly the behaviour you describe ypu'd need to change the Perl code (and do that again on a TWiki upgrade.)
--
PeterThoeny - 13 Mar 2007