Note: Most of the actions on this page require administrative privileges (not normal 'Editor' privileges).
Log In
Log In
This allows you to login.
While you are logged in you will be able to lock, unlock and delete pages.
You will also be able edit locked pages.
Making Snapshots or Backups
ZIP files of database
These links lead to zip files, generated on the fly, which contain all
the pages in the site. The zip file will be downloaded to your local computer.
This ZIP Snapshot contains only the latest versions
of each page, while this ZIP Dump contains all archived versions.
(If the site is configured to allow it) anyone can download a zip file.
If your php has zlib support, the files in the archive will be compressed,
otherwise they will just be stored.
Dump to directory
Here 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!
Restoring
If you have dumped a set of pages, you can reload them here.
Note that pages in your database will be overwritten; thus, if you dumped
your Home Page 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 File
Here you can upload ZIP archives, or individual files from
your (client) machine.
Load File
Here 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 files
Currently the pages are stored, one per
file, as MIME (RFC2045
) e-mail
(RFC822
) messages.
The content-type application/x-phpwiki is used, and page meta-data
is encoded in the content-type parameters.
(If the file contains several versions of a page, it will have
type multipart/mixed, and contain several sub-parts, each
with type application/x-phpwiki.)
The message body contains the page text.
See Site Administrator