On 02/01/2008, Stephen Hansen <[EMAIL PROTECTED]> wrote:
>
> Is there a way to have spaces automatically translated to underscores like
> MediaWiki does?


Most wikis follow the CamelCase convention for creating page names.  Use of
spaces is not valid in URLs nor in CamelCase.

So if you are typing into the address bar ' http://address/trac/wiki/This or
> That', it redirects to 'http://address/trac/wiki/This_or_That',
>

Apart from URLs with spaces in them being invalid (spaces should be escaped
to %20), you can probably do this with a rewrite rule.

and more importantly, if you create a page name called ["This or That"] it
> will link to This_or_That?
>

Take a look here, http://trac.edgewall.org/wiki/WikiPageNames on naming
pages and linking to them.

Regards

Stephen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to