Another note. Normally it's not necessary to repeat the page name inside 
the URL of a page. DokuWiki is configured to automatically use the first 
(level 1) header as the page name and so for each link to this page.

This:
[[snippets:ForcingAnUpdate|Forcing an update]]

is the same like
[[snippets:ForcingAnUpdate]]

if the first header of the target page is:
"Forcing an update"

Cheers,

Sebastian


Sebastian Werner schrieb:
> Hi!
> 
> I've just detected one interesting feature of qooxdoo. Currently we 
> often use this for pagenames:
> 
> [[snippets:ForcingAnUpdate|Forcing an update]]
> 
> However dokuwiki doesn't keep the camelcase style for links so it always 
> looks a bit ugly inside the location field:
> 
> http://qooxdoo.org/snippets/forcinganupdate
> 
> Better would be however to do the following:
> 
> [[snippets:Forcing an update|Forcing an update]]
> 
> DokuWiki will replace the spaces with an "_" symbol which will result in 
> the following location value:
> 
> http://qooxdoo.org/snippets/forcing_an_update
> 
> In my opinion this looks better, so I would suggest the further work 
> inside the wiki should respect this and use the page names this way.
> 
> Any other opinions?
> 
> (Maybe we could also hack the routine of dokuwiki to translate something 
> like ForcingAnUpdate to the URL forcing_an_update - would be also an option)
> 
> Cheers,
> 
> Sebastian
> 
> 
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel



_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to