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

Reply via email to