Author: bayard
Date: Sun Feb 28 08:55:16 2016
New Revision: 1732704

URL: http://svn.apache.org/viewvc?rev=1732704&view=rev
Log:
Moving to a <mail> tag

Modified:
    attic/site/xdocs/projects/jakarta-ecs.xml
    attic/site/xdocs/projects/rave.xml
    attic/site/xdocs/stylesheets/site.vsl

Modified: attic/site/xdocs/projects/jakarta-ecs.xml
URL: 
http://svn.apache.org/viewvc/attic/site/xdocs/projects/jakarta-ecs.xml?rev=1732704&r1=1732703&r2=1732704&view=diff
==============================================================================
--- attic/site/xdocs/projects/jakarta-ecs.xml (original)
+++ attic/site/xdocs/projects/jakarta-ecs.xml Sun Feb 28 08:55:16 2016
@@ -31,7 +31,7 @@ limitations under the License.
     <p>In September 2010, ECS was retired due to a lack of development 
community.</p>
 
     <resource_table project="jakarta" subproject="ecs">
-      <user_mail/>
+      <mail name="user"/>
       <jira/>
     </resource_table>
 

Modified: attic/site/xdocs/projects/rave.xml
URL: 
http://svn.apache.org/viewvc/attic/site/xdocs/projects/rave.xml?rev=1732704&r1=1732703&r2=1732704&view=diff
==============================================================================
--- attic/site/xdocs/projects/rave.xml (original)
+++ attic/site/xdocs/projects/rave.xml Sun Feb 28 08:55:16 2016
@@ -32,8 +32,8 @@
   </p>
 
   <resource_table project="rave">
-    <user_mail/>
-    <commit_mail/>
+    <mail name="users"/>
+    <mail name="commits"/>
     <jira/>
     <moin/>
   </resource_table>

Modified: attic/site/xdocs/stylesheets/site.vsl
URL: 
http://svn.apache.org/viewvc/attic/site/xdocs/stylesheets/site.vsl?rev=1732704&r1=1732703&r2=1732704&view=diff
==============================================================================
--- attic/site/xdocs/stylesheets/site.vsl (original)
+++ attic/site/xdocs/stylesheets/site.vsl Sun Feb 28 08:55:16 2016
@@ -57,11 +57,10 @@
       <td>Mailing List Archives</td>
       <td>
         <a 
href="http://mail-archives.apache.org/mod_mbox/${full_dash}-dev/";>dev</a>
-#if($elem.getChild("user_mail"))
-        | <a 
href="http://mail-archives.apache.org/mod_mbox/${full_dash}-user${pluralize_user}/";>user${pluralize_user}</a>
-#end
-#if($elem.getChild("commit_mail"))
-        | <a 
href="http://mail-archives.apache.org/mod_mbox/${full_dash}-commits/";>commits</a>
+#set ($mail_links = $elem.getChildren("mail"))
+#foreach ( $mail_link in $mail_links )
+#set ($mail_name = $mail_link.getAttributeValue('name'))
+        | <a 
href="http://mail-archives.apache.org/mod_mbox/${full_dash}-${mail_name}/";>${mail_name}</a>
 #end
       </td>
     </tr>


Reply via email to