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

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

Author: twgoetz
Date: Wed Jan 24 04:59:36 2007
New Revision: 499385

URL: http://svn.apache.org/viewvc?view=rev&rev=499385
Log:
Update FAQ.

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

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=499385&r1=499384&r2=499385
==============================================================================
--- incubator/uima/site/trunk/uima-website/docs/faq.html (original)
+++ incubator/uima/site/trunk/uima-website/docs/faq.html Wed Jan 24 04:59:36 2007
@@ -140,28 +140,102 @@
                                                                       <table border="0" cellspacing="0" cellpadding="2" width="100%">
         <tr><td bgcolor="#726982">
         <font color="#ffffff" face="arial,helvetica,sanserif">
+          <a name="Questions"><strong>Questions</strong></a>
+        </font>
+      </td></tr>
+      <tr><td>
+        <blockquote>
+                                    <ul>
+    <li><a href="#GeneralSection">General</a></li>
+    <ul>
+      <li>Where is the mailing list, and how can I subscribe?</li>
+      <li>Does this project use a wiki?</li>
+    </ul>
+    <li><a href="#Contributors">Code and other Contributions</a></li>
+    <ul>
+      <li>Contributing a new file: what do I need to consider?</li>
+    </ul>
+  </ul>
+                            </blockquote>
+        </p>
+      </td></tr>
+      <tr><td><br/></td></tr>
+    </table>
+
+                                                  <table id="GeneralSection" border="0" cellspacing="0" cellpadding="2" width="100%">
+        <tr><td bgcolor="#726982">
+        <font color="#ffffff" face="arial,helvetica,sanserif">
           <a name="General"><strong>General</strong></a>
         </font>
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <p>Under construction</p>
-                                                <p> 
-<strong>Where is the mailing list, and how can I subscribe?
-</strong>
-<blockquote>
-Please see <a href="mail-lists.html">mail-lists</a> for details.
-</blockquote>
-</p>
+                                        <table 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>
+        </font>
+      </td></tr>
+      <tr><td>
+        <blockquote>
+                                    <p>Please see <a href="mail-lists.html">mail-lists</a> for details.</p>
+                            </blockquote>
+      </td></tr>
+      <tr><td><br/></td></tr>
+    </table>
+                                                    <table 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>
+        </font>
+      </td></tr>
+      <tr><td>
+        <blockquote>
+                                    <p>It does; see: <a href="http://cwiki.apache.org/UIMA/">UIMA wiki</a>.
+  It will complement the work taking place on the mailing list and provide
+additional information on the project. </p>
+                            </blockquote>
+      </td></tr>
+      <tr><td><br/></td></tr>
+    </table>
+                            </blockquote>
+        </p>
+      </td></tr>
+      <tr><td><br/></td></tr>
+    </table>
+
+                                                  <table id="Contributors" border="0" cellspacing="0" cellpadding="2" width="100%">
+        <tr><td bgcolor="#726982">
+        <font color="#ffffff" face="arial,helvetica,sanserif">
+          <a name="Code and other Contributions"><strong>Code and other Contributions</strong></a>
+        </font>
+      </td></tr>
+      <tr><td>
+        <blockquote>
+                                        <table 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>
+        </font>
+      </td></tr>
+      <tr><td>
+        <blockquote>
+                                    <p>
+  Any new file should contain the <a href="http://www.apache.org/legal/src-headers.html">Apache 
+  license header</a>.  This is true of source code, but also
+  XML files and many other source type files.  License headers are not necessary for automatically
+  generated files (such as javadoc) and binary files.  Binary files may have licenses of their own,
+  please be sure you know what you are doing when checking them in.  When in doubt, please ask on
+  uima-dev.
+  </p>
                                                 <p>
-<strong>Does this project use a wiki?  </strong>
-<blockquote>
-It does; see: <a href="http://cwiki.apache.org/UIMA/">UIMA wiki</a>.
-  It will 
-complement the work taking place on the mailing list and provide
-additional information on the project. 
-</blockquote>
-</p>
+  For source code, please also follow the <a href="http://incubator.apache.org/uima/codeConventions.html">
+  coding conventions</a> of the UIMA team.
+  </p>
+                            </blockquote>
+      </td></tr>
+      <tr><td><br/></td></tr>
+    </table>
                             </blockquote>
         </p>
       </td></tr>

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=499385&r1=499384&r2=499385
==============================================================================
--- incubator/uima/site/trunk/uima-website/xdocs/faq.xml (original)
+++ incubator/uima/site/trunk/uima-website/xdocs/faq.xml Wed Jan 24 04:59:36 2007
@@ -26,9 +26,23 @@
 </properties>
 
 <body>
-<section name="General">
 
-  <p>Under construction</p>
+<section name="Questions">
+  <ul>
+    <li><a href="#GeneralSection">General</a></li>
+    <ul>
+      <li>Where is the mailing list, and how can I subscribe?</li>
+      <li>Does this project use a wiki?</li>
+    </ul>
+    <li><a href="#Contributors">Code and other Contributions</a></li>
+    <ul>
+      <li>Contributing a new file: what do I need to consider?</li>
+    </ul>
+  </ul>
+</section>
+
+<section name="General" id="GeneralSection">
+
   <!--
 <p>
 <strong>What is UIMA?</strong>
@@ -37,23 +51,33 @@
 </blockquote>
 </p>
 -->
-<p> 
-<strong>Where is the mailing list, and how can I subscribe?
-</strong>
-<blockquote>
-Please see <a href="mail-lists.html">mail-lists</a> for details.
-</blockquote>
-</p>
 
-<p>
-<strong>Does this project use a wiki?  </strong>
-<blockquote>
-It does; see: <a href="http://cwiki.apache.org/UIMA/">UIMA wiki</a>.
-  It will 
-complement the work taking place on the mailing list and provide
-additional information on the project. 
-</blockquote>
-</p>
+<subsection id="general01" name="Where is the mailing list, and how can I subscribe?">
+<p>Please see <a href="mail-lists.html">mail-lists</a> for details.</p>
+</subsection>
+
+<subsection id="general02" name="Does this project use a wiki?">
+<p>It does; see: <a href="http://cwiki.apache.org/UIMA/">UIMA wiki</a>.
+  It will complement the work taking place on the mailing list and provide
+additional information on the project. </p>
+</subsection>
+</section>
+
+<section id="Contributors" name="Code and other Contributions">
+<subsection id="contrib01" name="Contributing a new file: what do I need to consider?">
+  <p>
+  Any new file should contain the <a href="http://www.apache.org/legal/src-headers.html">Apache 
+  license header</a>.  This is true of source code, but also
+  XML files and many other source type files.  License headers are not necessary for automatically
+  generated files (such as javadoc) and binary files.  Binary files may have licenses of their own,
+  please be sure you know what you are doing when checking them in.  When in doubt, please ask on
+  uima-dev.
+  </p>
+  <p>
+  For source code, please also follow the <a href="http://incubator.apache.org/uima/codeConventions.html">
+  coding conventions</a> of the UIMA team.
+  </p>
+</subsection>
 </section>
 
 </body>