public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: xml-guide.xml
@ 2008-03-09 13:13 Xavier Neys (neysx)
  0 siblings, 0 replies; 5+ messages in thread
From: Xavier Neys (neysx) @ 2008-03-09 13:13 UTC (permalink / raw
  To: gentoo-commits

neysx       08/03/09 13:13:16

  Log:
  
-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: xml-guide.xml
@ 2009-02-28  1:34 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 5+ messages in thread
From: Joshua Saddler (nightmorph) @ 2009-02-28  1:34 UTC (permalink / raw
  To: gentoo-commits

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
 # &#36;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] 5+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: xml-guide.xml
@ 2010-12-06 11:27 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 5+ messages in thread
From: Joshua Saddler (nightmorph) @ 2010-12-06 11:27 UTC (permalink / raw
  To: gentoo-commits

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 @@
 &lt;!-- See http://creativecommons.org/licenses/by-sa/2.5 --&gt;
 &lt;license/&gt;
 
-&lt;version&gt;<i>1.0</i>&lt;/version&gt;
-&lt;date&gt;<i>2004-12-25</i>&lt;/date&gt;
+&lt;version&gt;<i>1</i>&lt;/version&gt;
+&lt;date&gt;<i>2010-12-25</i>&lt;/date&gt;
 </pre>
 
 <p>






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: xml-guide.xml
@ 2011-11-29 19:02 Sven Vermeulen (swift)
  0 siblings, 0 replies; 5+ messages in thread
From: Sven Vermeulen (swift) @ 2011-11-29 19:02 UTC (permalink / raw
  To: gentoo-commits

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 @@
 &lt;/abstract&gt;
 
 &lt;!-- The content of this document is licensed under the CC-BY-SA license --&gt;
-&lt;!-- See http://creativecommons.org/licenses/by-sa/2.5 --&gt;
-&lt;license/&gt;
+&lt;!-- See http://creativecommons.org/licenses/by-sa/3.0 --&gt;
+&lt;license version="3.0"/&gt;
 
 &lt;version&gt;<i>1</i>&lt;/version&gt;
-&lt;date&gt;<i>2010-12-25</i>&lt;/date&gt;
+&lt;date&gt;<i>2011-11-29</i>&lt;/date&gt;
 </pre>
 
 <p>
@@ -170,10 +170,12 @@
 </p>
 
 <p>
-Finally we have the <c>&lt;license/&gt;</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>&lt;license version="3.0"/&gt;</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>&lt;license /&gt;</c> was used, which denoted the 2.5 version of the
+license. This is still accepted/allowed.
 </p>
 
 </body>
@@ -817,8 +819,8 @@
 &lt;/abstract&gt;
 
 &lt;!-- The content of this document is licensed under the CC-BY-SA license --&gt;
-&lt;!-- See http://creativecommons.org/licenses/by-sa/2.5 --&gt;
-&lt;license/&gt;
+&lt;!-- See http://creativecommons.org/licenses/by-sa/3.0 --&gt;
+&lt;license version="3.0"/&gt;
 
 &lt;version&gt;...&lt;/version&gt;
 &lt;date&gt;...&lt;/date&gt;
@@ -879,7 +881,7 @@
 &lt;!-- &#36;Header&#36; --&gt;
 
 &lt;!--  The content of this document is licensed under the CC-BY-SA license --&gt;
-&lt;!--  See http://creativecommons.org/licenses/by-sa/2.5 --&gt;
+&lt;!--  See http://creativecommons.org/licenses/by-sa/3.0 --&gt;
 
 &lt;sections&gt;
 






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: xml-guide.xml
@ 2012-10-07  8:19 Sven Vermeulen (swift)
  0 siblings, 0 replies; 5+ messages in thread
From: Sven Vermeulen (swift) @ 2012-10-07  8:19 UTC (permalink / raw
  To: gentoo-commits

swift       12/10/07 08:19:43

  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 @@
 &lt;!DOCTYPE guide SYSTEM "/dtd/guide.dtd"&gt;
 &lt;!-- &#36;Header&#36; --&gt;
 
-&lt;guide link="<i>/doc/en/guide.xml</i>" lang="<i>en</i>"&gt;
+&lt;guide lang="<i>en</i>"&gt;
 &lt;title&gt;<i>Gentoo Documentation Guide</i>&lt;/title&gt;
 
 &lt;author title="<i>Author</i>"&gt;
@@ -124,14 +124,6 @@
 Next, there's a <c>&lt;guide&gt;</c> tag -- the entire guide document is
 enclosed within a <c>&lt;guide&gt; &lt;/guide&gt;</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] 5+ messages in thread

end of thread, other threads:[~2012-10-07  8:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-06 11:27 [gentoo-commits] gentoo commit in xml/htdocs/doc/en: xml-guide.xml Joshua Saddler (nightmorph)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-07  8:19 Sven Vermeulen (swift)
2011-11-29 19:02 Sven Vermeulen (swift)
2009-02-28  1:34 Joshua Saddler (nightmorph)
2008-03-09 13:13 Xavier Neys (neysx)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox