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/21 09:10] – [ToDo / Done] omdevelopconfiguration:dokuwiki [2022/11/05 13:30] (current) – [ToDo / Done] omdevelop
Line 10: Line 10:
  
 ===== 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 ====
 +  * 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>
 +====== Titel ======
 +
 +[[http://www.openhardsoftware.de/ | Open Hard- & Software]]
 +[[[http://www.openhardsoftware.de/dokuwiki | DokuWiki]]
 +[[http://www.openhardsoftware.de/websites | WebSites]]
 +[[http://www.openhardsoftware.de/mediawiki | MediaWiki]]
 +[[http://www.openhardsoftware.de/nextcloud | NextCloud]]]
 +
 +... Inhalt ...
 +
 +-----
 +[[http://www.openhardsoftware.de/ | Open Hard- & Software]]
 +[[[http://www.openhardsoftware.de/dokuwiki | DokuWiki]]
 +[[http://www.openhardsoftware.de/websites | WebSites]]
 +[[http://www.openhardsoftware.de/mediawiki | MediaWiki]]
 +[[http://www.openhardsoftware.de/nextcloud | NextCloud]]]
 +</code>
  
 ==== R/W-Attribute Files/Directories ändern ==== ==== R/W-Attribute Files/Directories ändern ====
Line 45: 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" +  * reinstall "Comment Plugin" (über "admin"):
   * [[https://www.dokuwiki.org/plugin:comment]]   * [[https://www.dokuwiki.org/plugin:comment]]
 +
 === 220918 === === 220918 ===
   * neuer Entry in **DokuWiki - Programming**   * neuer Entry in **DokuWiki - Programming**
   * mit **chmod -R 777 <targetentry>** rekursiv vollen Zugriff auf alte Secure-Ordner ermöglicht   * mit **chmod -R 777 <targetentry>** rekursiv vollen Zugriff auf alte Secure-Ordner ermöglicht
   * und diese dann nach Downloads verschoben   * und diese dann nach Downloads verschoben
 +
 +
 ----- -----
 [[http://www.openhardsoftware.de/ | Open Hard- & Software]] [[http://www.openhardsoftware.de/ | Open Hard- & Software]]
configuration/dokuwiki.1663744249.txt.gz · Last modified: 2022/09/21 09:10 by omdevelop