]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/fusionforge/pgsrc/PhpWikiAdministration
Produced by PhpWiki 1.5.5
[SourceForge/phpwiki.git] / themes / fusionforge / pgsrc / PhpWikiAdministration
1 Date: Thu, 10 Dec 2015 18:48:03 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.5.5)
3 Content-Type: application/x-phpwiki;
4   pagename=PhpWikiAdministration;
5   flags=PAGE_LOCKED;
6   markup=2;
7   acl="view:_AUTHENTICATED,-_EVERY; list:_AUTHENTICATED,-_EVERY";
8   charset=UTF-8
9 Content-Transfer-Encoding: binary
10
11 **//Note://** //Most of the actions on this page require administrative privileges.//
12
13 <<CreateToc jshide||=0 with_toclink||=1 position=right with_counter=1>>
14
15 == Page Explorer ==
16
17 First select pages and then define the action:
18
19 <?plugin-form WikiAdminSelect s="*" ?>
20
21 or call the available ~WikiAdmin actions directly:
22
23 | [[/Chown]] | [[/Purge]] | [[/Remove]] | [[/Rename]] | [[/SearchReplace]] | [[/SetAcl]] | [[/SetAclSimple]] | [[/DeleteAcl]]
24
25 == Global Access Rights ==
26
27 These action pages will allow you to set the default access rights for wiki pages.
28 Pages without individual access rights will use these default access rights.
29 * [[SetGlobalAccessRightsSimple]]
30 * [[SetGlobalAccessRights]]
31
32 == Cleanup ==
33
34 A Wiki SandBox is very easy to clean. Here you can restore it to
35 pristine condition by loading the default from pgsrc.
36
37 **[[phpwiki:?action=loadfile&overwrite=1&source=pgsrc/SandBox|Rake the SandBox]]**
38
39 == Making Snapshots or Backups ==
40
41 === ZIP files of database ===
42
43 These links lead to ZIP files, generated on the fly, which contain all
44 the pages in your Wiki. The ZIP file will be downloaded to your local
45 computer.
46
47 This **[[phpwiki:?action=zip|ZIP Snapshot]]** contains only the
48 latest versions of each page, while this **[[phpwiki:?action=zip&include=all|ZIP Dump]]** contains all archived versions.
49
50 (If the ~PhpWiki is configured to allow it, anyone can download a ZIP file.)
51
52 === Dump to directory ===
53
54 Here you can dump pages of your Wiki into a directory of your choice.
55
56 <<WikiForm action=dumpserial>>
57
58 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!
59
60 == Restoring ==
61
62 If you have dumped a set of pages from ~PhpWiki, you can reload them
63 here. Note that pages in your database will be overwritten; thus, if
64 you dumped your HomePage when you load it from this form it will
65 overwrite the one in your database now. If you want to be selective
66 just delete the pages from the directory (or ZIP file) which you don't
67 want to load.
68
69 === Upload File ===
70
71 Here you can upload ZIP archives, or individual files from your
72 (client) machine.
73
74 <<WikiForm action=upload>>
75 <<WikiForm action=upload buttontext="Upload & Overwrite" overwrite=1>>
76
77 === Load File ===
78
79 Here you can load ZIP archives, individual files or entire
80 directories. The file or directory is located in the Web DAV of your project.
81 You can also use this form to load from an http: or ftp: URL.
82
83 <<WikiForm action=loadfile>>
84 <<WikiForm action=loadfile buttontext="Load & Overwrite" overwrite=1>>
85
86 === Upgrade ===
87
88 Do some verification checks and upgrade changes automatically, after having installed a
89 new phpwiki engine update:
90 * Upgrade new or changed page revisions from pgsrc,
91 * Upgrade the database schema (mysql //page.id auto_increment//, ADD //session.sess_ip//),
92
93 You can force overwrite or not:
94 * **[[phpwiki:HomePage?action=upgrade|Upgrade]]**
95 * **[[phpwiki:HomePage?action=upgrade&overwrite=1|Upgrade & Overwrite]]**
96
97 == Format of the files ==
98
99 Currently the pages are stored, one per file, as MIME (RFC:2045)
100 e-mail (RFC:822) messages. The content-type //application/x-phpwiki//
101 is used, and page meta-data is encoded in the content-type
102 parameters. (If the file contains several versions of a page, it will
103 have type //multipart/mixed//, and contain several sub-parts, each
104 with type //application/x-phpwiki//.)  The message body contains the
105 page text.
106
107 == Dump pages as XHTML ==
108
109 <<WikiForm action=dumphtml>>
110
111 This will generate a directory of static pages suitable for
112 distribution on disk where no web server is available. The various
113 links for page editing functions and navigation are removed from the
114 pages.
115
116 The directory will be located in the Web DAV of your project.
117
118 The XHTML file collection can also be downloaded as an **[[phpwiki:?action=ziphtml|XHTML ZIP Snapshot]]**.
119
120 ----
121 [[CategoryActionPage]]