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