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: vdr-guide.xml
Date: Sun, 05 Feb 2012 14:56:15
Message-Id: 20120205145604.BF5632004B@flycatcher.gentoo.org
1 swift 12/02/05 14:56:04
2
3 Modified: vdr-guide.xml
4 Log:
5 Fix bug #401491, updated IT translation, thanks to Agostino Sarubbo
6
7 Revision Changes Path
8 1.7 xml/htdocs/doc/it/vdr-guide.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/vdr-guide.xml?rev=1.7&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/vdr-guide.xml?rev=1.7&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/vdr-guide.xml?r1=1.6&r2=1.7
13
14 Index: vdr-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/vdr-guide.xml,v
17 retrieving revision 1.6
18 retrieving revision 1.7
19 diff -u -r1.6 -r1.7
20 --- vdr-guide.xml 10 Oct 2008 16:33:03 -0000 1.6
21 +++ vdr-guide.xml 5 Feb 2012 14:56:04 -0000 1.7
22 @@ -1,8 +1,8 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/vdr-guide.xml,v 1.6 2008/10/10 16:33:03 scen Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/vdr-guide.xml,v 1.7 2012/02/05 14:56:04 swift Exp $ -->
27
28 -<guide link="/doc/it/vdr-guide.xml" lang="it">
29 +<guide lang="it">
30 <title>Guida a VDR con Gentoo Linux</title>
31
32 <author title="Autore">
33 @@ -29,8 +29,8 @@
34 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
35 <license/>
36
37 -<version>1.8</version>
38 -<date>2008-09-28</date>
39 +<version>2</version>
40 +<date>2011-09-11</date>
41
42 <chapter>
43 <title>Informazioni Generali su DVB</title>
44 @@ -144,11 +144,13 @@
45
46 <p>
47 In questo caso bisogna caricare il modulo <c>b2c2-flexcop-pci</c>. Aggiungere il
48 -nome a <path>/etc/modules.autoload.d/kernel-2.6</path>.
49 +nome a <path>/etc/conf.d/modules</path>.
50 </p>
51
52 <pre caption="Aggiungere il nome del modulo">
53 -# <i>echo b2c2-flexcop-pci &gt;&gt; /etc/modules.autoload.d/kernel-2.6</i>
54 +# <i>nano -w /etc/conf.d/modules</i>
55 +
56 +modules="<i>b2c2-flexcop-pci</i>"
57 </pre>
58
59 </body>
60 @@ -384,7 +386,9 @@
61
62 <pre caption="Installare il plugin">
63 # <i>emerge vdr-dxr3</i>
64 -# <i>echo em8300 &gt;&gt; /etc/modules.autoload.d/kernel-2.6</i>
65 +# <i>nano -w /etc/conf.d/modules</i>
66 +
67 +modules="<i>em8300</i>"
68 </pre>
69
70 <p>
71 @@ -416,12 +420,14 @@
72 utilizzato. Bisogna installare il plugin <c>vdr-pvr350</c> plugin. Se il
73 <c>driver ivtv</c> non è ancora installato emerge lo installerà automaticamente
74 Per avere il modulo ivtv caricato all'avvio va aggiunto a
75 -<path>/etc/modules.autoload.d/kernel-2.6</path>:
76 +<path>/etc/conf.d/modules</path>:
77 </p>
78
79 <pre caption="Installare il Plugin PVR350">
80 # <i>emerge vdr-pvr350</i>
81 -# <i>echo ivtv &gt;&gt; /etc/modules.autoload.d/kernel-2.6</i>
82 +# <i>nano -w /etc/conf.d/modules</i>
83 +
84 +modules="<i>ivtv</i>"
85 </pre>
86
87 <p>