Author: bayard
Date: Sun Feb 28 08:58:31 2016
New Revision: 1732706

URL: http://svn.apache.org/viewvc?rev=1732706&view=rev
Log:
Adding documentation

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=1732706&r1=1732705&r2=1732706&view=diff
==============================================================================
--- attic/site/xdocs/stylesheets/site.vsl (original)
+++ attic/site/xdocs/stylesheets/site.vsl Sun Feb 28 08:58:31 2016
@@ -30,6 +30,17 @@
 ##
 ## This is where the macros live
 ##
+## ** resource_table macro **
+##
+##    <resource_table project="NAME_OF_PROJECT" 
subproject="OPTIONAL_NAME_OF_SUBPROJECT">
+##      <mail name='MAIL_NAME: eg user/dev/commits'/>
+##      <jira/>
+##      <moin/>
+##    </resource_table>
+## 
+## Project website, downloads, board minutes (unless subproject) 
+##   and dev mailing list are added by default. 
+##
 #macro ( resource_table $elem)
 #set ($proj = $elem.getAttributeValue("project"))
 #if($elem.getAttributeValue("subproject"))


Reply via email to