Gentoo Archives: gentoo-commits

From: "John Christian Stoddart (chiguire)" <chiguire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/es: xml-guide.xml
Date: Sat, 28 Feb 2009 20:16:55
Message-Id: E1LdVcC-0002rK-Qo@stork.gentoo.org
1 chiguire 09/02/28 20:16:52
2
3 Modified: xml-guide.xml
4 Log:
5 updated spanish translation (jose maria alonso)
6
7 Revision Changes Path
8 1.19 xml/htdocs/doc/es/xml-guide.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/xml-guide.xml?rev=1.19&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/xml-guide.xml?rev=1.19&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/xml-guide.xml?r1=1.18&r2=1.19
13
14 Index: xml-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/xml-guide.xml,v
17 retrieving revision 1.18
18 retrieving revision 1.19
19 diff -u -r1.18 -r1.19
20 --- xml-guide.xml 3 May 2008 11:28:58 -0000 1.18
21 +++ xml-guide.xml 28 Feb 2009 20:16:52 -0000 1.19
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/xml-guide.xml,v 1.18 2008/05/03 11:28:58 chiguire Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/xml-guide.xml,v 1.19 2009/02/28 20:16:52 chiguire Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/es/xml-guide.xml" lang="es">
29 @@ -20,12 +20,18 @@
30 <author title="Editor">
31 <mail link="swift@g.o">Sven Vermeulen</mail>
32 </author>
33 +<author title="Editor">
34 + <mail link="nightmorph"/>
35 +</author>
36 <author title="Traductor">
37 <mail link="chiguire@g.o">John Christian Stoddart</mail>
38 </author>
39 <author title="Traductor">
40 <mail link="yoswink@g.o">José Luis Rivero</mail>
41 </author>
42 +<author title="Traductor">
43 + <mail link="gentoo@××××××.org">José María Alonso</mail>
44 +</author>
45
46 <abstract>
47 Esta guía enseña cómo estructurar documentación para la web usando la
48 @@ -39,8 +45,8 @@
49 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
50 <license/>
51
52 -<version>9</version>
53 -<date>2008-03-09</date>
54 +<version>10</version>
55 +<date>2009-02-27</date>
56
57 <chapter>
58 <title>Fundamentos de GuideXML</title>
59 @@ -477,7 +483,7 @@
60 </p>
61
62 <pre caption="My first ebuild">
63 -<comment># Copyright 1999-2006 <b>Gentoo Foundation</b>
64 +<comment># Copyright 1999-2009 <b>Gentoo Foundation</b>
65 # Distributed under the terms of the GNU General Public License v2
66 # &#36;Header: $</comment>
67
68 @@ -491,7 +497,7 @@
69 <ident>IUSE</ident>=<const>""</const>
70
71 <stmt>src_compile()</stmt> {
72 - <keyword>econf</keyword> --with-posix-regex || <keyword>die</keyword> <const>"econf failed"</const>
73 + <keyword>econf</keyword> --with-posix-regex
74 <keyword>emake</keyword> || <keyword>die</keyword> <const>"emake failed"</const>
75 }