You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@attic.apache.org by ba...@apache.org on 2016/03/02 05:11:27 UTC

svn commit: r1733210 - /attic/site/xdocs/stylesheets/site.vsl

Author: bayard
Date: Wed Mar  2 04:11:27 2016
New Revision: 1733210

URL: http://svn.apache.org/viewvc?rev=1733210&view=rev
Log:
Adding <cwiki/> support

Modified:
    attic/site/xdocs/stylesheets/site.vsl

Modified: attic/site/xdocs/stylesheets/site.vsl
URL: http://svn.apache.org/viewvc/attic/site/xdocs/stylesheets/site.vsl?rev=1733210&r1=1733209&r2=1733210&view=diff
==============================================================================
--- attic/site/xdocs/stylesheets/site.vsl (original)
+++ attic/site/xdocs/stylesheets/site.vsl Wed Mar  2 04:11:27 2016
@@ -35,7 +35,7 @@
 ##    <resource_table project="NAME_OF_PROJECT" subproject="OPTIONAL_NAME_OF_SUBPROJECT">
 ##      <mail name='MAIL_NAME: eg user/dev/commits'/>
 ##      <jira/>  OR  <bugzilla/>
-##      <moin/>
+##      <moin/>  OR  <cwiki/>
 ##    </resource_table>
 ## 
 ## Project website, downloads, board minutes (unless subproject) 
@@ -101,6 +101,12 @@
       <td><a href="http://wiki.apache.org/${proj}/">wiki.apache.org/${proj}/</a></td>
     </tr>
 #end
+#if($elem.getChild("cwiki"))
+    <tr>
+      <td>Wiki</td>
+      <td><a href="https://cwiki.apache.org/confluence/display/${proj}/">cwiki.apache.org: ${proj}</a></td>
+    </tr>
+#end
 #if (!$elem.getAttributeValue("subproject"))
     <tr>
       <td>Board Reports</td>