]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - locale/de/pgsrc/PhpWikiSystemverwalten
typo
[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.8 2002-01-17 03:35:13 carstenklapp Exp $
3 Content-Type: application/x-phpwiki;
4   pagename=PhpWikiSystemverwalten;
5   flags=PAGE_LOCKED;
6   lastmodified=1010734457;
7 Content-Transfer-Encoding: binary
8
9 __Beachtung__: Du mußt der Systemverwalter-Account mit Passwort zuerst schützen, sonnst werden ziemlich viel von diesen Administrationsbefehlen nicht funkionieren.
10
11 -----------
12 ! Anmelden
13
14 __[ Melde mich an | phpwiki:?action=login]__
15
16 This allows you to login. While you are logged in you will be able to ''lock'', ''unlock'' and ''delete'' pages. You will also be able edit ''locked'' pages.
17
18 ----------
19 !! Aufräumen
20
21 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: [ Putze die SandKiste aus | phpwiki:?action=loadfile&source=locale/de/pgsrc/SandKiste ].
22
23 ----------
24 !! Speicherauszug und Archiv-Datenversicherung
25
26 ! ZIP Dateien vom Datenbank
27
28 These links lead to zip files, generated on the fly, which contain all the pages in your Wiki. The zip file will be downloaded to your local computer.
29
30 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 archivierte Versionen.
31
32 (If the PhpWiki is configured to allow it), anyone can download a zip file.
33
34 If your php has ''zlib'' support, the files in the archive will be compressed, otherwise they will just be stored.
35
36 ! Seiten als Dateien im Verzeichnis Ablegen
37
38 Here you can dump pages of your Wiki into a directory of your choice.
39
40 [ Schreibe Seiten aus | phpwiki:?action=dumpserial&directory=(/tmp/wikidump) ]
41
42 The most recent version of each page will written out to the directory, one page per file. Your server must have write permissions to the directory!
43
44 -----------
45
46 !! Wiederherstellen
47
48 If you have dumped a set of pages from PhpWiki, you can reload them here. Note that pages in your database will be overwritten; thus, if you dumped your StartSeite when you load it from this form it will overwrite the one in your database now. If you want to be selective just delete the pages from the directory (or zip file) which you don't want to load.
49
50 ! Datei Hochladen
51
52 Here you can upload ZIP archives, or individual files from your (client) machine.
53
54 [ Hochlade | phpwiki:?action=upload&file=50()upload ]
55
56 ! Dateien Einladen
57
58 Here you can load ZIP archives, individual files or entire directories. The file or directory must be local to the http server. You can also use this form to load from an http: or ftp: URL.
59
60 [ Seiten Laden | phpwiki:?action=loadfile&source=50(/tmp/wikidump) ]
61
62 -----------
63
64 !! Datenform
65
66 Currently the pages are stored, one per file, as MIME ([ RFC2045 | http://www.faqs.org/rfcs/rfc2045.html ]) e-mail ([ RFC822 | http://www.faqs.org/rfcs/rfc822.html ]) messages. The content-type ''application/x-phpwiki'' is used, and page meta-data is encoded in the content-type parameters. (If the file contains several versions of a page, it will have type ''multipart/mixed'', and contain several sub-parts, each with type ''application/x-phpwiki''). The message body contains the page text.
67
68 ! Alten Datenformen
69
70 __Serialisierte Dateien__
71
72 The dump to directory command used to dump the pages as php ''serialized()'' strings. For humans, this made the files very hard to read, and nearly impossible to edit.
73
74 __Textdateien__
75
76 Before that the page text was just dumped to a file--this means that all page meta-data was lost. Note that when loading ''Textdateien'', the page name is deduced from the file name.
77
78 The upload and load functions will automatically recognize each of these three types of files, and handle them accordingly.