* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: xml-guide.xml
@ 2009-02-28 1:34 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 4+ messages in thread
From: Joshua Saddler (nightmorph) @ 2009-02-28 1:34 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 09/02/28 01:34:21
Modified: xml-guide.xml
Log:
econf doesn't need explicit die, bug 253629
Revision Changes Path
1.69 xml/htdocs/doc/en/xml-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xml-guide.xml?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xml-guide.xml?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xml-guide.xml?r1=1.68&r2=1.69
Index: xml-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- xml-guide.xml 9 Mar 2008 13:13:15 -0000 1.68
+++ xml-guide.xml 28 Feb 2009 01:34:20 -0000 1.69
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.68 2008/03/09 13:13:15 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.69 2009/02/28 01:34:20 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide>
@@ -20,6 +20,9 @@
<author title="Editor">
<mail link="swift@gentoo.org">Sven Vermeulen</mail>
</author>
+<author title="Editor">
+ <mail link="nightmorph"/>
+</author>
<abstract>
This guide shows you how to compose web documentation using the new lightweight
@@ -32,8 +35,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>9</version>
-<date>2008-03-09</date>
+<version>10</version>
+<date>2009-02-27</date>
<chapter>
<title>GuideXML basics</title>
@@ -447,7 +450,7 @@
</p>
<pre caption="My first ebuild">
-<comment># Copyright 1999-2006 <b>Gentoo Foundation</b>
+<comment># Copyright 1999-2009 <b>Gentoo Foundation</b>
# Distributed under the terms of the GNU General Public License v2
# $Header: $</comment>
@@ -461,7 +464,7 @@
<ident>IUSE</ident>=<const>""</const>
<stmt>src_compile()</stmt> {
- <keyword>econf</keyword> --with-posix-regex || <keyword>die</keyword> <const>"econf failed"</const>
+ <keyword>econf</keyword> --with-posix-regex
<keyword>emake</keyword> || <keyword>die</keyword> <const>"emake failed"</const>
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: xml-guide.xml
@ 2010-12-06 11:27 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 4+ messages in thread
From: Joshua Saddler (nightmorph) @ 2010-12-06 11:27 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 10/12/06 11:27:27
Modified: xml-guide.xml
Log:
update version string to match the new policy
Revision Changes Path
1.70 xml/htdocs/doc/en/xml-guide.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xml-guide.xml?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xml-guide.xml?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xml-guide.xml?r1=1.69&r2=1.70
Index: xml-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- xml-guide.xml 28 Feb 2009 01:34:20 -0000 1.69
+++ xml-guide.xml 6 Dec 2010 11:27:27 -0000 1.70
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.69 2009/02/28 01:34:20 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.70 2010/12/06 11:27:27 nightmorph Exp $ -->
<guide>
<title>Gentoo GuideXML Guide</title>
@@ -35,8 +35,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>10</version>
-<date>2009-02-27</date>
+<version>11</version>
+<date>2010-12-06</date>
<chapter>
<title>GuideXML basics</title>
@@ -113,8 +113,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version><i>1.0</i></version>
-<date><i>2004-12-25</i></date>
+<version><i>1</i></version>
+<date><i>2010-12-25</i></date>
</pre>
<p>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: xml-guide.xml
@ 2011-11-29 19:02 Sven Vermeulen (swift)
0 siblings, 0 replies; 4+ messages in thread
From: Sven Vermeulen (swift) @ 2011-11-29 19:02 UTC (permalink / raw
To: gentoo-doc-cvs
swift 11/11/29 19:02:45
Modified: xml-guide.xml
Log:
Document the use of the "<license version="3.0"/>" tag
With CC-BY-SA 3.0 now allowed for documents, we document this approach in the XML Guide.
Revision Changes Path
1.71 xml/htdocs/doc/en/xml-guide.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xml-guide.xml?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xml-guide.xml?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xml-guide.xml?r1=1.70&r2=1.71
Index: xml-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- xml-guide.xml 6 Dec 2010 11:27:27 -0000 1.70
+++ xml-guide.xml 29 Nov 2011 19:02:45 -0000 1.71
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.70 2010/12/06 11:27:27 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.71 2011/11/29 19:02:45 swift Exp $ -->
<guide>
<title>Gentoo GuideXML Guide</title>
@@ -35,8 +35,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>11</version>
-<date>2010-12-06</date>
+<version>12</version>
+<date>2011-11-29</date>
<chapter>
<title>GuideXML basics</title>
@@ -110,11 +110,11 @@
</abstract>
<!-- The content of this document is licensed under the CC-BY-SA license -->
-<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<license/>
+<!-- See http://creativecommons.org/licenses/by-sa/3.0 -->
+<license version="3.0"/>
<version><i>1</i></version>
-<date><i>2010-12-25</i></date>
+<date><i>2011-11-29</i></date>
</pre>
<p>
@@ -170,10 +170,12 @@
</p>
<p>
-Finally we have the <c><license/></c> tag, used to publish the document
-under the <uri link="http://creativecommons.org/licenses/by-sa/2.5/">Creative
+Finally we have the <c><license version="3.0"/></c> tag, used to publish
+the document under the <uri link="http://creativecommons.org/licenses/by-sa/3.0/">Creative
Commons - Attribution / Share Alike</uri> license as required by the <uri
-link="/proj/en/gdp/doc/doc-policy.xml">Documentation Policy</uri>.
+link="/proj/en/gdp/doc/doc-policy.xml">Documentation Policy</uri>. Historically,
+the tag <c><license /></c> was used, which denoted the 2.5 version of the
+license. This is still accepted/allowed.
</p>
</body>
@@ -817,8 +819,8 @@
</abstract>
<!-- The content of this document is licensed under the CC-BY-SA license -->
-<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<license/>
+<!-- See http://creativecommons.org/licenses/by-sa/3.0 -->
+<license version="3.0"/>
<version>...</version>
<date>...</date>
@@ -879,7 +881,7 @@
<!-- $Header$ -->
<!-- The content of this document is licensed under the CC-BY-SA license -->
-<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
+<!-- See http://creativecommons.org/licenses/by-sa/3.0 -->
<sections>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: xml-guide.xml
@ 2012-10-07 8:19 Sven Vermeulen (swift)
0 siblings, 0 replies; 4+ messages in thread
From: Sven Vermeulen (swift) @ 2012-10-07 8:19 UTC (permalink / raw
To: gentoo-doc-cvs
swift 12/10/07 08:19:42
Modified: xml-guide.xml
Log:
Bug #379883 - Remove reference to @link
Revision Changes Path
1.72 xml/htdocs/doc/en/xml-guide.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xml-guide.xml?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xml-guide.xml?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xml-guide.xml?r1=1.71&r2=1.72
Index: xml-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- xml-guide.xml 29 Nov 2011 19:02:45 -0000 1.71
+++ xml-guide.xml 7 Oct 2012 08:19:42 -0000 1.72
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.71 2011/11/29 19:02:45 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.72 2012/10/07 08:19:42 swift Exp $ -->
<guide>
<title>Gentoo GuideXML Guide</title>
@@ -35,8 +35,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>12</version>
-<date>2011-11-29</date>
+<version>13</version>
+<date>2012-10-07</date>
<chapter>
<title>GuideXML basics</title>
@@ -95,7 +95,7 @@
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<!-- $Header$ -->
-<guide link="<i>/doc/en/guide.xml</i>" lang="<i>en</i>">
+<guide lang="<i>en</i>">
<title><i>Gentoo Documentation Guide</i></title>
<author title="<i>Author</i>">
@@ -124,14 +124,6 @@
Next, there's a <c><guide></c> tag -- the entire guide document is
enclosed within a <c><guide> </guide></c> pair.
<br/>
-The <c>link</c> attribute is optional and should preferably contain the
-absolute path to the document relatively to the document root even though the
-file name alone will work. It is only used to generate a link to a
-printer-friendly version of your document and check whether a translation is
-up-to-date. Our XSL back-engine passes the actual path to our XSL stylesheet.
-The link attribute is only used as a fall-back value in case the XML is
-processed by other means.
-<br/>
The <c>lang</c> attribute should be used to specify the language code of your
document. It is used to format the date and insert strings like "<e>Note</e>",
"<e>Content</e>", etc. in the specified language. The default is English.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-10-07 9:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-07 8:19 [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: xml-guide.xml Sven Vermeulen (swift)
-- strict thread matches above, loose matches on Subject: below --
2011-11-29 19:02 Sven Vermeulen (swift)
2010-12-06 11:27 Joshua Saddler (nightmorph)
2009-02-28 1:34 Joshua Saddler (nightmorph)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox