]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - locale/it/pgsrc/AmministrazioneDiPhpWiki
accent typo fix
[SourceForge/phpwiki.git] / locale / it / pgsrc / AmministrazioneDiPhpWiki
1 !!! Questo funziona solo se sei loggato come ADMIN
2
3 -----------
4
5 ! ZIP files del database
6
7  __[ZIP Snapshot | phpwiki:?zip=snapshot]__ : contiene solo l'ultima versione
8
9  __[ZIP Dump | phpwiki:?zip=all]__ : contiene tutte le versione archiviate
10
11 Questi links puntano a dei file zip, generati al volo, ognuno contiene le piĆ¹ recenti di tutte le pagine contenuto nel PhpWiki. Le pagine sono immagazzinate, una per file, come messaggi MIME (RFC2045) e-mail (RFC822), con il content type application/x-phpwiki per lo snapshot e il content type mulipart/mixed per il dump. In the latter case, there is one subpart (with type application/x-phpwiki) for each version of the page (in chronological order). The message body contains the page text, while the page meta-data is included as parameters in the Content-Type: header field.
12
13 -----------
14
15 ! Load / Dump Serialized Pages
16
17 Here you can load or dump pages of your Wiki into a directory of your
18 choice.
19
20 __Dump__
21
22 %%ADMIN-INPUT-dumpserial-Dump_serialized_pages%%
23
24 Pages will be written out as "serialized" strings of a PHP
25 associative array, meaning they will not be human readable. If
26 the directory does not exist PhpWiki will try to create one for you.
27 Ensure that your server has write permissions to the directory!
28
29 __Load__
30
31 %%ADMIN-INPUT-loadserial-Load_serialized_pages%%
32
33 If you have dumped a set of pages from PhpWiki, you can reload them here.
34 Note that pages in your database will be overwritten; thus, if you dumped
35 your FrontPage when you load it from this form it will overwrite the one
36 in your database now. If you want to be selective just delete
37 the pages from the directory you don't want to load.
38
39 -----------