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