Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/it/handbook: hb-install-alpha-medium.xml hb-install-arm-medium.xml hb-install-hppa-medium.xml
Date: Tue, 07 Feb 2012 19:02:28
Message-Id: 20120207190218.881C72004B@flycatcher.gentoo.org
1 swift 12/02/07 19:02:18
2
3 Modified: hb-install-alpha-medium.xml
4 hb-install-arm-medium.xml
5 hb-install-hppa-medium.xml
6 Log:
7 Fix bugs #402547, #402549 and #402555 - updated IT translations for handbook medium pages
8
9 Revision Changes Path
10 1.26 xml/htdocs/doc/it/handbook/hb-install-alpha-medium.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/handbook/hb-install-alpha-medium.xml?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/handbook/hb-install-alpha-medium.xml?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/handbook/hb-install-alpha-medium.xml?r1=1.25&r2=1.26
15
16 Index: hb-install-alpha-medium.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-alpha-medium.xml,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- hb-install-alpha-medium.xml 25 Jan 2011 19:12:57 -0000 1.25
23 +++ hb-install-alpha-medium.xml 7 Feb 2012 19:02:18 -0000 1.26
24 @@ -4,12 +4,12 @@
25 <!-- The content of this document is licensed under the CC-BY-SA license -->
26 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
27
28 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-alpha-medium.xml,v 1.25 2011/01/25 19:12:57 scen Exp $ -->
29 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-alpha-medium.xml,v 1.26 2012/02/07 19:02:18 swift Exp $ -->
30
31 <sections>
32
33 -<version>11</version>
34 -<date>2011-01-22</date>
35 +<version>14</version>
36 +<date>2011-11-27</date>
37
38 <section>
39 <title>Richieste Hardware</title>
40 @@ -249,12 +249,12 @@
41 <p>
42 Un altro modo di controllare la validità del file scaricato è quello di usare
43 GnuPG per verificare la firma crittografata fornita insieme ad esso (il file che
44 -finisce con <path>.asc</path>). Scaricare il file della firma e ottenere una
45 -chiave pubblica:
46 +finisce con <path>.asc</path>). Scaricare il file della firma e ottenere le
47 +chiavi pubbliche:
48 </p>
49
50 <pre caption="Ottenere una chiave pubblica">
51 -$ <i>gpg --keyserver subkeys.pgp.net --recv-keys 2D182910</i>
52 +$ <i>gpg --keyserver subkeys.pgp.net --recv-keys 96D8BF6D 2D182910 17072058</i>
53 </pre>
54
55 <p>
56 @@ -335,9 +335,10 @@
57 </pre>
58
59 <pre caption="Avviare un CD-ROM usando MILO">
60 -MILO&gt; <i>boot sdb:/boot/gentoolegacy initrd=/boot/gentoolegacy.igz root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/image.squashfs cdroot</i>
61 +<comment>(Sostituire sdb con il proprio dispositivo CD-ROM)</comment>
62 +MILO&gt; <i>boot sdb:/boot/gentoo initrd=/boot/gentoo.igz root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/image.squashfs cdroot</i>
63 <comment>(Usare la porta seriale ttyS0 come console predefinita)</comment>
64 -MILO&gt; <i>boot sdb:/boot/gentoolegacy initrd=/boot/gentoolegacy.igz root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/image.squashfs console=ttyS0 cdroot</i>
65 +MILO&gt; <i>boot sdb:/boot/gentoo initrd=/boot/gentoo.igz root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/image.squashfs console=ttyS0 cdroot</i>
66 </pre>
67
68 <p>
69
70
71
72 1.5 xml/htdocs/doc/it/handbook/hb-install-arm-medium.xml
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/handbook/hb-install-arm-medium.xml?rev=1.5&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/handbook/hb-install-arm-medium.xml?rev=1.5&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/handbook/hb-install-arm-medium.xml?r1=1.4&r2=1.5
77
78 Index: hb-install-arm-medium.xml
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-arm-medium.xml,v
81 retrieving revision 1.4
82 retrieving revision 1.5
83 diff -u -r1.4 -r1.5
84 --- hb-install-arm-medium.xml 27 Jul 2010 21:20:38 -0000 1.4
85 +++ hb-install-arm-medium.xml 7 Feb 2012 19:02:18 -0000 1.5
86 @@ -4,21 +4,21 @@
87 <!-- The content of this document is licensed under the CC-BY-SA license -->
88 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
89
90 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-arm-medium.xml,v 1.4 2010/07/27 21:20:38 scen Exp $ -->
91 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-arm-medium.xml,v 1.5 2012/02/07 19:02:18 swift Exp $ -->
92
93 <sections>
94
95 -<version>9.0</version>
96 -<date>2008-04-01</date>
97 +<version>10</version>
98 +<date>2011-05-17</date>
99
100 <section>
101 -<title>Richieste Hardware</title>
102 +<title>Requisiti Hardware</title>
103 <subsection>
104 <title>Introduzione</title>
105 <body>
106
107 <p>
108 -Prima ancora di cominciare vengono elencate le richieste hardware necessarie per
109 +Prima ancora di cominciare vengono elencate i requisiti hardware necessari per
110 installare Gentoo sulla propria macchina.
111 </p>
112
113 @@ -68,10 +68,10 @@
114 <body>
115
116 <p>
117 -Viene supportato il nuovo ARM EABI ed anche il classico ARM ABI, conosciuto
118 -anche come Old o Legacy ABI (richiesto per alcuni chip ARM più vecchi, come
119 -arm4vl) Tecnologie più recenti quali Thumb non sono state testate, ma in teoria
120 -dovrebbero funzionare. Chi volesse contribuire a dare una mano è il benvenuto.
121 +Viene supportato il nuovo ARM EABI ed anche il classico ARM ABI, a volte
122 +indicato come Old o Legacy ABI (richiesto per alcuni chip ARM più vecchi, come
123 +arm4vl). Tecnologie più recenti quali Thumb dovrebbero funzionare ugualmente,
124 +anche se non sufficientemente testate. Chi volesse contribuire è il benvenuto.
125 </p>
126
127 <p>
128 @@ -80,7 +80,7 @@
129 parole in memoria. Una parola può essere letta sia come <e>big</e> endian (il
130 primo byte è il più significativo), o come <e>little</e> endian (il primo byte è
131 il meno significativo). Le macchine Intel x86 sono generalmente Little Endian,
132 -mentre le Apple e Sparc sono Big Endian. Le ARM possono esser e entrambe. Per
133 +mentre le Apple e Sparc sono Big Endian. Le ARM possono essere entrambe. Per
134 separarle viene aggiunto <c>eb</c> alle architetture per sottolineare che sono
135 big endian, visto che le little endiano sono molto più comuni.
136 </p>
137 @@ -103,6 +103,13 @@
138 mediante uno stage1 o stage2</uri>.
139 </p>
140
141 +<p>
142 +Gli archivi Stage3 possono essere scaricati dalla directory <path><keyval
143 +id="release-dir"/>current-stage3/</path> presente in tutti i <uri
144 +link="/main/en/mirrors.xml">Mirror Ufficiali Gentoo</uri> e non sono forniti
145 +all'interno del LiveCD.
146 +</p>
147 +
148 </body>
149 </subsection>
150 </section>
151 @@ -114,7 +121,7 @@
152
153 <p>
154 In questa sezione viene descritto come avviare correttamente da rete una
155 -NetWinder. Si tratta di una breve guida, non certo esaustiva, per ulteriori
156 +NetWinder. Si tratta di una guida breve, non certo esaustiva, per ulteriori
157 informazioni si raccomanda di consultare il <uri
158 link="/doc/it/diskless-howto.xml">Diskless HOWTO</uri>.
159 </p>
160 @@ -139,7 +146,7 @@
161 </ul>
162
163 <note>
164 -Un <uri link="http://en.wikipedia.org/wiki/Null_modem">cavo null modem</uri> può
165 +Un <uri link="http://it.wikipedia.org/wiki/Null_modem">cavo null modem</uri> può
166 essere reperito nella maggior parte dei negozi di elettronica.
167 </note>
168
169 @@ -169,12 +176,12 @@
170 E' importante sottolieare che i server utilizzati non necessitano di girare su
171 Gentoo Linux, è tranquillamente consentito utilizzare FreeBSD o qualsiasi altra
172 piattaforma Unix. Tuttavia questa guida implicitamente assume che si stia usando
173 -Gentoo Linux. E' anche possibile usare TFTP/NFS su una macchina separata dal
174 +Gentoo Linux. È anche possibile usare TFTP/NFS su una macchina separata dal
175 server DHCP se lo di desidera.
176 </p>
177
178 <warn>
179 -Il team Gentoo/ARM non può aiutare ad impostare altri sistemi operativi a server
180 +Il team Gentoo/ARM non può aiutare ad impostare altri sistemi operativi come server
181 netboot. Se si sceglie un sistema operativo differente è implicito il fatto di
182 sapere come destreggiarsi nella configurazione.
183 </warn>
184
185
186
187 1.26 xml/htdocs/doc/it/handbook/hb-install-hppa-medium.xml
188
189 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/handbook/hb-install-hppa-medium.xml?rev=1.26&view=markup
190 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/handbook/hb-install-hppa-medium.xml?rev=1.26&content-type=text/plain
191 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/handbook/hb-install-hppa-medium.xml?r1=1.25&r2=1.26
192
193 Index: hb-install-hppa-medium.xml
194 ===================================================================
195 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-hppa-medium.xml,v
196 retrieving revision 1.25
197 retrieving revision 1.26
198 diff -u -r1.25 -r1.26
199 --- hb-install-hppa-medium.xml 29 Jul 2010 18:53:36 -0000 1.25
200 +++ hb-install-hppa-medium.xml 7 Feb 2012 19:02:18 -0000 1.26
201 @@ -4,12 +4,12 @@
202 <!-- The content of this document is licensed under the CC-BY-SA license -->
203 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
204
205 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-hppa-medium.xml,v 1.25 2010/07/29 18:53:36 scen Exp $ -->
206 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-hppa-medium.xml,v 1.26 2012/02/07 19:02:18 swift Exp $ -->
207
208 <sections>
209
210 -<version>10.0</version>
211 -<date>2010-07-19</date>
212 +<version>12</version>
213 +<date>2011-11-27</date>
214
215 <section>
216 <title>Richieste Hardware</title>
217 @@ -262,11 +262,11 @@
218 <p>
219 Un altro modo per controllare la validità del file scaricato è usare GnuPG per
220 verificare la firma crittografata fornita da Gentoo (il file terminante con
221 -<path>.asc</path>). Scaricare il file di firma e ottenere la chiave pubblica:
222 +<path>.asc</path>). Scaricare il file di firma e ottenere le chiavi pubbliche:
223 </p>
224
225 <pre caption="Ottenere una chiave pubblica">
226 -$ <i>gpg --keyserver subkeys.pgp.net --recv-keys 2D182910</i>
227 +$ <i>gpg --keyserver subkeys.pgp.net --recv-keys 96D8BF6D 2D182910 17072058</i>
228 </pre>
229
230 <p>