public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/eselect: dev-guide.xml index.xml
@ 2012-03-09 15:21 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2012-03-09 15:21 UTC (permalink / raw
  To: gentoo-commits

ulm         12/03/09 15:21:02

  Modified:             dev-guide.xml index.xml
  Log:
  Update documentation, in order to reflect the migration from svn to git.

Revision  Changes    Path
1.18                 xml/htdocs/proj/en/eselect/dev-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/eselect/dev-guide.xml?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/eselect/dev-guide.xml?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/eselect/dev-guide.xml?r1=1.17&r2=1.18

Index: dev-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/eselect/dev-guide.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- dev-guide.xml	21 Jan 2012 23:57:14 -0000	1.17
+++ dev-guide.xml	9 Mar 2012 15:21:02 -0000	1.18
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/eselect/dev-guide.xml,v 1.17 2012/01/21 23:57:14 ulm Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/eselect/dev-guide.xml,v 1.18 2012/03/09 15:21:02 ulm Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
@@ -27,8 +27,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.3</version>
-<date>2012-01-21</date>
+<version>1.3.1</version>
+<date>2012-03-09</date>
 
 <chapter>
 <title>Introduction</title>
@@ -87,12 +87,10 @@
 # -*-eselect-*-  vim: ft=eselect
 # Copyright 2005-2012 Gentoo Foundation
 # Distributed under the terms of the GNU GPL version 2 or later
-# &#36;Id: &#36;
 
 DESCRIPTION="Manage the /usr/src/linux symlink"
 MAINTAINER="eselect@gentoo.org"
-SVN_DATE='&#36;Date: &#36;'
-VERSION=$(svn_date_to_version "${SVN_DATE}")
+VERSION="20120307"
 
 # find a list of kernel symlink targets
 find_targets() {
@@ -565,7 +563,8 @@
 <dl>
   <dt>svn_date_to_version</dt>
   <dd>
-    The <c>svn_date_to_version</c> function can be used instead of manually
+    If your module is kept in a CVS or subversion repository, then the
+    <c>svn_date_to_version</c> function can be used instead of manually
     keeping track of VERSION. It is safe to use in global scope. The canonical
     usage is as shown in the <uri link="#doc_chap3_pre3">code listing</uri>
     below.



1.19                 xml/htdocs/proj/en/eselect/index.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/eselect/index.xml?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/eselect/index.xml?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/eselect/index.xml?r1=1.18&r2=1.19

Index: index.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/eselect/index.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- index.xml	12 Sep 2009 15:05:01 -0000	1.18
+++ index.xml	9 Mar 2012 15:21:02 -0000	1.19
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/eselect/index.xml,v 1.18 2009/09/12 15:05:01 ulm Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/eselect/index.xml,v 1.19 2012/03/09 15:21:02 ulm Exp $ -->
 <?xml-stylesheet href="/xsl/project.xsl" type="text/xsl"?>
 <?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?>
 <!DOCTYPE project SYSTEM "/dtd/project.dtd">
@@ -8,7 +8,7 @@
 <name>eselect</name>
 
 <longname>Gentoo's eselect modular framework for configuration and administration utilities</longname>
-<date>2009-09-12</date>
+<date>2012-03-09</date>
 
 <author title="Author">
 <mail link="kugelfang@gentoo.org">Danny van Dyk</mail>
@@ -97,7 +97,7 @@
   <uri link="dev-guide.xml">eselect Developer Reference</uri>
   </li>
   <li>
-  <uri link="http://sources.gentoo.org/viewcvs.py/*checkout*/eselect/trunk/NEWS">News for eselect</uri>
+    <uri link="http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=blob_plain;f=NEWS;hb=HEAD">News for eselect</uri>
   </li>
 </ul>
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-09 15:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-09 15:21 [gentoo-commits] gentoo commit in xml/htdocs/proj/en/eselect: dev-guide.xml index.xml Ulrich Mueller (ulm)

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