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 2013/01/15 19:21:01 UTC

svn commit: r1433563 - in /uima/site/trunk/uima-website: ./ docs/ docs/staging/ xdocs/ xdocs/stylesheets/

Author: schor
Date: Tue Jan 15 18:20:59 2013
New Revision: 1433563

URL: http://svn.apache.org/viewvc?rev=1433563&view=rev
Log:
no Jira - add a new page to web site documenting how to update the website. Left hand nav link changed to include this page.

Added:
    uima/site/trunk/uima-website/docs/updating-website.html   (with props)
    uima/site/trunk/uima-website/xdocs/updating-website.xml   (with props)
Modified:
    uima/site/trunk/uima-website/build-ip-clearances.xml
    uima/site/trunk/uima-website/docs/annotators.html
    uima/site/trunk/uima-website/docs/apache-board-status.html
    uima/site/trunk/uima-website/docs/building-uima.html
    uima/site/trunk/uima-website/docs/bulk-contribution-checklist.html
    uima/site/trunk/uima-website/docs/checklist-release.html
    uima/site/trunk/uima-website/docs/code-scan-tools.html
    uima/site/trunk/uima-website/docs/codeConventions.html
    uima/site/trunk/uima-website/docs/communication.html
    uima/site/trunk/uima-website/docs/contribution-policy.html
    uima/site/trunk/uima-website/docs/decisions.html
    uima/site/trunk/uima-website/docs/dependencies.html
    uima/site/trunk/uima-website/docs/dev-docbook.html
    uima/site/trunk/uima-website/docs/dev-quick.html
    uima/site/trunk/uima-website/docs/distribution-before-2.3.1.html
    uima/site/trunk/uima-website/docs/distribution.html
    uima/site/trunk/uima-website/docs/doc-uima-annotator.html
    uima/site/trunk/uima-website/docs/doc-uima-examples.html
    uima/site/trunk/uima-website/docs/doc-uima-pears.html
    uima/site/trunk/uima-website/docs/doc-uima-why.html
    uima/site/trunk/uima-website/docs/doc-uimaas-what.html
    uima/site/trunk/uima-website/docs/doc-uimacpp-huh.html
    uima/site/trunk/uima-website/docs/documentation.html
    uima/site/trunk/uima-website/docs/downloads.html
    uima/site/trunk/uima-website/docs/eclipse-update-site.html
    uima/site/trunk/uima-website/docs/external-resources.html
    uima/site/trunk/uima-website/docs/faq.html
    uima/site/trunk/uima-website/docs/get-involved.html
    uima/site/trunk/uima-website/docs/gldv07.html
    uima/site/trunk/uima-website/docs/gscl09.html
    uima/site/trunk/uima-website/docs/iks09.html
    uima/site/trunk/uima-website/docs/index.html
    uima/site/trunk/uima-website/docs/license.html
    uima/site/trunk/uima-website/docs/lrec08.html
    uima/site/trunk/uima-website/docs/lsm09.html
    uima/site/trunk/uima-website/docs/mail-lists.html
    uima/site/trunk/uima-website/docs/management.html
    uima/site/trunk/uima-website/docs/maven-design.html
    uima/site/trunk/uima-website/docs/news.html
    uima/site/trunk/uima-website/docs/one-time-release-setup.html
    uima/site/trunk/uima-website/docs/one-time-setup.html
    uima/site/trunk/uima-website/docs/privacy-policy.html
    uima/site/trunk/uima-website/docs/project-guidelines.html
    uima/site/trunk/uima-website/docs/release-before-2.3.1.html
    uima/site/trunk/uima-website/docs/release.html
    uima/site/trunk/uima-website/docs/roles.html
    uima/site/trunk/uima-website/docs/sandbox.html
    uima/site/trunk/uima-website/docs/staging/osgi.html
    uima/site/trunk/uima-website/docs/staging/testing-builds.html
    uima/site/trunk/uima-website/docs/svn.html
    uima/site/trunk/uima-website/docs/team-list.html
    uima/site/trunk/uima-website/docs/testing-builds.html
    uima/site/trunk/uima-website/docs/toolsServers.html
    uima/site/trunk/uima-website/docs/uima-specification.html
    uima/site/trunk/uima-website/xdocs/stylesheets/project.xml

Modified: uima/site/trunk/uima-website/build-ip-clearances.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/build-ip-clearances.xml?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/build-ip-clearances.xml (original)
+++ uima/site/trunk/uima-website/build-ip-clearances.xml Tue Jan 15 18:20:59 2013
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
@@ -81,6 +81,24 @@
            templatePath="xdocs/stylesheets-incubator-site">
       </anakia>
 
+    <!-- convert x99 (tm) to & trade ; -->
+  	<!--
+     <replace dir="${docs.dest}/" token="&#0153;" value="&amp;trade;" summary="true" encoding="UTF-8">
+       <include name="ip-clearances/*.html"/>
+     </replace>
+
+    <replace dir="${docs.dest}/" token="ö" value="&amp;ouml;" summary="true" encoding="UTF-8">
+      <include name="ip-clearances/*.html"/>
+    </replace>
+
+    <replace dir="${docs.dest}/" token="&amp;amp;uuml;" value="&amp;uuml;" summary="true" encoding="UTF-8">
+      <include name="ip-clearances/*.html"/>
+    </replace>
+
+    <replace dir="${docs.dest}/" token="&#0228;" value="&amp;auml;" summary="true" encoding="UTF-8">
+      <include name="ip-clearances/*.html"/>
+    </replace>
+    -->
       <!--copy todir="${docs.dest}/images" filtering="no">
           <fileset dir="${docs.src}/images">
               <include name="**/*.gif"/>

Modified: uima/site/trunk/uima-website/docs/annotators.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/annotators.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/annotators.html (original)
+++ uima/site/trunk/uima-website/docs/annotators.html Tue Jan 15 18:20:59 2013
@@ -139,6 +139,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/apache-board-status.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/apache-board-status.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/apache-board-status.html (original)
+++ uima/site/trunk/uima-website/docs/apache-board-status.html Tue Jan 15 18:20:59 2013
@@ -138,6 +138,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/building-uima.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/building-uima.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/building-uima.html (original)
+++ uima/site/trunk/uima-website/docs/building-uima.html Tue Jan 15 18:20:59 2013
@@ -139,6 +139,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/bulk-contribution-checklist.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/bulk-contribution-checklist.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/bulk-contribution-checklist.html (original)
+++ uima/site/trunk/uima-website/docs/bulk-contribution-checklist.html Tue Jan 15 18:20:59 2013
@@ -139,6 +139,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/checklist-release.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/checklist-release.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/checklist-release.html (original)
+++ uima/site/trunk/uima-website/docs/checklist-release.html Tue Jan 15 18:20:59 2013
@@ -138,6 +138,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/code-scan-tools.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/code-scan-tools.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/code-scan-tools.html (original)
+++ uima/site/trunk/uima-website/docs/code-scan-tools.html Tue Jan 15 18:20:59 2013
@@ -139,6 +139,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/codeConventions.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/codeConventions.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/codeConventions.html (original)
+++ uima/site/trunk/uima-website/docs/codeConventions.html Tue Jan 15 18:20:59 2013
@@ -139,6 +139,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/communication.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/communication.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/communication.html (original)
+++ uima/site/trunk/uima-website/docs/communication.html Tue Jan 15 18:20:59 2013
@@ -140,6 +140,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/contribution-policy.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/contribution-policy.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/contribution-policy.html (original)
+++ uima/site/trunk/uima-website/docs/contribution-policy.html Tue Jan 15 18:20:59 2013
@@ -139,6 +139,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/decisions.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/decisions.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/decisions.html (original)
+++ uima/site/trunk/uima-website/docs/decisions.html Tue Jan 15 18:20:59 2013
@@ -139,6 +139,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/dependencies.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/dependencies.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/dependencies.html (original)
+++ uima/site/trunk/uima-website/docs/dependencies.html Tue Jan 15 18:20:59 2013
@@ -139,6 +139,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/dev-docbook.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/dev-docbook.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/dev-docbook.html (original)
+++ uima/site/trunk/uima-website/docs/dev-docbook.html Tue Jan 15 18:20:59 2013
@@ -139,6 +139,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/dev-quick.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/dev-quick.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/dev-quick.html (original)
+++ uima/site/trunk/uima-website/docs/dev-quick.html Tue Jan 15 18:20:59 2013
@@ -139,6 +139,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/distribution-before-2.3.1.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/distribution-before-2.3.1.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/distribution-before-2.3.1.html (original)
+++ uima/site/trunk/uima-website/docs/distribution-before-2.3.1.html Tue Jan 15 18:20:59 2013
@@ -138,6 +138,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/distribution.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/distribution.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/distribution.html (original)
+++ uima/site/trunk/uima-website/docs/distribution.html Tue Jan 15 18:20:59 2013
@@ -138,6 +138,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/doc-uima-annotator.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/doc-uima-annotator.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/doc-uima-annotator.html (original)
+++ uima/site/trunk/uima-website/docs/doc-uima-annotator.html Tue Jan 15 18:20:59 2013
@@ -140,6 +140,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/doc-uima-examples.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/doc-uima-examples.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/doc-uima-examples.html (original)
+++ uima/site/trunk/uima-website/docs/doc-uima-examples.html Tue Jan 15 18:20:59 2013
@@ -140,6 +140,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/doc-uima-pears.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/doc-uima-pears.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/doc-uima-pears.html (original)
+++ uima/site/trunk/uima-website/docs/doc-uima-pears.html Tue Jan 15 18:20:59 2013
@@ -140,6 +140,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/doc-uima-why.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/doc-uima-why.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/doc-uima-why.html (original)
+++ uima/site/trunk/uima-website/docs/doc-uima-why.html Tue Jan 15 18:20:59 2013
@@ -140,6 +140,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/doc-uimaas-what.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/doc-uimaas-what.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/doc-uimaas-what.html (original)
+++ uima/site/trunk/uima-website/docs/doc-uimaas-what.html Tue Jan 15 18:20:59 2013
@@ -140,6 +140,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/doc-uimacpp-huh.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/doc-uimacpp-huh.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/doc-uimacpp-huh.html (original)
+++ uima/site/trunk/uima-website/docs/doc-uimacpp-huh.html Tue Jan 15 18:20:59 2013
@@ -140,6 +140,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/documentation.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/documentation.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/documentation.html (original)
+++ uima/site/trunk/uima-website/docs/documentation.html Tue Jan 15 18:20:59 2013
@@ -140,6 +140,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/downloads.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/downloads.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/downloads.html (original)
+++ uima/site/trunk/uima-website/docs/downloads.html Tue Jan 15 18:20:59 2013
@@ -140,6 +140,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/eclipse-update-site.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/eclipse-update-site.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/eclipse-update-site.html (original)
+++ uima/site/trunk/uima-website/docs/eclipse-update-site.html Tue Jan 15 18:20:59 2013
@@ -138,6 +138,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/external-resources.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/external-resources.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/external-resources.html (original)
+++ uima/site/trunk/uima-website/docs/external-resources.html Tue Jan 15 18:20:59 2013
@@ -139,6 +139,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/faq.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/faq.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/faq.html (original)
+++ uima/site/trunk/uima-website/docs/faq.html Tue Jan 15 18:20:59 2013
@@ -140,6 +140,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/get-involved.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/get-involved.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/get-involved.html (original)
+++ uima/site/trunk/uima-website/docs/get-involved.html Tue Jan 15 18:20:59 2013
@@ -139,6 +139,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/gldv07.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/gldv07.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/gldv07.html (original)
+++ uima/site/trunk/uima-website/docs/gldv07.html Tue Jan 15 18:20:59 2013
@@ -139,6 +139,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/gscl09.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/gscl09.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/gscl09.html (original)
+++ uima/site/trunk/uima-website/docs/gscl09.html Tue Jan 15 18:20:59 2013
@@ -139,6 +139,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/iks09.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/iks09.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/iks09.html (original)
+++ uima/site/trunk/uima-website/docs/iks09.html Tue Jan 15 18:20:59 2013
@@ -141,6 +141,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/index.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/index.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/index.html (original)
+++ uima/site/trunk/uima-website/docs/index.html Tue Jan 15 18:20:59 2013
@@ -140,6 +140,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/license.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/license.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/license.html (original)
+++ uima/site/trunk/uima-website/docs/license.html Tue Jan 15 18:20:59 2013
@@ -139,6 +139,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/lrec08.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/lrec08.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/lrec08.html (original)
+++ uima/site/trunk/uima-website/docs/lrec08.html Tue Jan 15 18:20:59 2013
@@ -139,6 +139,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/lsm09.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/lsm09.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/lsm09.html (original)
+++ uima/site/trunk/uima-website/docs/lsm09.html Tue Jan 15 18:20:59 2013
@@ -139,6 +139,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/mail-lists.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/mail-lists.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/mail-lists.html (original)
+++ uima/site/trunk/uima-website/docs/mail-lists.html Tue Jan 15 18:20:59 2013
@@ -140,6 +140,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/management.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/management.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/management.html (original)
+++ uima/site/trunk/uima-website/docs/management.html Tue Jan 15 18:20:59 2013
@@ -139,6 +139,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/maven-design.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/maven-design.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/maven-design.html (original)
+++ uima/site/trunk/uima-website/docs/maven-design.html Tue Jan 15 18:20:59 2013
@@ -139,6 +139,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/news.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/news.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/news.html (original)
+++ uima/site/trunk/uima-website/docs/news.html Tue Jan 15 18:20:59 2013
@@ -140,6 +140,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/one-time-release-setup.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/one-time-release-setup.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/one-time-release-setup.html (original)
+++ uima/site/trunk/uima-website/docs/one-time-release-setup.html Tue Jan 15 18:20:59 2013
@@ -139,6 +139,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/one-time-setup.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/one-time-setup.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/one-time-setup.html (original)
+++ uima/site/trunk/uima-website/docs/one-time-setup.html Tue Jan 15 18:20:59 2013
@@ -139,6 +139,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/privacy-policy.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/privacy-policy.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/privacy-policy.html (original)
+++ uima/site/trunk/uima-website/docs/privacy-policy.html Tue Jan 15 18:20:59 2013
@@ -140,6 +140,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/project-guidelines.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/project-guidelines.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/project-guidelines.html (original)
+++ uima/site/trunk/uima-website/docs/project-guidelines.html Tue Jan 15 18:20:59 2013
@@ -139,6 +139,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/release-before-2.3.1.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/release-before-2.3.1.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/release-before-2.3.1.html (original)
+++ uima/site/trunk/uima-website/docs/release-before-2.3.1.html Tue Jan 15 18:20:59 2013
@@ -138,6 +138,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/release.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/release.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/release.html (original)
+++ uima/site/trunk/uima-website/docs/release.html Tue Jan 15 18:20:59 2013
@@ -138,6 +138,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/roles.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/roles.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/roles.html (original)
+++ uima/site/trunk/uima-website/docs/roles.html Tue Jan 15 18:20:59 2013
@@ -139,6 +139,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/sandbox.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/sandbox.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/sandbox.html (original)
+++ uima/site/trunk/uima-website/docs/sandbox.html Tue Jan 15 18:20:59 2013
@@ -139,6 +139,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/staging/osgi.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/staging/osgi.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/staging/osgi.html (original)
+++ uima/site/trunk/uima-website/docs/staging/osgi.html Tue Jan 15 18:20:59 2013
@@ -140,6 +140,8 @@
                 </div>
                           <div class="navBarItem">      <a href="../maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="../updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/staging/testing-builds.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/staging/testing-builds.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/staging/testing-builds.html (original)
+++ uima/site/trunk/uima-website/docs/staging/testing-builds.html Tue Jan 15 18:20:59 2013
@@ -139,6 +139,8 @@
                 </div>
                           <div class="navBarItem">      <a href="../maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="../updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/svn.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/svn.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/svn.html (original)
+++ uima/site/trunk/uima-website/docs/svn.html Tue Jan 15 18:20:59 2013
@@ -139,6 +139,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/team-list.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/team-list.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/team-list.html (original)
+++ uima/site/trunk/uima-website/docs/team-list.html Tue Jan 15 18:20:59 2013
@@ -139,6 +139,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/testing-builds.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/testing-builds.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/testing-builds.html (original)
+++ uima/site/trunk/uima-website/docs/testing-builds.html Tue Jan 15 18:20:59 2013
@@ -139,6 +139,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/toolsServers.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/toolsServers.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/toolsServers.html (original)
+++ uima/site/trunk/uima-website/docs/toolsServers.html Tue Jan 15 18:20:59 2013
@@ -139,6 +139,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Modified: uima/site/trunk/uima-website/docs/uima-specification.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/uima-specification.html?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/uima-specification.html (original)
+++ uima/site/trunk/uima-website/docs/uima-specification.html Tue Jan 15 18:20:59 2013
@@ -138,6 +138,8 @@
                 </div>
                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
                 </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
             </div>
                       <br/>
             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>

Added: uima/site/trunk/uima-website/docs/updating-website.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/updating-website.html?rev=1433563&view=auto
==============================================================================
--- uima/site/trunk/uima-website/docs/updating-website.html (added)
+++ uima/site/trunk/uima-website/docs/updating-website.html Tue Jan 15 18:20:59 2013
@@ -0,0 +1,440 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+
+
+    <!-- ====================================================================== -->
+    <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
+    <!-- ====================================================================== -->
+    <html>
+        <head>
+            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+            <style type="text/css">@import "stylesheets/base.css";</style>
+                                          <meta name="author" value="
+ Apache UIMA Documentation Team">
+  <meta name="email" value="dev@uima.apache.org">
+                        
+            
+                        
+                        <title>Apache UIMA - Updating the Apache UIMA Website</title>
+        </head>
+
+        <body>
+          <div class="topLogos">        
+            <table border="0" width="100%" cellspacing="0">
+                <!-- TOP IMAGE -->
+                <tr>
+                    <td align='LEFT'>
+                      <a href="index.html">
+                                    <img style="border: 1px solid black;" src="./images/UIMA_banner2tlpTm.png" alt="UIMA project logo" border="0"/>
+                            </a>
+                    </td>
+                    <td align='CENTER'>
+                          <div class="pageBanner">Updating the Apache UIMA Website</div>
+                    </td>
+                    <td align='RIGHT'>
+                                  <a href="http://www.apache.org">
+        <img src="./images/asf-logo-on-white-smallTm.png" alt="Apache UIMA" border="0"/>
+      </a>
+                          </td>
+                </tr>
+            </table>
+            <hr noshade="" size="1"/>
+            </div>
+            <table border="0" width="100%" cellspacing="4">
+              <tr>
+                <td align='RIGHT' colspan="2">
+                  <form method="get" action="http://www.google.com/search">
+                    Search the site
+                    <input type="text"   name="q" size="25" maxlength="255" value="" />
+                    <input type="hidden" name="sitesearch" value="http://uima.apache.org/" />
+                    <input name="Search" value="Search Site" type="submit"/>
+                  </form>
+                </td>
+              </tr>
+              <tr> <!-- LEFT SIDE NAVIGATION -->
+                <td width="20%" valign="top">
+
+
+
+
+
+
+                   <!-- regular menu -->
+                      <div class="navBar">
+                  <br/>
+            <div class="navBarItem">      <div class="navPartHeading">General</div>
+                </div>
+                <div class="navBar">
+                  <div class="navBarItem">      <a href="./index.html">Home</a>
+                </div>
+                          <div class="navBarItem">      <a href="./downloads.cgi">Downloads</a>
+                </div>
+                          <div class="navBarItem">      <a href="./documentation.html">Documentation</a>
+                </div>
+                          <div class="navBarItem">      <a href="./news.html">News</a>
+                </div>
+                    <br style="line-height: .5em"/>
+                          <div class="navBarItem">      <a href="./mail-lists.html">Mailing Lists</a>
+                </div>
+                          <div class="navBarItem">      <a href="./mail-lists.html#Apache_UIMA_Forums">Forums</a>
+                    <a href="http://news.gmane.org/gmane.comp.apache.uima.general" target="_blank"><em> Users</em> <img src="images/offsitelink.png" /></a>
+                  <a href="http://news.gmane.org/gmane.comp.apache.uima.devel" target="_blank"><em>Dev</em> <img src="images/offsitelink.png" /></a>
+              </div>
+                          <div class="navBarItem">      <a href="http://cwiki.apache.org/UIMA/powered-by-apache-uima.html" target="_blank">Powered By UIMA <img src="images/offsitelink.png"/></a>
+                </div>
+                    <br style="line-height: .5em"/>
+                          <div class="navBarItem">      <a href="http://issues.apache.org/jira/browse/uima" target="_blank">Issue tracker <img src="images/offsitelink.png"/></a>
+                </div>
+                          <div class="navBarItem">      <a href="http://cwiki.apache.org/UIMA/" target="_blank">Wiki <img src="images/offsitelink.png"/></a>
+                </div>
+            </div>
+                      <br/>
+            <div class="navBarItem">      <div class="navPartHeading">Components & Tools</div>
+                </div>
+                <div class="navBar">
+                  <div class="navBarItem">      <a href="./sandbox.html#uima-addons-annotators">Annotators</a>
+                </div>
+                          <div class="navBarItem">      <a href="./toolsServers.html">Tools & Servers</a>
+                </div>
+                          <div class="navBarItem">      <a href="./sandbox.html">Addons and Sandbox</a>
+                </div>
+                          <div class="navBarItem">      <a href="./external-resources.html">External Resources</a>
+                </div>
+            </div>
+                      <br/>
+            <div class="navBarItem">      <div class="navPartHeading">Community</div>
+                </div>
+                <div class="navBar">
+                  <div class="navBarItem">      <a href="./get-involved.html">Get Involved</a>
+                </div>
+                          <div class="navBarItem">      <a href="./contribution-policy.html">Contribution Policies</a>
+                </div>
+                          <div class="navBarItem">      <a href="./faq.html">FAQ</a>
+                </div>
+                          <div class="navBarItem">      <a href="./project-guidelines.html">Project Guidelines</a>
+                </div>
+            </div>
+                      <br/>
+            <div class="navBarItem">      <div class="navPartHeading">Development</div>
+                </div>
+                <div class="navBar">
+                  <div class="navBarItem">      <a href="./dev-quick.html">Quick Start: building</a>
+                </div>
+                          <div class="navBarItem">      <a href="./building-uima.html">Building from Source</a>
+                </div>
+                          <div class="navBarItem">      <a href="./one-time-setup.html">One-time setups</a>
+                </div>
+                          <div class="navBarItem">      <a href="./svn.html">Source Code</a>
+                </div>
+                          <div class="navBarItem">      <a href="./distribution.html">Creating a Distribution</a>
+                </div>
+                          <div class="navBarItem">      <a href="./release.html">Doing a UIMA release</a>
+                </div>
+                          <div class="navBarItem">      <a href="./eclipse-update-site.html">Eclipse Update Sites</a>
+                </div>
+                          <div class="navBarItem">      <a href="./codeConventions.html">Code Conventions</a>
+                </div>
+                          <div class="navBarItem">      <a href="./uima-specification.html">UIMA Specification (OASIS)</a>
+                </div>
+                          <div class="navBarItem">      <a href="./team-list.html">Project Team</a>
+                </div>
+                          <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a>
+                </div>
+                          <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a>
+                </div>
+            </div>
+                      <br/>
+            <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div>
+                </div>
+                <div class="navBar">
+                  <div class="navBarItem">      <a href="./iks09.html">IKS 2009</a>
+                </div>
+                          <div class="navBarItem">      <a href="./gscl09.html">GSCL 2009</a>
+                </div>
+                          <div class="navBarItem">      <a href="./lsm09.html">LSM 2009</a>
+                </div>
+                          <div class="navBarItem">      <a href="./lrec08.html">LREC 2008</a>
+                </div>
+                          <div class="navBarItem">      <a href="./gldv07.html">GLDV 2007</a>
+                </div>
+            </div>
+                      <br/>
+            <div class="navBarItem">      <div class="navPartHeading">ASF</div>
+                </div>
+                <div class="navBar">
+                  <div class="navBarItem">      <a href="http://www.apache.org/licenses/" target="_blank">License <img src="images/offsitelink.png"/></a>
+                </div>
+                          <div class="navBarItem">      <a href="http://www.apache.org/foundation/thanks.html" target="_blank">ASF Sponsors <img src="images/offsitelink.png"/></a>
+                </div>
+                          <div class="navBarItem">      <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank">ASF Sponsorship <img src="images/offsitelink.png"/></a>
+                </div>
+                          <div class="navBarItem">      <a href="http://www.apache.org/security" target="_blank">Security <img src="images/offsitelink.png"/></a>
+                </div>
+            </div>
+        </div>
+                </td>
+                <td width="80%" align="left" valign="top">
+                                                          <div class="sectionTable">
+      <table class="sectionTable">
+        <tr><td>
+        <a name="Updating the Apache UIMA Website"><h1><img src="images/UIMA_4sq50tightCropSolid.png"/>&nbsp;Updating the Apache UIMA Website</h1></a>
+      </td></tr>
+      <tr><td>
+        <blockquote class="sectionBody">
+                                    <p>The Apache UIMA&trade; website is updated by committers on the
+project from time to time.  Besides normal edits to various pages, 
+with every release the download page needs updating.  There are
+special procedures for effectively handling large generated documentation,
+as well.</p>
+                                                      <ul>
+          <li><a href='#Kinds of Web Content'>
+                  Kinds of Web Content
+        
+                </a></li>
+          <li><a href='#How to SVN checkout the web-site'>
+                  How to SVN checkout the web-site
+        
+                </a></li>
+          <li><a href='#How to Generate and Publish the web-site'>
+                  How to Generate and Publish the web-site
+        
+                </a></li>
+          <li><a href='#Using the stylesheets'>
+                  Using the stylesheets
+        
+                </a></li>
+          <li><a href='#Generated Content Management'>
+                  Generated Content Management
+        
+                </a></li>
+          <li><a href='#Download CGI scripting'>
+                  Download CGI scripting
+        
+                </a></li>
+          <li><a href='#IP-Clearance documentation'>
+                  IP-Clearance documentation
+        
+                </a></li>
+        </ul>
+                                                        <table class="subsectionTable">
+        <tr><td>
+       
+       
+       
+          <a name="Kinds of Web Content">
+            <h2>Kinds of Web Content
+                        </h2>
+          </a>
+      </td></tr>
+      <tr><td>
+        <blockquote class="subsectionBody">
+                                    <p>There are many kinds of data in the uima-website component.  Here's a summary:
+<ul>
+<li>Normal web pages.  These are kept in source form in /xdocs/....xml, and converted
+to published ....html form (formatting, adding required headers/footers, etc.) and kept
+as identically named (except for the .html suffix) files under /docs/.
+</li>
+<li>Generated files.  These are things like the current javadocs.  These are often
+large, with 1000's of files.  These are kept in /docs/d/ directory.
+</li>
+<li>xdocs/stylesheets - this is a repository for the main formatting macros and data for the
+website.  It includes the project.xml, which has the left-hand menu details, and the release
+details, and transformation macros.  Note: we use anakia and "velocity" (vsl) macros, we do
+not use XSLT transformation.  The filel site.xsl is out of date, not maintained, etc.; see
+the file site.vsl instead.</li>
+<li>downloads - needs impovement.  It has some old generated files (should be cleaned up -
+deleted or moved to /docs/d/).  There should also not be 2 copies both in docs/ and xdocs/.  
+A reasonable design would be for this to be only in the /docs/ directory, and to contain
+non-generated files for download.  Be careful in doing changes, in that external websites
+could link to files here.
+<p>This has generated docs for the sandbox projects, for old versions of UIMA while in
+incubation (probably should be removed), and charts and PDFs for the UIMA track of 
+the 2007 GLDV conference.</p></li>
+<li>ip-clearances - this should be moved from the /docs/ to a non-published directory.
+This is an output directory that doesn't really need to be checked into SVN - its there
+only to check ip-clearance documentation before committing it to the incubator web site
+(see the Apache IP clearance process).</li>
+<li>The DOAP file for UIMA.  See <a target="_blank" href="http://projects.apache.org/doap.html">http://projects.apache.org/doap.html</a>.
+This file at this location is registered with the Apache infrastructure so do not 
+move it without updating that.</li>
+</ul></p>
+                            </blockquote>
+        </td></tr>
+    </table>
+                                                      <table class="subsectionTable">
+        <tr><td>
+       
+       
+       
+          <a name="How to SVN checkout the web-site">
+            <h2>How to SVN checkout the web-site
+                        </h2>
+          </a>
+      </td></tr>
+      <tr><td>
+        <blockquote class="subsectionBody">
+                                    <p>You can use this trick when checkout of the uima-website project, to reduce the
+footprint of what's checked out.  The basic idea is to do a full checkout, but then
+discard from the working-copy, the /docs/d/ content (the generated Javadocs, etc.).
+This can be done using the command:
+<pre>cd to the top of the uima-website working copy, and then
+svn update --set-depth exclude docs/d
+svn update --set-depth exclude docs/download/gldv
+svn update --set-depth exclude docs/download/releaseDocs</pre>
+This will run for a while, but then the directories mentioned and their contents will be
+deleted from your working copy; this will speed up various SVN operations that have
+to scan the files for changes, etc. For more details, see
+<a target="_blank" href="http://svnbook.red-bean.com/en/1.6/svn.advanced.sparsedirs.html">
+http://svnbook.red-bean.com/en/1.6/svn.advanced.sparsedirs.html</a>.
+If this doesn't work for you, check that your svn version is at least 1.6.
+</p>
+                            </blockquote>
+        </td></tr>
+    </table>
+                                                      <table class="subsectionTable">
+        <tr><td>
+       
+       
+       
+          <a name="How to Generate and Publish the web-site">
+            <h2>How to Generate and Publish the web-site
+                        </h2>
+          </a>
+      </td></tr>
+      <tr><td>
+        <blockquote class="subsectionBody">
+                                    <p>The SVN spot uima/site/trunk/uima-website has the current published version of the
+website.  The subtree starting at the <code>docs</code> directory is automatically
+copied to the Apache webserver, whenever an SVN update is done.
+</p>
+                                                <p>After updating any pages in xdocs/, you must run the build.xml ANT script to 
+convert these changes to corresponding pages in the docs/ directory.
+The build.xml script uses the time stamp on the source files to determine which
+files to run against, and only regenerates files which have changed (or been added).
+</p>
+                            </blockquote>
+        </td></tr>
+    </table>
+                                                      <table class="subsectionTable">
+        <tr><td>
+       
+       
+       
+          <a name="Using the stylesheets">
+            <h2>Using the stylesheets
+                        </h2>
+          </a>
+      </td></tr>
+      <tr><td>
+        <blockquote class="subsectionBody">
+                                    <p>There are two kinds of stylesheets.  One is in the /docs/stylesheets and is the
+CSS styling of the website.  Change this to tweak the look and feel of the website.</p>
+                                                <p>The other is the stylesheets directory in the xdocs/.  Change the project.xml to update
+the left-hand-side navigation menu, and to add details about new releases (these are used
+to generate the bulk of the download page).</p>
+                            </blockquote>
+        </td></tr>
+    </table>
+                                                      <table class="subsectionTable">
+        <tr><td>
+       
+       
+       
+          <a name="Generated Content Management">
+            <h2>Generated Content Management
+                        </h2>
+          </a>
+      </td></tr>
+      <tr><td>
+        <blockquote class="subsectionBody">
+                                    <p>Generated content can be large, and can contain 1000's of files.  It needs to be 
+somewhat carefully managed to conserve Apache infrastructure resources.</p>
+                                                <p>With the new style of web-site management, the only way to get information published
+is to put it into SVN in our docs/ directory.  By convention, generated information goes 
+under docs/d/.</p>
+                                                <p>
+Since most generated information is associated with release versions, this can change
+with each release.  Our website often keeps links to the current, and maybe one previous
+release.  To make the consumption of SVN resources minimal, the following is suggested
+as the way to update these.
+</p>
+                                                <ul>
+<li>Arrange to have files which don't change from release to release shared within the SVN.</li>
+<li>Arrange to have files which change minimally, and which are "text", to take advantage of 
+SVN storage of differences between versions</li>
+</ul>
+                                                <p>These two principles mean we should not just generate a new set of Javadocs, for instance,
+and then commit them as xyz-version-2.4.0/ - this would add all these files as new ones.
+Instead we need to do something like do an SVN copy (within SVN) of the previous files,
+check that out, overwrite that with changes from the new generation, and check that back in.</p>
+                                                <p>
+There is a webpage which details recommendations for how to do this: 
+<a target="_blank" href="http://www.apache.org/dev/project-site.html#generated">http://www.apache.org/dev/project-site.html#generated</a>.
+</p>
+                            </blockquote>
+        </td></tr>
+    </table>
+                                                      <table class="subsectionTable">
+        <tr><td>
+       
+       
+       
+          <a name="Download CGI scripting">
+            <h2>Download CGI scripting
+                        </h2>
+          </a>
+      </td></tr>
+      <tr><td>
+        <blockquote class="subsectionBody">
+                                    <p>The main download page, downloads.cgi in docs/ is specially crafted to interface with
+Apache's mirror system for downloading.  The actual download page is a "template" that the
+cgi uses, substituting a randomly picked mirror site.  Users which want to link to the 
+download page need to link to the .cgi version, to get a proper display of the webpage. 
+</p>
+                            </blockquote>
+        </td></tr>
+    </table>
+                                                      <table class="subsectionTable">
+        <tr><td>
+       
+       
+       
+          <a name="IP-Clearance documentation">
+            <h2>IP-Clearance documentation
+                        </h2>
+          </a>
+      </td></tr>
+      <tr><td>
+        <blockquote class="subsectionBody">
+                                    <p>We keep ip-clearance documentation for our project in /xdocs/ip-clearances, so they
+can be iteratively developed.</p>
+                            </blockquote>
+        </td></tr>
+    </table>
+                            </blockquote>
+        </p>
+      </td></tr>
+    </table>
+                                  </td>
+                </tr>
+                <!-- FOOTER -->
+                <tr><td colspan="2">
+                  <hr noshade="" size="1"/>
+                </td></tr>
+                <tr><td colspan="2"> 
+                  <table class="pageFooter">
+                    <tr>
+                      <td><a href="index.html">Home</a></td>
+                      <td><a href="privacy-policy.html">Privacy Policy</a></td>
+                      <td style="font-size:75%">
+                Copyright &#169; 2006-2013, The Apache Software Foundation.<br/>
+                Apache UIMA, UIMA, the Apache UIMA logo and the Apache Feather logo are trademarks of The Apache Software Foundation.<br/>
+                All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+                      </td>
+                      <td><a href="mailto:dev@uima.apache.org">Contact us</a></td>
+                    </tr>
+                  </table>                    
+                </td></tr>
+            </table>
+        </body>
+    </html>
+

Propchange: uima/site/trunk/uima-website/docs/updating-website.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: uima/site/trunk/uima-website/xdocs/stylesheets/project.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/stylesheets/project.xml?rev=1433563&r1=1433562&r2=1433563&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/stylesheets/project.xml (original)
+++ uima/site/trunk/uima-website/xdocs/stylesheets/project.xml Tue Jan 15 18:20:59 2013
@@ -55,6 +55,7 @@
         <item name="UIMA Specification (OASIS)"     href="/uima-specification.html"/> 
         <item name="Project Team"           href="/team-list.html"/>
         <item name="Maven Use"              href="/maven-design.html"/>
+        <item name="Updating this Website"  href="/updating-website.html"/>
       </item>
       
       <item name="Events and Conferences"                                  >

Added: uima/site/trunk/uima-website/xdocs/updating-website.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/updating-website.xml?rev=1433563&view=auto
==============================================================================
--- uima/site/trunk/uima-website/xdocs/updating-website.xml (added)
+++ uima/site/trunk/uima-website/xdocs/updating-website.xml Tue Jan 15 18:20:59 2013
@@ -0,0 +1,150 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<document>
+
+<properties>
+<title>Updating the Apache UIMA Website</title>
+<author email="dev@uima.apache.org">
+ Apache UIMA Documentation Team</author>
+</properties>
+
+<body>
+
+<section name="Updating the Apache UIMA Website">
+<p>The Apache UIMA&#0153; website is updated by committers on the
+project from time to time.  Besides normal edits to various pages, 
+with every release the download page needs updating.  There are
+special procedures for effectively handling large generated documentation,
+as well.</p>
+<subsectionToc/>
+
+<subsection name="Kinds of Web Content">
+<p>There are many kinds of data in the uima-website component.  Here's a summary:
+<ul>
+<li>Normal web pages.  These are kept in source form in /xdocs/....xml, and converted
+to published ....html form (formatting, adding required headers/footers, etc.) and kept
+as identically named (except for the .html suffix) files under /docs/.
+</li>
+<li>Generated files.  These are things like the current javadocs.  These are often
+large, with 1000's of files.  These are kept in /docs/d/ directory.
+</li>
+<li>xdocs/stylesheets - this is a repository for the main formatting macros and data for the
+website.  It includes the project.xml, which has the left-hand menu details, and the release
+details, and transformation macros.  Note: we use anakia and "velocity" (vsl) macros, we do
+not use XSLT transformation.  The filel site.xsl is out of date, not maintained, etc.; see
+the file site.vsl instead.</li>
+<li>downloads - needs impovement.  It has some old generated files (should be cleaned up -
+deleted or moved to /docs/d/).  There should also not be 2 copies both in docs/ and xdocs/.  
+A reasonable design would be for this to be only in the /docs/ directory, and to contain
+non-generated files for download.  Be careful in doing changes, in that external websites
+could link to files here.
+<p>This has generated docs for the sandbox projects, for old versions of UIMA while in
+incubation (probably should be removed), and charts and PDFs for the UIMA track of 
+the 2007 GLDV conference.</p></li>
+<li>ip-clearances - this should be moved from the /docs/ to a non-published directory.
+This is an output directory that doesn't really need to be checked into SVN - its there
+only to check ip-clearance documentation before committing it to the incubator web site
+(see the Apache IP clearance process).</li>
+<li>The DOAP file for UIMA.  See <a target="_blank" 
+href="http://projects.apache.org/doap.html">http://projects.apache.org/doap.html</a>.
+This file at this location is registered with the Apache infrastructure so do not 
+move it without updating that.</li>
+</ul></p>
+</subsection>
+<subsection name="How to SVN checkout the web-site">
+<p>You can use this trick when checkout of the uima-website project, to reduce the
+footprint of what's checked out.  The basic idea is to do a full checkout, but then
+discard from the working-copy, the /docs/d/ content (the generated Javadocs, etc.).
+This can be done using the command:
+<pre>cd to the top of the uima-website working copy, and then
+svn update --set-depth exclude docs/d
+svn update --set-depth exclude docs/download/gldv
+svn update --set-depth exclude docs/download/releaseDocs</pre>
+This will run for a while, but then the directories mentioned and their contents will be
+deleted from your working copy; this will speed up various SVN operations that have
+to scan the files for changes, etc. For more details, see
+<a target="_blank"
+href="http://svnbook.red-bean.com/en/1.6/svn.advanced.sparsedirs.html">
+http://svnbook.red-bean.com/en/1.6/svn.advanced.sparsedirs.html</a>.
+If this doesn't work for you, check that your svn version is at least 1.6.
+</p>
+</subsection>
+<subsection name="How to Generate and Publish the web-site">
+<p>The SVN spot uima/site/trunk/uima-website has the current published version of the
+website.  The subtree starting at the <code>docs</code> directory is automatically
+copied to the Apache webserver, whenever an SVN update is done.
+</p>
+<p>After updating any pages in xdocs/, you must run the build.xml ANT script to 
+convert these changes to corresponding pages in the docs/ directory.
+The build.xml script uses the time stamp on the source files to determine which
+files to run against, and only regenerates files which have changed (or been added).
+</p>
+</subsection>
+<subsection name="Using the stylesheets">
+<p>There are two kinds of stylesheets.  One is in the /docs/stylesheets and is the
+CSS styling of the website.  Change this to tweak the look and feel of the website.</p>
+<p>The other is the stylesheets directory in the xdocs/.  Change the project.xml to update
+the left-hand-side navigation menu, and to add details about new releases (these are used
+to generate the bulk of the download page).</p>
+</subsection>
+<subsection name="Generated Content Management">
+<p>Generated content can be large, and can contain 1000's of files.  It needs to be 
+somewhat carefully managed to conserve Apache infrastructure resources.</p>
+<p>With the new style of web-site management, the only way to get information published
+is to put it into SVN in our docs/ directory.  By convention, generated information goes 
+under docs/d/.</p>
+<p>
+Since most generated information is associated with release versions, this can change
+with each release.  Our website often keeps links to the current, and maybe one previous
+release.  To make the consumption of SVN resources minimal, the following is suggested
+as the way to update these.
+</p>
+<ul>
+<li>Arrange to have files which don't change from release to release shared within the SVN.</li>
+<li>Arrange to have files which change minimally, and which are "text", to take advantage of 
+SVN storage of differences between versions</li>
+</ul>
+<p>These two principles mean we should not just generate a new set of Javadocs, for instance,
+and then commit them as xyz-version-2.4.0/ - this would add all these files as new ones.
+Instead we need to do something like do an SVN copy (within SVN) of the previous files,
+check that out, overwrite that with changes from the new generation, and check that back in.</p>
+<p>
+There is a webpage which details recommendations for how to do this: 
+<a target="_blank"
+href="http://www.apache.org/dev/project-site.html#generated">http://www.apache.org/dev/project-site.html#generated</a>.
+</p>
+</subsection>
+<subsection name="Download CGI scripting">
+<p>The main download page, downloads.cgi in docs/ is specially crafted to interface with
+Apache's mirror system for downloading.  The actual download page is a "template" that the
+cgi uses, substituting a randomly picked mirror site.  Users which want to link to the 
+download page need to link to the .cgi version, to get a proper display of the webpage. 
+</p>
+</subsection>
+<subsection name="IP-Clearance documentation">
+<p>We keep ip-clearance documentation for our project in /xdocs/ip-clearances, so they
+can be iteratively developed.</p>
+</subsection>
+
+</section>
+</body>
+</document>

Propchange: uima/site/trunk/uima-website/xdocs/updating-website.xml
------------------------------------------------------------------------------
    svn:eol-style = native