You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2007/01/24 20:25:59 UTC

svn commit: r499538 - in /incubator/uima/site/trunk/uima-website: docs/faq.html xdocs/faq.xml xdocs/stylesheets/site.vsl

Author: schor
Date: Wed Jan 24 11:25:58 2007
New Revision: 499538

URL: http://svn.apache.org/viewvc?view=rev&rev=499538
Log:
No Jira - update velocity transform for "subsection" to support
the "id" attribute on subsections.  Done to support the FAQ
page.

Modified:
    incubator/uima/site/trunk/uima-website/docs/faq.html
    incubator/uima/site/trunk/uima-website/xdocs/faq.xml
    incubator/uima/site/trunk/uima-website/xdocs/stylesheets/site.vsl

Modified: incubator/uima/site/trunk/uima-website/docs/faq.html
URL: http://svn.apache.org/viewvc/incubator/uima/site/trunk/uima-website/docs/faq.html?view=diff&rev=499538&r1=499537&r2=499538
==============================================================================
--- incubator/uima/site/trunk/uima-website/docs/faq.html (original)
+++ incubator/uima/site/trunk/uima-website/docs/faq.html Wed Jan 24 11:25:58 2007
@@ -155,7 +155,7 @@
     </ul>
     <li><a href="#Contributors">Code and other Contributions</a></li>
     <ul>
-      <li>Contributing a new file: what do I need to consider?</li>
+      <li><a href="#contrib01">Contributing a new file: what do I need to consider?</a></li>
     </ul>
   </ul>
                             </blockquote>
@@ -172,7 +172,9 @@
       </td></tr>
       <tr><td>
         <blockquote>
-                                        <table border="0" cellspacing="0" cellpadding="2" width="100%">
+                                          <table id="general01" border="0" cellspacing="0" cellpadding="2" width="100%">
+  
+ 
       <tr><td bgcolor="#9289A2">
         <font color="#ffffff" face="arial,helvetica,sanserif">
           <a name="Where is the mailing list, and how can I subscribe?"><strong>Where is the mailing list, and how can I subscribe?</strong></a>
@@ -185,7 +187,9 @@
       </td></tr>
       <tr><td><br/></td></tr>
     </table>
-                                                    <table border="0" cellspacing="0" cellpadding="2" width="100%">
+                                                      <table id="general02" border="0" cellspacing="0" cellpadding="2" width="100%">
+  
+ 
       <tr><td bgcolor="#9289A2">
         <font color="#ffffff" face="arial,helvetica,sanserif">
           <a name="Does this project use a wiki?"><strong>Does this project use a wiki?</strong></a>
@@ -214,7 +218,9 @@
       </td></tr>
       <tr><td>
         <blockquote>
-                                        <table border="0" cellspacing="0" cellpadding="2" width="100%">
+                                          <table id="contrib01" border="0" cellspacing="0" cellpadding="2" width="100%">
+  
+ 
       <tr><td bgcolor="#9289A2">
         <font color="#ffffff" face="arial,helvetica,sanserif">
           <a name="Contributing a new file: what do I need to consider?"><strong>Contributing a new file: what do I need to consider?</strong></a>

Modified: incubator/uima/site/trunk/uima-website/xdocs/faq.xml
URL: http://svn.apache.org/viewvc/incubator/uima/site/trunk/uima-website/xdocs/faq.xml?view=diff&rev=499538&r1=499537&r2=499538
==============================================================================
--- incubator/uima/site/trunk/uima-website/xdocs/faq.xml (original)
+++ incubator/uima/site/trunk/uima-website/xdocs/faq.xml Wed Jan 24 11:25:58 2007
@@ -36,7 +36,7 @@
     </ul>
     <li><a href="#Contributors">Code and other Contributions</a></li>
     <ul>
-      <li>Contributing a new file: what do I need to consider?</li>
+      <li><a href="#contrib01">Contributing a new file: what do I need to consider?</a></li>
     </ul>
   </ul>
 </section>

Modified: incubator/uima/site/trunk/uima-website/xdocs/stylesheets/site.vsl
URL: http://svn.apache.org/viewvc/incubator/uima/site/trunk/uima-website/xdocs/stylesheets/site.vsl?view=diff&rev=499538&r1=499537&r2=499538
==============================================================================
--- incubator/uima/site/trunk/uima-website/xdocs/stylesheets/site.vsl (original)
+++ incubator/uima/site/trunk/uima-website/xdocs/stylesheets/site.vsl Wed Jan 24 11:25:58 2007
@@ -146,7 +146,13 @@
 #end
 
 #macro ( subsection $subsection)
+  #if ($subsection.getAttributeValue("id"))
+    <table id="$subsection.getAttributeValue("id")" border="0" cellspacing="0" cellpadding="2" width="100%">
+  #else
     <table border="0" cellspacing="0" cellpadding="2" width="100%">
+  #end
+
+ 
       <tr><td bgcolor="$subbannerbg">
         <font color="$subbannerfg" face="arial,helvetica,sanserif">
           <a name="$subsection.getAttributeValue("name")"><strong>$subsection.getAttributeValue("name")</strong></a>