Las páginas en DokuWiki se convierten a minúsculas automáticamente. Los únicos caracteres especiales permitidos son ., - y _ los demás caracteres son convertidos a _. Los dos puntos (:) son usados para crear namespaces.
Cuando la Opcion de desacentuar está activada en la configuración (activada por defecto) local y los caracteres acentuados se convierten a sus equivalentes (ü se convierte a ue) o caracteres no acentuados (á se convierte a).
La mayoría de las plantillas, incluída la estandard, presenta el nombre de espacio completo namespaces en esta ruta, arriba a la izquierda. Por ejemplo el nombre de esta página es wiki:pagename. 1)
Cuando se enlaza a otros Wikis usando enlaces del tipo InterWiki se aplican las restricciones de nombres de esas Wikis.
Incluso cuandoCamelCase o WikiWord está activado en elconfig fichero los nombres de páginas permanecerán en minúsculas.
You may picture namespaces as directories and pagenames as files inside them.
Therefore the a:b:c pagename can be pictured as:
root namespace (always present)
|
+-- 'a' namespace
|
+-- 'b' namespace
|
+-- 'c' pagename
Note that you can have a pagename and a namespace with the same name, at the same time, within any namespace. Back to the above example, the a:b pagename can be pictured as:
root namespace (always present)
|
+-- 'a' namespace
|
+-- 'b' pagename (not to be confused with the 'b' namespace above)
This doesn't lead to conflicts, because DokuWiki treats the final token (the one after the last colon) as the name of the page itself, while all other tokens are namespaces.
a:b:c, a and b are namespaces while c is a page.a:b, a is interpreted as a namespace and b as a page.See namespaces for more details.
When your browser requests a pagename that doesn't already exist, DokuWiki may (depending on your access rights) present you with the option to create it. You can do this by directing your browser to the URL of the desired pagename or by creating a link to the new pagename on another DokuWiki page and following it with your browser.
If the pagename path contains namespaces that don't already exist, they will also be created.
If you edit a page and remove all its content then DokuWiki will delete the page, and the associated pagename. (Note that the attic remains.)
See the full article here.
is it possible to implement in a future version the option for not lowercased pagenames? is it not possible to check file existence in a case sensitive environment like case Insensitive? The mediawiki of wikipedia allow uppercase in file name.
FWIK Mediawiki uses a database. — Michael Klier 2007-05-24 17:58
oh yeh, sql, i forget this!
But are there no Commands in PHP which are able to search and check files caseINsensitive?
Is it possible to include pictures
Can a page reside in multiple namespaces (similar to Categories in Mediawiki?)