Dokuwiki
Edit
Edit
https://www.inmotionhosting.com/support/edu/dokuwiki/writing-content-dokuwiki/create-namespace-doku
https://www.inmotionhosting.com/support/edu/dokuwiki/writing-content-dokuwiki/inserting-images-doku
Edit
Edit
Eso se puede hacer en los hook. Según la zona donde lo quieras poner puedes usar los siguientes.
Se crea una página html dentro de
File Name Position of included HTML meta.html Inside the HTML <head>, use this to add additional styles or metaheaders topheader.html At the very top of the page right after the <body> tag header.html Above the upper blue bar, below the pagename and wiki title pageheader.html Below the breadcrumbs, above the actual content pagefooter.html Above the lower blue bar, below the last changed Date footer.html At the very end of the page just before the </body> tag
Un ejemplo de esa página sería algo como
Edit
Edit
Edit
Quitar los botones de abajo y la información de licencia https://www.inmotionhosting.com/support/edu/dokuwiki/change-dokuwiki-appearance/removing-footer-buttons-text
Cambiar los iconos: https://www.dokuwiki.org/template:dokuwiki#changing_the_logo
Edit
style.ini está en la carpeta del dominio (/public_htlm/eldominioquesea y luego lib/tpl/dokuwiki Para cambiar el css hay que incluir sobre la línea 18 debajo de [stylesheets] la linea siguiente:
css/ivan.css = screen
Siendo ivan.css el nombre que quieras darle. Luego vas a la carpeta /public_htlm/eldominioquesea/lib/tpl/dokuwiki/css y creas allí un documento con ese nombre en el que incluyas los cambios que quieras hacer al css.
Por ejemplo para cambiar el color de las cabeceras:
.dokuwiki h1 { color: #9C0C07 !important; }
.dokuwiki h2 { color: #9F1717 !important; }
.dokuwiki h3 { color: #9B11B7 !important; }
.dokuwiki h4 { color: #0A9559 !important; }
.dokuwiki h5 { color: #84A231 !important; }
Los colores los puedes escoger aquí : https://www.quackit.com/css/css_color_codes.cfm
Edit
I found a way to make this work:
1. Install the backlinks2 plugin https://www.dokuwiki.org/plugin:backlinks2 2. Install header footer plugin https://www.dokuwiki.org/plugin:headerfooter 3. Edit/create _footer.txt in \data\pages and added :
Edit
Edit
Para instalar un juego de iconos: bajarlos de la web, e instalarlos en una carpeta dentro del template. Los iconos se encuentran en dokuwiki / lib / tpl / dokuwiki / font-awesome.4.3.0 .
En dokuwiki / lib / tpl / dokuwiki / style.ini agregar font-awesome-4.3.0*la carpeta que sea / css / font-awesome.css = screen .
Y, además, en dokuwiki / lib / tpl / dokuwiki / meta.html, la referencia al CSS por medio de <link rel = “hoja de estilo” href = “font-awesome-4.3.0 / css / font-awesome.min.css”> añadido.
Lista de iconos
Edit
Cómo hacer cajas que se cierren.
My solution, for posterity:
Title of Collapsible Noteshow
Lorem ipsum dolor sit amet…