]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - locale/de/pgsrc/PhpWikiSystemverwalten
new page to replace /locale/de/pgsrc/PhpWikiAdministration
[SourceForge/phpwiki.git] / locale / de / pgsrc / PhpWikiSystemverwalten
1 From [no address given]  Tue Dec 18 22:49:54 2001\r
2 Subject: PhpWikiSystemverwalten\r
3 From: [no address given] (PhpWiki)\r
4 Date: Tue, 18 Dec 2001 19:49:20 -0500\r
5 Mime-Version: 1.0 (Produced by PhpWiki 1.3.0-jeffs-hacks)\r
6 Content-Type: application/x-phpwiki;\r
7   pagename=PhpWikiSystemverwalten;\r
8   flags=PAGE_LOCKED;\r
9   lastmodified=1008722960;\r
10 Content-Transfer-Encoding: quoted-printable\r
11 \r
12 __Note__: Most of the actions on this page require administrative =\r
13 privileges.\r
14 They won't work unless you have set an admin username and password in the =\r
15 PhpWiki config file.\r
16 \r
17 -----------\r
18 ! Log In\r
19 \r
20 __[Log In | phpwiki:?action=3Dlogin]__\r
21 \r
22 This allows you to login.\r
23 While you are logged in you will be able to ''lock'', ''unlock'' and =\r
24 ''delete'' pages.\r
25 You will also be able edit ''locked'' pages.\r
26 \r
27 ----------\r
28 \r
29 !! Making Snapshots or Backups\r
30 \r
31 ! ZIP files of database\r
32 \r
33 These links lead to zip files, generated on the fly, which contain all\r
34 the  pages in your Wiki.  The zip file will be downloaded to your local =\r
35 computer.\r
36 \r
37 This __[ZIP Snapshot | phpwiki:?action=3Dzip]__ contains only the latest =\r
38 versions\r
39 of each page, while this __[ZIP Dump | =\r
40 phpwiki:?action=3Dzip&include=3Dall]__ contains all\r
41 archived versions.\r
42 \r
43 (If the PhpWiki is configured to allow it,) anyone can download a zip file.\r
44 \r
45 If your php has ''zlib'' support, the files in the archive will be =\r
46 compressed,\r
47 otherwise they will just be stored.\r
48 \r
49 ! Dump to directory\r
50 \r
51 Here you can dump pages of your Wiki into a directory of your choice.\r
52 \r
53 [ Dump Pages | phpwiki:?action=3Ddumpserial&directory=3D(/tmp/wikidump) ]\r
54 \r
55 The most recent version of each page will written out to the\r
56 directory, one page per file.\r
57 Your server must have write permissions to the directory!\r
58 \r
59 -----------\r
60 \r
61 !! Restoring\r
62 \r
63 If you have dumped a set of pages from PhpWiki, you can reload them here.\r
64 Note that pages in your database will be overwritten; thus, if you dumped\r
65 your HomePage when you load it from this form it will overwrite the one\r
66 in your database now. If you want to be selective just delete\r
67 the pages from the directory (or zip file) which you don't want to load.\r
68 \r
69 ! Upload File\r
70 \r
71 Here you can upload ZIP archives, or individual files from\r
72 your (client) machine.\r
73 \r
74 [ Upload | phpwiki:?action=3Dupload&file=3D50()upload ]\r
75 \r
76 ! Load File\r
77 \r
78 Here you can load ZIP archives, individual files or entire directories.\r
79 The file or directory must be local to the http server.\r
80 You can also use this form to load from an http: or ftp: URL.\r
81 \r
82 [ Load | phpwiki:?action=3Dloadfile&source=3D50(/tmp/wikidump) ]\r
83 \r
84 -----------\r
85 \r
86 !! Format of the files\r
87 \r
88 Currently the pages are stored, one per\r
89 file, as MIME ([ RFC2045 | http://www.faqs.org/rfcs/rfc2045.html ]) e-mail\r
90 ([ RFC822 | http://www.faqs.org/rfcs/rfc822.html ]) messages.\r
91 The content-type ''application/x-phpwiki'' is used, and page meta-data\r
92 is encoded in the content-type parameters.\r
93 (If the file contains several versions of a page, it will have\r
94 type ''multipart/mixed'', and contain several sub-parts, each\r
95 with type ''application/x-phpwiki''.)\r
96 The message body contains the page text.\r
97 \r
98 ! Old Formats\r
99 \r
100 __Serialized Files__\r
101 \r
102 The dump to directory command used to dump the pages as\r
103 php ''serialized()'' strings.  For humans, this made the files very hard\r
104 to read, and nearly impossible to edit.\r
105 \r
106 __Plain Files__\r
107 \r
108 Before that the page text was just dumped to a file --- this means\r
109 that all page meta-data was lost.\r
110 \r
111 The upload and load functions will automatically recognize each of these\r
112 three types of files, and handle them accordingly.\r
113 Note that when loading ''plain files'', the page name is deduced from the\r
114 file name.\r