annotate xml/it/docs/contributing_changes.xml @ 1053:6303d4e343a8

Updated the Italian translation.
author Vladimir Homutov <vl@nginx.com>
date Mon, 27 Jan 2014 19:25:54 +0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1053
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
1 <?xml version="1.0"?>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
2
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
3 <!--
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
4 Copyright (C) Nginx, Inc.
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
5 -->
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
6
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
7 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd">
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
8
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
9 <article name="Come contribuire"
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
10 link="/it/docs/contributing_changes.html"
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
11 lang="it"
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
12 translator="Angelo Papadia"
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
13 rev="1">
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
14
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
15 <section id="getting_sources" name="Ottenere i sorgenti">
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
16
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
17 <para>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
18 Il codice sorgente e' gestito tramite
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
19 <link url="http://mercurial.selenic.com">Mercurial</link>.
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
20 L'<link url="http://hg.nginx.org/nginx">archivio</link> puo' essere
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
21 clonato con il comando:
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
22 <programlisting>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
23 hg clone http://hg.nginx.org/nginx
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
24 </programlisting>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
25 </para>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
26
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
27 </section>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
28
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
29
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
30 <section id="formatting_changes" name="Formattazione delle modifiche">
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
31
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
32 <para>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
33 Il codice delle modifiche dovrebbe essere formattato secondo lo stile di nginx.
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
34 La formattazione non deve fare affidamento su caratteristiche proprie
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
35 dell'editor, dovrebbe invece seguire alcune regole base:
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
36 <list type="bullet">
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
37
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
38 <listitem>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
39 la larghezza del testo non deve superare gli 80 caratteri
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
40 </listitem>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
41
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
42 <listitem>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
43 l'indentazione va ottenuta con blocchi di quattro spazi
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
44 </listitem>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
45
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
46 <listitem>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
47 non va usato il tab (tabulatore)
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
48 </listitem>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
49
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
50 <listitem>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
51 in un file, i diversi blocchi logici di codice vanno separati con due linee vuote
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
52 </listitem>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
53
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
54 </list>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
55 E' bene esaminare il codice di nginx esistente, e cercare di riprodurne lo stile
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
56 di formattazione nel proprio codice: e' piu' facile che una modifica sia accettata
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
57 se lo stile e' simile a quello del resto del codice.
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
58 </para>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
59
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
60 <para>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
61 L'esecuzione di un commit sulle modifiche crea un
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
62 <link url="http://mercurial.selenic.com/wiki/ChangeSet">changeset</link>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
63 Mercurial; bisogna assicurarsi che siano corretti l'indirizzo
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
64 <link url="http://mercurial.selenic.com/wiki/QuickStart#Setting_a_username">e-mail</link>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
65 e il nome dell'autore delle modifiche.
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
66 </para>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
67
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
68 <para>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
69 Il messaggio di commit dovrebbe avere una breve descrizione su riga singola
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
70 (preferibilmente non piu' lunga di 67 caratteri),
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
71 seguita da una riga vuota e da una descrizione piu' lunga.
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
72 Il risultante changeset puo' essere ottenuto sotto forma di patch
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
73 tramite il comando <literal>hg export</literal>:
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
74 <programlisting>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
75 # HG changeset patch
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
76 # User Filipe Da Silva &lt;username@example.com>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
77 # Date 1368089668 -7200
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
78 # Thu May 09 10:54:28 2013 +0200
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
79 # Node ID 2220de0521ca2c0b664a8ea1e201ce1cb90fd7a2
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
80 # Parent 822b82191940ef309cd1e6502f94d50d811252a1
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
81 Mail: removed surplus ngx_close_connection() call.
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
82
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
83 It is already called for a peer connection a few lines above.
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
84
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
85 diff -r 822b82191940 -r 2220de0521ca src/mail/ngx_mail_auth_http_module.c
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
86 --- a/src/mail/ngx_mail_auth_http_module.c Wed May 15 15:04:49 2013 +0400
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
87 +++ b/src/mail/ngx_mail_auth_http_module.c Thu May 09 10:54:28 2013 +0200
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
88 @@ -699,7 +699,6 @@ ngx_mail_auth_http_process_headers(ngx_m
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
89
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
90 p = ngx_pnalloc(s->connection->pool, ctx->err.len);
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
91 if (p == NULL) {
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
92 - ngx_close_connection(ctx->peer.connection);
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
93 ngx_destroy_pool(ctx->pool);
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
94 ngx_mail_session_internal_server_error(s);
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
95 return;
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
96 </programlisting>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
97 </para>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
98
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
99 </section>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
100
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
101
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
102 <section id="before_submitting" name="Prima di proporre modifiche">
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
103
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
104 <para>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
105 E' bene tenere in considerazione alcuni punti:
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
106 <list type="bullet">
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
107
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
108 <listitem>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
109 Le modifiche proposte dovrebbero funzionare correttamente sul piu' ampio
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
110 numero possibile di
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
111 <link doc="../index.xml" id="tested_os_and_platforms">piattaforme supportate</link>.
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
112 </listitem>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
113
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
114 <listitem>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
115 Bisogna spiegare chiaramente perche' e' necessaria la modifica proposta,
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
116 e se possibile fornire un esempio.
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
117 </listitem>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
118
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
119 </list>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
120 </para>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
121
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
122 </section>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
123
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
124
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
125 <section id="submitting_changes" name="Proporre modifiche">
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
126
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
127 <para>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
128 Le proposte di modifica vanno inviate alla mailing list degli
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
129 <link doc="../support.xml" id="nginx_devel">sviluppatori di nginx</link>.
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
130 L'estensione
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
131 <link url="http://mercurial.selenic.com/wiki/PatchbombExtension">patchbomb</link>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
132 e' la maniera preferibile e piu' comoda di sottoporre i changeset.
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
133 </para>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
134
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
135 </section>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
136
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
137
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
138 <section id="license" name="Licenza">
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
139
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
140 <para>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
141 Se si sottopone una proposta di modifica, automaticamente al progetto
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
142 viene concesso il permesso di utilizzarla in base ad una opportuna
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
143 <link url="../../LICENSE">licenza</link>.
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
144 </para>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
145
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
146 </section>
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
147
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
148 </article>