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