You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by mb...@apache.org on 2007/02/05 10:52:06 UTC

svn commit: r503612 - in /incubator/uima/uimaj/trunk/uima-docbooks: build.xml src/index.html

Author: mbaessler
Date: Mon Feb  5 01:52:06 2007
New Revision: 503612

URL: http://svn.apache.org/viewvc?view=rev&rev=503612
Log:
JIRA ticket UIMA-259 (https://issues.apache.org/jira/browse/UIMA-259)

add overview HTML document (index.html) with links to the HTML documentation books

Added:
    incubator/uima/uimaj/trunk/uima-docbooks/src/index.html
Modified:
    incubator/uima/uimaj/trunk/uima-docbooks/build.xml

Modified: incubator/uima/uimaj/trunk/uima-docbooks/build.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/build.xml?view=diff&rev=503612&r1=503611&r2=503612
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/build.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/build.xml Mon Feb  5 01:52:06 2007
@@ -28,6 +28,10 @@
 	<!-- ==   Built 2 times - first time updates the olinks, 2nd time builds   == -->
 	<!-- ==                                                                    == -->
 	<!-- ======================================================================== -->
+	
+	<!-- Load our properties -->
+	<property file="project.properties"/>
+	
 	<target name="all" description="--> Build all documentation" depends="do_olinks, do_build_given_olinks" />
 
 	<target name="do_olinks" description="--> for all books, compute the cross reference databases needed for linking">
@@ -56,6 +60,9 @@
 		<ant antfile="build-docbook.xml" target="all">
 			<property name="book_name" value="references" />
 		</ant>
+		
+		<!--copy html overview index.html to the target directory -->
+		<copy todir="${target.dir}/" file="${src.dir}/index.html"/>
 
 	</target>
 

Added: incubator/uima/uimaj/trunk/uima-docbooks/src/index.html
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/index.html?view=auto&rev=503612
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/index.html (added)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/index.html Mon Feb  5 01:52:06 2007
@@ -0,0 +1,84 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<title>Overview &amp; Setup</title>
+<link rel="stylesheet" href="css/stylesheet.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.70.0">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084"
+	alink="#0000FF">
+<div class="book" lang="en" id="d0e2">
+<div class="titlepage">
+<div>
+<div>
+<h1 class="title"><a name="d0e2"></a>UIMA Documentation Overview</h1>
+</div>
+<div>
+<div class="authorgroup">
+<h3 class="corpauthor">Authors: The Apache UIMA Development
+Community</h3>
+</div>
+</div>
+<div>
+<p class="releaseinfo">Version 2.1</p>
+</div>
+<div>
+<p class="copyright">Copyright &copy; 2006, 2007 The Apache Software
+Foundation</p>
+</div>
+<div>
+<p class="copyright">Copyright &copy; 2004, 2006 International
+Business Machines Corporation</p>
+</div>
+<div>
+<div class="legalnotice"><a name="d0e15"></a>
+<p></p>
+<p><b>Incubation Notice and Disclaimer.&nbsp;</b>Apache UIMA is an
+effort undergoing incubation at the Apache Software Foundation (ASF).
+Incubation is required of all newly accepted projects until a further
+review indicates that the infrastructure, communications, and decision
+making process have stabilized in a manner consistent with other
+successful ASF projects. While incubation status is not necessarily a
+reflection of the completeness or stability of the code, it does
+indicate that the project has yet to be fully endorsed by the ASF.</p>
+<p></p>
+<p></p>
+<p><b>License and Disclaimer.&nbsp;</b>The ASF licenses this
+documentation to you under the Apache License, Version 2.0 (the
+"License"); you may not use this documentation except in compliance with
+the License. You may obtain a copy of the License at</p>
+<div class="blockquote">
+<blockquote class="blockquote"><a
+	href="http://www.apache.org/licenses/LICENSE-2.0" target="_top">http://www.apache.org/licenses/LICENSE-2.0</a></blockquote>
+</div>
+<p>Unless required by applicable law or agreed to in writing, this
+documentation and its contents are distributed under the License 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.</p>
+<p></p>
+<p></p>
+<p><b>Trademarks.&nbsp;</b>All terms mentioned in the text that are
+known to be trademarks or service marks have been appropriately
+capitalized. Use of such terms in this book should not be regarded as
+affecting the validity of the the trademark or service mark.</p>
+</div>
+</div>
+<div>
+<p class="pubdate">February, 2007</p>
+</div>
+</div>
+<hr>
+</div>
+
+<p>
+<b>Table of Contents</b>
+</p>
+<dl>
+<dt><span class="chapter"><a target="_blank" href="./overview_and_setup/overview_and_setup.html">1. Overview &amp; Setup</a></span></dt>
+<dt><span class="chapter"><a target="_blank" href="./tutorials_and_users_guides/tutorials_and_users_guides.html">2. UIMA Tutorial and Developers' Guides</a></span></dt>
+<dt><span class="chapter"><a target="_blank" href="./tools/tools.html">3. UIMA Tools Guide and Reference</a></span></dt>
+<dt><span class="chapter"><a target="_blank" href="./references/references.html">4. UIMA References</a></span></dt>
+</dl>
+
+</html>