wiki8.blessen.de

Kreativität für die Realität

Benutzer-Werkzeuge

Webseiten-Werkzeuge


Seitenleiste

Navigation Edit

DokuWiki supports bold, italic, underlined and monospaced texts. Of course you can combine all these.

You can use subscript and superscript, too.

You can mark something as deleted as well.

This is some text with some linebreaks
Note

DokuWiki supports multiple ways of creating links. External links are recognized automagically: http://www.google.com or simply www.google.com - You can set link text as well: This Link points to google. Email addresses like this one: andi@splitbrain.org are recognized, too.

Internal links are created by using square brackets. You can either just give a pagename or use an additional link text.

You can use namespaces by using a colon in the pagename.

This links to this Section.

You can add footnotes 1) by using double parentheses.

Headline
1)
This is a footnote
root:web:tool:dokuwiki:update

Cache der Dokuwiki leeren

web:tool:dokuwiki:update

_(Aus der Dokuwuiki Doku)_

Dennoch wird immer noch viel Müll übrig bleiben. Beispielsweise in data/changes.log, verschiedene Dateien im Cache (einschliesslich der .idx-Dateien etc.). Wenn möglich, sollte man von einem blank state wie folgt beginnen (wieder unter Unix). Aber seien Sie gewarnt, dass dies den Verlust aller historischen Informationen (d.h. recent changes) bedeutet:

cat /dev/null > /dokuwiki_base/data/changes.log
rm -Rf /dokuwiki_base/data/attic/*
rm -Rf /dokuwiki_base/data/cache/?
rm -f /dokuwiki_base/data/cache/*.idx
rm -f /dokuwiki_base/data/cache/purgefile

Schauen Sie sich jede einzelne Seite ihres Wiki an.

root/web/tool/dokuwiki/update.txt · Zuletzt geändert: (Externe Bearbeitung)