]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - locale/de/pgsrc/PhpWikiSystemverwalten
"Rake the SandBox" (Putze die SandKiste aus) adjusted to load the german page instead...
[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.5 2002-01-09 20:02:56 carstenklapp Exp $
3 Content-Type: application/x-phpwiki;
4   pagename=PhpWikiSystemverwalten;
5   flags=PAGE_LOCKED;
6   lastmodified=1008918032;
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 !! Aufräumen
23 Eine Wiki Sandkiste wird ganz einfach aufgeraümt. Hier kannst du es von locale/de/pgsrc erneut beladen wodurch es wieder unberührt gemacht würde:
24 [ Putze die SandKiste aus | phpwiki:?action=loadfile&source=locale/de/pgsrc/SandKiste ].
25
26 ----------
27 !! Speicherauszug und Archiv-Datenversicherung
28
29 ! ZIP Dateien vom Datenbank
30
31 These links lead to zip files, generated on the fly, which contain all
32 the  pages in your Wiki.  The zip file will be downloaded to your local computer.
33
34 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
35 archivierte Versionen.
36
37 (If the PhpWiki is configured to allow it,) anyone can download a zip file.
38
39 If your php has ''zlib'' support, the files in the archive will be compressed,
40 otherwise they will just be stored.
41
42 ! Seiten als Dateien im Verzeichnis Ablegen
43
44 Here you can dump pages of your Wiki into a directory of your choice.
45
46 [ Schreibe Seiten aus | phpwiki:?action=dumpserial&directory=(/tmp/wikidump) ]
47
48 The most recent version of each page will written out to the
49 directory, one page per file.
50 Your server must have write permissions to the directory!
51
52 -----------
53
54 !! Wiederherstellen
55
56 If you have dumped a set of pages from PhpWiki, you can reload them here.
57 Note that pages in your database will be overwritten; thus, if you dumped
58 your HomePage when you load it from this form it will overwrite the one
59 in your database now. If you want to be selective just delete
60 the pages from the directory (or zip file) which you don't want to load.
61
62 ! Datei Hinaufladen
63
64 Here you can upload ZIP archives, or individual files from
65 your (client) machine.
66
67 [ Hinauflade | phpwiki:?action=upload&file=50()upload ]
68
69 ! Dateien Einspeichern
70
71 Here you can load ZIP archives, individual files or entire directories.
72 The file or directory must be local to the http server.
73 You can also use this form to load from an http: or ftp: URL.
74
75 [ Seiten einspeichern | phpwiki:?action=loadfile&source=50(/tmp/wikidump) ]
76
77 -----------
78
79 !! Datenform
80
81 Currently the pages are stored, one per
82 file, as MIME ([ RFC2045 | http://www.faqs.org/rfcs/rfc2045.html ]) e-mail
83 ([ RFC822 | http://www.faqs.org/rfcs/rfc822.html ]) messages.
84 The content-type ''application/x-phpwiki'' is used, and page meta-data
85 is encoded in the content-type parameters.
86 (If the file contains several versions of a page, it will have
87 type ''multipart/mixed'', and contain several sub-parts, each
88 with type ''application/x-phpwiki''.)
89 The message body contains the page text.
90
91 ! Alten Datenformen
92
93 __Serielle Datein__
94
95 The dump to directory command used to dump the pages as
96 php ''serialized()'' strings.  For humans, this made the files very hard
97 to read, and nearly impossible to edit.
98
99 __Normalle Dateien__
100
101 Before that the page text was just dumped to a file --- this means
102 that all page meta-data was lost.
103
104 The upload and load functions will automatically recognize each of these
105 three types of files, and handle them accordingly.
106 Note that when loading ''plain files'', the page name is deduced from the
107 file name.