]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/PhpWikiAdministration
Spelling fixes
[SourceForge/phpwiki.git] / pgsrc / PhpWikiAdministration
1 !!! This works only if you are logged in as ADMIN
2
3 -----------
4
5 ! ZIP files of database
6
7  __[ZIP Snapshot | phpwiki:?zip=snapshot]__ : contains only the latest versions
8
9  __[ZIP Dump | phpwiki:?zip=all]__ : contains all archived versions
10
11 These links lead to zip files, generated on the fly, which contain the most
12 recent versions of all pages in the PhpWiki. The pages are stored, one per
13 file, as MIME (RFC2045) e-mail (RFC822) messages, with the content type
14 application/x-phpwiki for the snapshot and content type multipart/mixed for
15 the dump. In the latter case, there is one subpart (with type
16 application/x-phpwiki) for each version of the
17 page (in chronological order). The message body contains the page text,
18 while the page meta-data is included as parameters in the
19 Content-Type: header field.
20
21 -----------
22
23 ! Load / Dump Serialized Pages
24
25 Here you can load or dump pages of your Wiki into a directory of your
26 choice.
27
28 __Dump__
29
30 %%ADMIN-INPUT-dumpserial-Dump_serialized_pages%%
31
32 Pages will be written out as "serialized" strings of a PHP
33 associative array, meaning they will not be human readable. If
34 the directory does not exist PhpWiki will try to create one for you.
35 Ensure that your server has write permissions to the directory!
36
37 __Load__
38
39 %%ADMIN-INPUT-loadserial-Load_serialized_pages%%
40
41 If you have dumped a set of pages from PhpWiki, you can reload them here.
42 Note that pages in your database will be overwritten; thus, if you dumped
43 your FrontPage when you load it from this form it will overwrite the one
44 in your database now. If you want to be selective just delete
45 the pages from the directory you don't want to load.
46
47 -----------