informatica:cms_wiki:dokuwiki
Diferencias
Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anteriorRevisión previaPróxima revisión | Revisión previa | ||
| informatica:cms_wiki:dokuwiki [2025/04/02 05:10] – [Instalación] admin | informatica:cms_wiki:dokuwiki [2025/09/08 02:50] (actual) – [PlantUML] admin | ||
|---|---|---|---|
| Línea 3: | Línea 3: | ||
| ===== Instalación ===== | ===== Instalación ===== | ||
| - | Solo descomprimir y seguir los pasos de la página index en la web. | + | Solo descomprimir y seguir los pasos de la página index local en la web. |
| - | ===== Configuraciones | + | Las configuraciones que he usado para esta wiki son: |
| + | * Plantilla : [[https:// | ||
| + | |||
| + | |||
| + | ===== Configuración | ||
| ===== Sintaxis ===== | ===== Sintaxis ===== | ||
| Línea 16: | Línea 20: | ||
| * [[https:// | * [[https:// | ||
| + | |||
| + | ==== Include ==== | ||
| + | |||
| + | * [[https:// | ||
| + | |||
| + | ==== Blog ==== | ||
| + | |||
| + | * [[https:// | ||
| ==== Blockquote ==== | ==== Blockquote ==== | ||
| * [[https:// | * [[https:// | ||
| + | |||
| + | |||
| + | ==== Imgpaste ==== | ||
| + | |||
| + | * [[https:// | ||
| + | |||
| + | Deberia tener la opción de que las imágenes se suban en formato JPEG y no sólo PNG. | ||
| ==== Vshare ==== | ==== Vshare ==== | ||
| Línea 40: | Línea 59: | ||
| * [[https:// | * [[https:// | ||
| - | |||
| - | ==== Imgpaste ==== | ||
| - | |||
| - | * [[https:// | ||
| ==== PlantUML ==== | ==== PlantUML ==== | ||
| Línea 49: | Línea 64: | ||
| * [[https:// | * [[https:// | ||
| - | La versión más moderna ya no se ejecuta en local sino se conecta a una ws, ojo a esto. | + | Deberia tener la opción |
| - | + | ||
| - | Cuando se ejecutaba en local se tuvo estos problemas (buscar | + | |
| - | + | ||
| - | Al instalar | + | |
| - | + | ||
| - | En la parte alta de la wiki: | + | |
| - | < | + | |
| - | Warning: Declaration of action_plugin_plantuml:: | + | |
| - | </ | + | |
| - | + | ||
| - | En la parte interna del modulo de extensiones (parecido al problema del módulo plantuml, en este caso lo saque del plug in note, porque no volvió a aparecer el problema) | + | |
| - | < | + | |
| - | Error message : | + | |
| - | Warning: Declaration of syntax_plugin_note:: | + | |
| - | + | ||
| - | Warning: Declaration of syntax_plugin_note:: | + | |
| - | </ | + | |
| - | + | ||
| - | Se arregló gracias a cambiar lo siguiente en action.php y sintax.php del módulo: | + | |
| - | + | ||
| - | Cambiando **& | + | |
| - | + | ||
| - | <code php action.php> | + | |
| - | class action_plugin_plantuml extends DokuWiki_Action_Plugin { | + | |
| - | + | ||
| - | /** | + | |
| - | * Register the event handler | + | |
| - | */ | + | |
| - | function register(& | + | |
| - | if($this-> | + | |
| - | $controller-> | + | |
| - | } | + | |
| - | </ | + | |
| - | + | ||
| - | por | + | |
| - | + | ||
| - | <code php action.php> | + | |
| - | class action_plugin_plantuml extends DokuWiki_Action_Plugin { | + | |
| - | + | ||
| - | /** | + | |
| - | * Register the event handler | + | |
| - | */ | + | |
| - | function register(Doku_Event_Handler $controller) { | + | |
| - | if($this-> | + | |
| - | $controller-> | + | |
| - | } | + | |
| - | </ | + | |
| - | + | ||
| - | y en | + | |
| - | + | ||
| - | * **& | + | |
| - | * **& | + | |
| - | + | ||
| - | <code php sintax.php> | + | |
| - | + | ||
| - | function handle($match, | + | |
| - | // echo " | + | |
| - | // echo " | + | |
| - | // echo " | + | |
| - | + | ||
| - | ... | + | |
| - | + | ||
| - | function render($mode, | + | |
| - | if ($mode == ' | + | |
| - | $img = DOKU_BASE . ' | + | |
| - | + | ||
| - | + | ||
| - | </ | + | |
| - | + | ||
| - | por | + | |
| - | + | ||
| - | <code php sintax.php> | + | |
| - | function handle($match, | + | |
| - | // echo " | + | |
| - | // echo " | + | |
| - | // echo " | + | |
| - | + | ||
| - | ... | + | |
| - | + | ||
| - | function render($mode, | + | |
| - | if ($mode == ' | + | |
| - | $img = DOKU_BASE . ' | + | |
| - | + | ||
| - | </ | + | |
| - | Fuente: | + | {{page> |
| - | * [[https://forum.dokuwiki.org/ | + | |
| - | * [[https:// | + | |
informatica/cms_wiki/dokuwiki.1743570610.txt.gz · Última modificación: 2025/04/02 05:10 por admin
