User Tools

Site Tools


configuration:dokuwiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
configuration:dokuwiki [2022/10/03 10:37] – [Einbinden von HTML-Code] omdevelopconfiguration:dokuwiki [2022/11/05 13:30] (current) – [ToDo / Done] omdevelop
Line 11: Line 11:
 ===== Konfiguration DokuWiki ===== ===== Konfiguration DokuWiki =====
  
 +==== Farbiger Text mit 'Color (Syntax) PlugIn' ====
 +  * [[https://www.dokuwiki.org/plugin:color | DokuWiki: Color PlugIn]]
 +  * Installation über Extension-Manager
 +  * Echte Alternative zu DokuWiki-Inline-Html-Code wegen Sicherheitsrisiko!
 ==== Einbinden von HTML-Code ==== ==== Einbinden von HTML-Code ====
 +  * Aktuell: conf['htmlok'] = 0; : **html daher ausgeschaltet** wegen Sicherheitsrisiko!!!
 +  * [[https://www.dokuwiki.org/config:htmlok | Enable htmlok : "htmlok = 1"]]
 +  * Konfigurationsdatei: dokuwiki/conf/dokuwiki.php
 +  * Zeile 84: $conf['htmlok'] = 0/1; 
 +  * Enable html:  conf['htmlok'] = 1;
 +  * Disable html: conf['htmlok'] = 0;
 +  * Inline html: <html></html>
 +  * Block html: <HTML></HTML>
  
-[[https://www.dokuwiki.org/config:htmlok | Enable htmlok : "htmlok = 1"]] 
 ==== Template neue DokuWiki-Seite ==== ==== Template neue DokuWiki-Seite ====
  
Line 69: Line 80:
 ==== ToDo / Done ==== ==== ToDo / Done ====
  
 +=== 221105 ===
 +  * **OOO** Neugruppierung aller Projekte (auf dem Server) in Projektgruppen
 +  * X Einrichtung der Gruppe Projekte - MicroController 
 +  * X Einrichtung des Projekts Projekte - MicroController - HAS_HomeAutomationServer
 === 220921 === === 220921 ===
   * reinstall "Comment Plugin" (über "admin"):   * reinstall "Comment Plugin" (über "admin"):
configuration/dokuwiki.1664786253.txt.gz · Last modified: 2022/10/03 10:37 by omdevelop