Gentoo Archives: gentoo-commits

From: "JosA MarAa Alonso (nimiux)" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/es/gdp/doc: doc-policy.xml
Date: Sat, 03 Dec 2011 11:07:56
Message-Id: 20111203110747.A3EE42004B@flycatcher.gentoo.org
1 nimiux 11/12/03 11:07:47
2
3 Modified: doc-policy.xml
4 Log:
5 Introduce support for version 3.0 in our documents
6
7 Revision Changes Path
8 1.10 xml/htdocs/proj/es/gdp/doc/doc-policy.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/gdp/doc/doc-policy.xml?rev=1.10&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/gdp/doc/doc-policy.xml?rev=1.10&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/gdp/doc/doc-policy.xml?r1=1.9&r2=1.10
13
14 Index: doc-policy.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/es/gdp/doc/doc-policy.xml,v
17 retrieving revision 1.9
18 retrieving revision 1.10
19 diff -u -r1.9 -r1.10
20 --- doc-policy.xml 1 Oct 2011 15:14:24 -0000 1.9
21 +++ doc-policy.xml 3 Dec 2011 11:07:47 -0000 1.10
22 @@ -1,16 +1,16 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/es/gdp/doc/doc-policy.xml,v 1.9 2011/10/01 15:14:24 nimiux Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/es/gdp/doc/doc-policy.xml,v 1.10 2011/12/03 11:07:47 nimiux Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 <guide lang="es">
30 <title>>Directriz de Documentación de Gentoo Linux</title>
31
32 -<author title="Author">
33 +<author title="Autor">
34 <mail link="neysx@g.o">Xavier Neys</mail>
35 </author>
36 -<author title="Author">John P. Davis</author>
37 -<author title="Author">
38 +<author title="Autor">John P. Davis</author>
39 +<author title="Autor">
40 <mail link="swift@g.o">Sven Vermeulen</mail>
41 </author>
42 <author title="Editor">
43 @@ -39,8 +39,8 @@
44 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
45 <license/>
46
47 -<version>7</version>
48 -<date>2011-09-29</date>
49 +<version>8</version>
50 +<date>2011-11-29</date>
51
52 <chapter>
53 <title>Introducción</title>
54 @@ -187,8 +187,9 @@
55 <p>
56 Todo documento publicado por el Proyecto de Documentación de Gentoo
57 debe estar bajo la licencia <uri
58 -link="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons
59 -Attribution-ShareAlike License</uri>.
60 +link="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons
61 +Attribution-ShareAlike License</uri>, preferentemente la última versión
62 +(aunque se admiten también versiones anteriores).
63 </p>
64
65 <p>
66 @@ -200,12 +201,18 @@
67 &lt;/abstract&gt;
68 <i>
69 &lt;!-- The content of this document is licensed under the CC-BY-SA license --&gt;
70 -&lt;!-- See http://creativecommons.org/licenses/by-sa/2.5 --&gt;
71 -&lt;license/&gt;
72 +&lt;!-- See http://creativecommons.org/licenses/by-sa/3.0 --&gt;
73 +&lt;license version="3.0"/&gt;
74 </i>
75 &lt;version&gt;...&lt;/version&gt;
76 </pre>
77
78 +<p>
79 +Si se utiliza la versión 2.5, la etiqueta puede ser <c>&lt;license /&gt;</c>
80 +o <c>&lt;license version="2.5" /&gt;</c>. En ambos casos, se debe actualizar
81 +el comentario para referirse al URL correcto para la versión.
82 +</p>
83 +
84 </body>
85 </section>
86 <section>