PhpWikiSystemverwalten
Beachte:
Seiten Explorer
WikiAdmin Aktionen direkt auf:
/Umbenennen | /SuchenErsetzen | /AclSetzen | /Chown | /Chmod |
---|
Benutzerverwaltung
- Email Verification
To prevent from robots eating all possible ressources in a short time, blocking from certain IP's or not-well-behaving user agents can be defined below. See PhpWiki:HowToBlockRobots and MeatBall:SurgeProtector. Note: Not yet enabled.
Bad action requested: access-restrictions
SandKiste auf. Hiermit kann man die Seite mit der Version von locale/de/pgsrc/SandKiste erneut initialisieren:
Lock page to enable link.
Speichern und Archivieren
Backup der PhpWiki Datenbank als ZIP Dateien
Diese Lock page to enable linkLock page to enable link
(Wenn dein PhpWiki insoweit konfiguriert ist, darf jeder die ZIP Datei herunterladen.)
Wenn von diesem PHP die zlib
Wiki Seiten als Dateien in lokales Verzeichnis speichern
Hier kannst du alle Seiten aus deinem Wiki in eine lokales Verzeichnis deiner Wahl herunterladen.
Wiederherstellen
Wenn du ein PhpWikiStartSeite
Datei Hochladen
Hier kannst du ein ZIP Archiv hochladen, oder einzelne Dateien von deinem Computer.
Datei Laden
Updaten
PhpWiki Version auf den letzten Stand gebracht haben:
- Upgrade das Datenbank Schema (mysql page.id auto_increment, ADD session.sess_ip, ...),
- Lock page to enable link
Daten-Format
Momentan werden alle Seiten dateiweise als MIME (RFC:2045) E-Mail's (RFC:822) gespeichert. Der Content-type application/x-phpwikimultipart/mixed verwendet, und jede Version als Teil application/x-phpwiki
Alte Daten-Formate
Serialisierte Dateien
Der alte Dump-To-Directory Befehl schrieb alle Seiten als PHP serialized() Zeichenketten hinaus, die erstens unleserlich sind, und zweitens schwer bis gar nicht zu editieren sind.
Textdateien
Seiten als XHTML Dateien speichern
Erzeugt ein Verzeichnis aller Wiki Dateien als statische XHTML Dateien, die auch ohne Webserver und Datenbank betrachtbar sind.
Das XHTML-Verzeichnis kann auch heruntergeladen werden als eine Lock page to enable link.
PhpWiki Internals
These are here mostly for debugging purposes (at least, that's the hope.)
In normal use, you shouldn't need to use these, though, then again, they shouldn't really do any harm.
Purge Markup Cache
(If your wiki is so configured,) the transformed (almost-HTML) content of the most recent version of each page is cached. This speeds up page rendering since parsing of the wiki-text takes a fair amount of juice.
Hitting this button will delete all cached transformed content. (Each pages content will be transformed and re-cached next time someone views it.)
Clean WikiDB of Illegal Filenames
Page names beginning with the subpage-separator, usually a slash (/), are not allowed. Sometimes though an errant plugin or something might create one....
This button will delete any pages with illegal page names.
Clean WikiDB of empty and unreferenced pages
Warning! This button will delete every empty and unreferenced page, without any possibility to restore them again. This will disable the possibility to revert or get back any deleted page.
Convert cached_html to new SQL column
This is only needed on SQL or ADODB if you didn't do action=upgrade, but created the new page.cached_html field seperately, and now you want to move this data from page.pagedata over to page.cached_html.
Bad action requested: convert-cached-html
Check WikiDB
This button will check the Wiki page database for consistency. This can last several minutes.
Rebuild WikiDB
This will retransform all pages and rebuild the Wiki database on consistency errors or parser updates. This can last several minutes, eat a lot of memory and possibly times out!!