Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: xml-guide.xml
Date: Sun, 07 Oct 2012 09:02:11
Message-Id: 20121007081943.0B63B21600@flycatcher.gentoo.org
1 swift 12/10/07 08:19:42
2
3 Modified: xml-guide.xml
4 Log:
5 Bug #379883 - Remove reference to @link
6
7 Revision Changes Path
8 1.72 xml/htdocs/doc/en/xml-guide.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xml-guide.xml?rev=1.72&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xml-guide.xml?rev=1.72&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xml-guide.xml?r1=1.71&r2=1.72
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.71
18 retrieving revision 1.72
19 diff -u -r1.71 -r1.72
20 --- xml-guide.xml 29 Nov 2011 19:02:45 -0000 1.71
21 +++ xml-guide.xml 7 Oct 2012 08:19:42 -0000 1.72
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.71 2011/11/29 19:02:45 swift Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.72 2012/10/07 08:19:42 swift Exp $ -->
27
28 <guide>
29 <title>Gentoo GuideXML Guide</title>
30 @@ -35,8 +35,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>12</version>
35 -<date>2011-11-29</date>
36 +<version>13</version>
37 +<date>2012-10-07</date>
38
39 <chapter>
40 <title>GuideXML basics</title>
41 @@ -95,7 +95,7 @@
42 &lt;!DOCTYPE guide SYSTEM "/dtd/guide.dtd"&gt;
43 &lt;!-- &#36;Header&#36; --&gt;
44
45 -&lt;guide link="<i>/doc/en/guide.xml</i>" lang="<i>en</i>"&gt;
46 +&lt;guide lang="<i>en</i>"&gt;
47 &lt;title&gt;<i>Gentoo Documentation Guide</i>&lt;/title&gt;
48
49 &lt;author title="<i>Author</i>"&gt;
50 @@ -124,14 +124,6 @@
51 Next, there's a <c>&lt;guide&gt;</c> tag -- the entire guide document is
52 enclosed within a <c>&lt;guide&gt; &lt;/guide&gt;</c> pair.
53 <br/>
54 -The <c>link</c> attribute is optional and should preferably contain the
55 -absolute path to the document relatively to the document root even though the
56 -file name alone will work. It is only used to generate a link to a
57 -printer-friendly version of your document and check whether a translation is
58 -up-to-date. Our XSL back-engine passes the actual path to our XSL stylesheet.
59 -The link attribute is only used as a fall-back value in case the XML is
60 -processed by other means.
61 -<br/>
62 The <c>lang</c> attribute should be used to specify the language code of your
63 document. It is used to format the date and insert strings like "<e>Note</e>",
64 "<e>Content</e>", etc. in the specified language. The default is English.