|
|
|
Note: Most of the actions on this page require administrative privileges. They won't work unless you have set an admin username and password in the PhpWiki config file. Contents
CleanupA Wiki SandBox is very easy to clean. Here you can restore it to pristine condition by loading the default from pgsrc.
Making Snapshots or BackupsZIP files of databaseThese links lead to zip files, generated on the fly, which contain all the pages in your Wiki. The zip file will be downloaded to your local computer.
If your php has zlib support, the files in the archive will be compressed, otherwise they will just be stored. Dump to directoryHere you can dump pages of your Wiki into a directory of your choice. The most recent version of each page will written out to the directory, one page per file. Your server must have write permissions to the directory! RestoringIf you have dumped a set of pages from PhpWiki, you can reload them here. Note that pages in your database will be overwritten; thus, if you dumped your HomePage when you load it from this form it will overwrite the one in your database now. If you want to be selective just delete the pages from the directory (or zip file) which you don't want to load. Upload FileHere you can upload ZIP archives, or individual files from your (client) machine. Load FileHere you can load ZIP archives, individual files or entire directories. The file or directory must be local to the http server. You can also use this form to load from an http: or ftp: URL. Format of the filesCurrently the pages are stored, one per file, as MIME ( Old FormatsSerialized Files
Plain Files
The upload and load functions will automatically recognize each of these three types of files, and handle them accordingly. Dump pages as XHTMLThis will generate a directory of static pages suitable for distribution on disk where no web server is available. The various links for page editing functions and navigation are removed from the pages.
PhpWiki InternalsThese 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.
Clean WikiDB of Illegal FilenamesPage names beginning with the subpage-separator, usually a slash (/), are not allowed. Sometimes though an errant plugin or something might create one....
|