I noticed that when you create "Page Name", the url "pagename" is
created.
This is quite wrong behavior:
1. Whitespace is important - for example, �� ���� -> ������ is not
readable
2. Capitalization is important
3. "PageName" is a valid url
4. "Page%20Name" is also valid (even displayed as "Page Name" in
Safari)
5. It creates problems later when you create "Page Name" and then try
to create "pagename" - your new page is accessible as "pagename1"
Some wikis treat "Page Name" and "Page_Name" as equal. Local names use
natural spaces, while urls are converted to "Page_Name", which are
nicer then "Page%20Name". This system works great for both MediaWiki
and MoinMoin wiki engines.
Here is how MoinMoin treat page names, I think its a good solution:
http://moinmoin.wikiwikiweb.de/PageNames
Best Regards,
Nir Soffer