Gentoo Archives: gentoo-doc-cvs

From: swift <swift@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: xml-guide.xml
Date: Thu, 11 Aug 2005 11:01:27
Message-Id: 200508111100.j7BB0SvD021589@robin.gentoo.org
1 swift 05/08/11 11:01:06
2
3 Modified: xml/htdocs/doc/en xml-guide.xml
4 Log:
5 Hmmm... adhere to Coding Style in the section about Coding Style :)
6
7 Revision Changes Path
8 1.48 +5 -5 xml/htdocs/doc/en/xml-guide.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/xml-guide.xml?rev=1.48&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/xml-guide.xml?rev=1.48&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/xml-guide.xml.diff?r1=1.47&r2=1.48&cvsroot=gentoo
13
14 Index: xml-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v
17 retrieving revision 1.47
18 retrieving revision 1.48
19 diff -u -r1.47 -r1.48
20 --- xml-guide.xml 26 Jul 2005 11:51:06 -0000 1.47
21 +++ xml-guide.xml 11 Aug 2005 11:01:06 -0000 1.48
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.47 2005/07/26 11:51:06 neysx Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.48 2005/08/11 11:01:06 swift Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/xml-guide.xml">
29 @@ -32,8 +32,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>2.23</version>
34 -<date>2005-07-26</date>
35 +<version>2.24</version>
36 +<date>2005-08-11</date>
37
38 <chapter>
39 <title>Guide basics</title>
40 @@ -545,10 +545,10 @@
41 &lt;th&gt;Bar&lt;/th&gt;
42 &lt;/tr&gt;
43 &lt;tr&gt;
44 - &lt;ti&gt;This is an example for indentation.&lt;/ti&gt;
45 + &lt;ti&gt;This is an example for indentation&lt;/ti&gt;
46 &lt;ti&gt;
47 In case text cannot be shown within an 80-character wide line, you
48 - must use indentation if the parent tag allows it.
49 + must use indentation if the parent tag allows it
50 &lt;/ti&gt;
51 &lt;/tr&gt;
52 &lt;/table&gt;
53
54
55
56 --
57 gentoo-doc-cvs@g.o mailing list