User Tools

Site Tools


configuration:dokuwiki

Differences

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

Link to this comparison view

Next revision
Previous revision
configuration:dokuwiki [2022/09/13 11:58] – created - external edit 127.0.0.1configuration: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 42: Line 77:
   * und **post_max_size = 999M**   * und **post_max_size = 999M**
   * Restart Apache-Server: **sudo service apache2 restart**   * Restart Apache-Server: **sudo service apache2 restart**
 +
 +==== 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 ===
 +  * reinstall "Comment Plugin" (über "admin"):
 +  * [[https://www.dokuwiki.org/plugin:comment]]
 +
 +=== 220918 ===
 +  * neuer Entry in **DokuWiki - Programming**
 +  * mit **chmod -R 777 <targetentry>** rekursiv vollen Zugriff auf alte Secure-Ordner ermöglicht
 +  * und diese dann nach Downloads verschoben
 +
  
 ----- -----
configuration/dokuwiki.1663063086.txt.gz · Last modified: 2022/09/13 11:58 by 127.0.0.1