]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - locale/it/pgsrc/AmministrazioneDiPhpWiki
utf-8 --> UTF-8
[SourceForge/phpwiki.git] / locale / it / pgsrc / AmministrazioneDiPhpWiki
1 Date: Fri,  4 Feb 2011 16:36:44 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
3 Content-Type: application/x-phpwiki;
4   pagename=AmministrazioneDiPhpWiki;
5   flags=PAGE_LOCKED;
6   markup=2;
7   charset=UTF-8
8 Content-Transfer-Encoding: binary
9
10 _*Note:*_ _Most of the actions on this page require administrative
11 privileges. They won't work unless you have set an admin username and
12 password in the PhpWiki config file._
13
14 <<CreateToc jshide||=1 with_toclink||=1 >>
15
16 == Page Explorer
17
18 First select pages and then define the action:
19
20 <?plugin-form WikiAdminSelect s="*" ?>
21
22 or call the available ~WikiAdmin actions directly:
23
24 | [[/Rimuovi]] | [[/Rename]] | [[/Replace]] | [[/SetAcl]] | [[/Chmod]] | [[/Chown]]
25
26 == User Management
27
28 PhpWiki:EmailVerification is currently non-strict, leaving some possible holes, which can be administrated below.
29
30   This button will show a list of all users with registered emails and buttons to set the verification status manually.
31
32   <<WikiAdminUtils
33            action=email-verification
34            label="Email Verification"
35    >>
36
37 To prevent from robots eating all possible ressources in a short time, blocking from certain IP's or not-well-behaving user agents can be defined below. See PhpWiki:HowToBlockRobots and MeatBall:SurgeProtector. _Note: Not yet enabled._
38
39   <<WikiAdminUtils
40            action=access-restrictions
41            label="Access Restrictions"
42    >>
43
44 ----
45 == Cleanup
46
47 A Wiki SandBox is very easy to clean. Here you can restore it to
48 pristine condition by loading the default from pgsrc.
49
50   [Rake the SandBox|phpwiki:?action=loadfile&source=pgsrc/SandBox].
51
52 ----------
53
54 == Making Snapshots or Backups
55
56 === ZIP files of database
57
58 These links lead to zip files, generated on the fly, which contain all
59 the pages in your Wiki. The zip file will be downloaded to your local
60 computer.
61
62   This **[ZIP Snapshot | phpwiki:?action=zip]** contains only the
63   latest versions of each page, while this **[ZIP Dump |
64   phpwiki:?action=zip&include=all]** contains all archived versions.
65
66   (If the PhpWiki is configured to allow it, anyone can download a zip
67   file.)
68
69 If your php has ''zlib'' support, the files in the archive will be
70 compressed, otherwise they will just be stored.
71
72 === Dump to directory
73
74 Here you can dump pages of your Wiki into a directory of your choice.
75
76   <<WikiForm action=dumpserial>>
77
78 The most recent version of each page will written out to the
79 directory, one page per file. Your server must have write permissions
80 to the directory!
81
82 -----------
83 == Restoring
84
85 If you have dumped a set of pages from PhpWiki, you can reload them
86 here. Note that pages in your database will be overwritten; thus, if
87 you dumped your HomePage when you load it from this form it will
88 overwrite the one in your database now. If you want to be selective
89 just delete the pages from the directory (or zip file) which you don't
90 want to load.
91
92 === Upload File
93
94 Here you can upload ZIP archives, or individual files from your
95 (client) machine.
96
97   <<WikiForm action=upload>>
98
99 === Load File
100
101 Here you can load ZIP archives, individual files or entire
102 directories. The file or directory must be local to the http
103 server. You can also use this form to load from an http: or ftp: URL.
104
105   <<WikiForm action=loadfile>>
106   <<WikiForm action=loadfile buttontext="Load & Overwrite" overwrite=1>>
107
108 === Upgrade
109
110 Do some verification checks and upgrade changes automatically, after having installed a 
111 new phpwiki engine update:
112 * Upgrade new or changed page revisions from pgsrc,
113 * Upgrade the database schema (mysql _page.id auto_increment_, ADD _session.sess_ip_),
114
115 ;:[ Upgrade | phpwiki:HomePage?action=upgrade ]
116
117 -----------
118
119 == Format of the files
120
121 Currently the pages are stored, one per file, as MIME (RFC:2045)
122 e-mail (RFC:822) messages. The content-type ''application/x-phpwiki''
123 is used, and page meta-data is encoded in the content-type
124 parameters. (If the file contains several versions of a page, it will
125 have type ''multipart/mixed'', and contain several sub-parts, each
126 with type ''application/x-phpwiki''.)  The message body contains the
127 page text.
128
129 === Old Formats
130
131 **Serialized Files**
132
133   The dump to directory command used to dump the pages as PHP
134   ''serialized()'' strings. For humans, this made the files very hard
135   to read, and nearly impossible to edit.
136
137 **Plain Files**
138
139   Before that the page text was just dumped to a file--this means that
140   all page meta-data was lost. Note that when loading ''plain files'',
141   the page name is deduced from the file name.
142
143 The upload and load functions will automatically recognize each of
144 these three types of files, and handle them accordingly.
145
146 ----
147
148 == Dump pages as XHTML
149
150   <<WikiForm action=dumphtml>>
151
152 This will generate a directory of static pages suitable for
153 distribution on disk where no web server is available. The various
154 links for page editing functions and navigation are removed from the
155 pages.
156
157   The XHTML file collection can also be downloaded as an
158   **[XHTML ZIP Snapshot | phpwiki:?action=ziphtml]**.
159
160 ----
161
162 == Phpwiki Internals
163
164 These are here mostly for debugging purposes (at least, that's the
165 hope.)
166
167 In normal use, you shouldn't need to use these, though, then again,
168 they shouldn't really do any harm.
169
170 === Purge Markup Cache
171
172 (If your wiki is so configured,) the transformed (almost-HTML) content
173 of the most recent version of each page is cached. This speeds up page
174 rendering since parsing of the wiki-text takes a fair amount of juice.
175
176   Hitting this button will delete all cached transformed
177   content. (Each pages content will be transformed and re-cached next
178   time someone views it.)
179
180   <<WikiAdminUtils
181            action=purge-cache
182            label="Purge Cache"
183    >>
184
185 === Clean WikiDB of Illegal Filenames
186
187 Page names beginning with the subpage-separator, usually a slash
188 (=/=), are not allowed. Sometimes though an errant plugin or something
189 might create one....
190
191   This button will delete any pages with illegal page names.
192
193   <<WikiAdminUtils
194            action=purge-bad-pagenames
195            label="Exorcise WikiDB"
196    >>
197
198 ----
199 PhpWikiDocumentation