[grisbi-cvs] grisbi-web/dl dl.xml,1.221,1.222 dl.xsl,1.32,1.33
Gunee
guneemwelloeux at users.sourceforge.net
Tue Jun 15 17:35:33 CEST 2010
Update of /cvsroot/grisbi/grisbi-web/dl
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11544
Modified Files:
dl.xml dl.xsl
Log Message:
Ajout section Git
Index: dl.xml
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/dl/dl.xml,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -d -r1.221 -r1.222
--- dl.xml 30 May 2010 21:02:35 -0000 1.221
+++ dl.xml 15 Jun 2010 15:35:31 -0000 1.222
@@ -379,6 +379,16 @@
<file size="53143" count="" type="grisbi" md5="" name="example.gsb" sign="" />
</subsection>
</section>
+ <!-- git --> <section id="git" img="git.png" >
+ <title xml:lang="fr">Accès Git</title>
+ <title xml:lang="en">Git access</title>
+ <title xml:lang="nl">Git toegang</title>
+ <title xml:lang="it">Accesso Git</title>
+ <title xml:lang="es">Acceso Git</title>
+ <title xml:lang="de">Git Zugriff</title>
+ <include file="git" />
+ </section>
+ </section>
<!-- CVS --> <section id="cvs" img="cvs.png" >
<title xml:lang="fr">Accès CVS</title>
<title xml:lang="en">CVS access</title>
Index: dl.xsl
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/dl/dl.xsl,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- dl.xsl 9 May 2010 18:02:19 -0000 1.32
+++ dl.xsl 15 Jun 2010 15:35:31 -0000 1.33
@@ -50,6 +50,9 @@
<xsl:when test="./@id = 'cvs'">
<xsl:text>CVS</xsl:text>
</xsl:when>
+ <xsl:when test="./@id = 'git'">
+ <xsl:text>Git</xsl:text>
+ </xsl:when>
<xsl:otherwise>
<xsl:call-template name="title" />
</xsl:otherwise>
More information about the cvs
mailing list