Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
plugins [2012/12/15 20:36] admin |
plugins [2012/12/15 20:45] (aktuell) admin |
||
|---|---|---|---|
| Zeile 3: | Zeile 3: | ||
| *[[http://www.dokuwiki.org/plugins|Plugins]] | *[[http://www.dokuwiki.org/plugins|Plugins]] | ||
| - | *color - plugin | + | ===== color - plugin ===== |
| - | + | *Im Dokuwiki in das lib/plugins Verzeichnis wechseln und folgendes Skript ausführen, davor aber im Skript Eigentümer und Gruppe editieren | |
| - | *In das lib/plugins Verzeichnis wechseln | + | |
| <code sh color.sh> | <code sh color.sh> | ||
| + | #!/bin/bash | ||
| mkdir -p color | mkdir -p color | ||
| wget https://www.dokuwiki.org/_export/code/plugin:color?codeblock=3 --no-check-certificate -O color/syntax.php | wget https://www.dokuwiki.org/_export/code/plugin:color?codeblock=3 --no-check-certificate -O color/syntax.php | ||
| wget https://www.dokuwiki.org/_export/code/plugin:color?codeblock=4 --no-check-certificate -O color/colornames.php | wget https://www.dokuwiki.org/_export/code/plugin:color?codeblock=4 --no-check-certificate -O color/colornames.php | ||
| chmod -R a+rX color | chmod -R a+rX color | ||
| + | #chown web5:web5 -R color | ||
| </code> | </code> | ||
| + | |||
| + | ==== Beispiel ==== | ||
| + | |||
| + | <color blue/lightgrey>Beispieltext</color> | ||
| + | |||
| + | |||