public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Xavier Neys (neysx)" <neysx@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo commit in xml/htdocs/xsl: devlist.xsl
Date: Fri, 14 Aug 2009 16:24:15 +0000	[thread overview]
Message-ID: <E1MbzZf-0003FQ-Mh@stork.gentoo.org> (raw)

neysx       09/08/14 16:24:15

  Modified:             devlist.xsl
  Log:
  Make aliases available in xml mode

Revision  Changes    Path
1.6                  xml/htdocs/xsl/devlist.xsl

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/xsl/devlist.xsl?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/xsl/devlist.xsl?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/xsl/devlist.xsl?r1=1.5&r2=1.6

Index: devlist.xsl
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/xsl/devlist.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- devlist.xsl	15 Nov 2007 08:17:15 -0000	1.5
+++ devlist.xsl	14 Aug 2009 16:24:15 -0000	1.6
@@ -42,6 +42,9 @@
    <xsl:if test="email[substring-after(text(),'@')!='gentoo.org']">
     <email><xsl:value-of select="email[substring-after(text(),'@')!='gentoo.org'][1]"/></email>
    </xsl:if>
+   <xsl:for-each select="alias">
+    <alias><xsl:value-of select="."/></alias>
+   </xsl:for-each>
    </user>
  </xsl:for-each>
 </xsl:variable>
@@ -151,6 +154,9 @@
     <xsl:if test="email[substring-after(text(),'@')!='gentoo.org']">
      <email><xsl:value-of select="email[substring-after(text(),'@')!='gentoo.org'][1]"/></email>
     </xsl:if>
+    <xsl:for-each select="alias">
+     <alias><xsl:value-of select="."/></alias>
+    </xsl:for-each>
   </xsl:element>
 </xsl:template>
 






             reply	other threads:[~2009-08-14 16:24 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-14 16:24 Xavier Neys (neysx) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-07-22  2:15 [gentoo-commits] gentoo commit in xml/htdocs/xsl: devlist.xsl Robin H. Johnson (robbat2)
2010-06-28  8:12 Robin H. Johnson (robbat2)
2010-06-09 21:48 Robin H. Johnson (robbat2)
2009-11-03 21:48 Xavier Neys (neysx)
2007-11-15  8:17 Xavier Neys (neysx)
2007-10-11 15:31 Xavier Neys (neysx)
2007-09-18  7:04 Xavier Neys (neysx)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1MbzZf-0003FQ-Mh@stork.gentoo.org \
    --to=neysx@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox