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/09/27 09:41] – [Template neue DokuWIki-Seite] omdevelopconfiguration:dokuwiki [2022/11/05 13:30] (current) – [ToDo / Done] omdevelop
Line 11: Line 11:
 ===== Konfiguration DokuWiki ===== ===== Konfiguration DokuWiki =====
  
-==== Template neue DokuWIki-Seite ====+==== 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 ==== 
 +  * 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> 
 + 
 +==== Template neue DokuWiki-Seite ====
  
 <code> <code>
Line 66: 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.1664264474.txt.gz · Last modified: 2022/09/27 09:41 by omdevelop