]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - locale/de/pgsrc/PhpWikiSystemverwalten
Added Rake Sandbox command (still needs translation). Converted page to binary format...
[SourceForge/phpwiki.git] / locale / de / pgsrc / PhpWikiSystemverwalten
1 Mime-Version: 1.0 (Produced by PhpWiki 1.3.2-jeffs-hacks+carsten's-binary-hack)
2 X-RCS_ID: $Id: PhpWikiSystemverwalten,v 1.4 2002-01-09 05:14:50 carstenklapp Exp $
3 Content-Type: application/x-phpwiki;
4   pagename=PhpWikiSystemverwalten;
5   flags=PAGE_LOCKED;
6   lastmodified=1008918031;
7 Content-Transfer-Encoding: binary
8
9
10 __Beachtung__: Du mußt der Systemverwalter-Account mit Passwort zuerst schützen, sonnst werden ziemlich viel von diesen Administrationsbefehlen nicht funkionieren.
11
12 -----------
13 ! Anmelden
14
15 __[ Melde mich an | phpwiki:?action=login]__
16
17 This allows you to login.
18 While you are logged in you will be able to ''lock'', ''unlock'' and ''delete'' pages.
19 You will also be able edit ''locked'' pages.
20
21 ----------
22 !! Cleanup
23 A Wiki SandBox is very easy to clean. Here you can restore it to pristine condition by loading the default from pgsrc:
24
25 [ Rake the SandBox | phpwiki:?action=loadfile&source=pgsrc/SandBox ].
26
27 ----------
28 !! Speicherauszug und Archiv-Datenversicherung
29
30 ! ZIP Dateien vom Datenbank
31
32 These links lead to zip files, generated on the fly, which contain all
33 the  pages in your Wiki.  The zip file will be downloaded to your local computer.
34
35 Dieser __[ ZIP Speicherauszug | phpwiki:?action=zip]__ enthält nur die Aktuellste Versionen die Seiten, und dieser __[ ZIP Speicherauszug | phpwiki:?action=zip&include=all]__ enthält alle
36 archivierte Versionen.
37
38 (If the PhpWiki is configured to allow it,) anyone can download a zip file.
39
40 If your php has ''zlib'' support, the files in the archive will be compressed,
41 otherwise they will just be stored.
42
43 ! Seiten als Dateien im Verzeichnis Ablegen
44
45 Here you can dump pages of your Wiki into a directory of your choice.
46
47 [ Schreibe Seiten aus | phpwiki:?action=dumpserial&directory=(/tmp/wikidump) ]
48
49 The most recent version of each page will written out to the
50 directory, one page per file.
51 Your server must have write permissions to the directory!
52
53 -----------
54
55 !! Wiederherstellen
56
57 If you have dumped a set of pages from PhpWiki, you can reload them here.
58 Note that pages in your database will be overwritten; thus, if you dumped
59 your HomePage when you load it from this form it will overwrite the one
60 in your database now. If you want to be selective just delete
61 the pages from the directory (or zip file) which you don't want to load.
62
63 ! Datei Hinaufladen
64
65 Here you can upload ZIP archives, or individual files from
66 your (client) machine.
67
68 [ Hinauflade | phpwiki:?action=upload&file=50()upload ]
69
70 ! Dateien Einspeichern
71
72 Here you can load ZIP archives, individual files or entire directories.
73 The file or directory must be local to the http server.
74 You can also use this form to load from an http: or ftp: URL.
75
76 [ Seiten einspeichern | phpwiki:?action=loadfile&source=50(/tmp/wikidump) ]
77
78 -----------
79
80 !! Datenform
81
82 Currently the pages are stored, one per
83 file, as MIME ([ RFC2045 | http://www.faqs.org/rfcs/rfc2045.html ]) e-mail
84 ([ RFC822 | http://www.faqs.org/rfcs/rfc822.html ]) messages.
85 The content-type ''application/x-phpwiki'' is used, and page meta-data
86 is encoded in the content-type parameters.
87 (If the file contains several versions of a page, it will have
88 type ''multipart/mixed'', and contain several sub-parts, each
89 with type ''application/x-phpwiki''.)
90 The message body contains the page text.
91
92 ! Alten Datenformen
93
94 __Serielle Datein__
95
96 The dump to directory command used to dump the pages as
97 php ''serialized()'' strings.  For humans, this made the files very hard
98 to read, and nearly impossible to edit.
99
100 __Normalle Dateien__
101
102 Before that the page text was just dumped to a file --- this means
103 that all page meta-data was lost.
104
105 The upload and load functions will automatically recognize each of these
106 three types of files, and handle them accordingly.
107 Note that when loading ''plain files'', the page name is deduced from the
108 file name.