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/09/18 17:38:35 UTC

svn commit: r576953 - in /incubator/uima/sandbox/trunk/FsVariables: build_documentation.xml docbook/ docbook/FsVariablesUserGuide/ docbook/FsVariablesUserGuide/fsVariablesUserGuide.xml docbook/FsVariablesUserGuide/images/

Author: mbaessler
Date: Tue Sep 18 08:38:35 2007
New Revision: 576953

URL: http://svn.apache.org/viewvc?rev=576953&view=rev
Log:
UIMA-577

add documentation to FsVariables sub project

https://issues.apache.org/jira/browse/UIMA-577

Added:
    incubator/uima/sandbox/trunk/FsVariables/build_documentation.xml
    incubator/uima/sandbox/trunk/FsVariables/docbook/
    incubator/uima/sandbox/trunk/FsVariables/docbook/FsVariablesUserGuide/
    incubator/uima/sandbox/trunk/FsVariables/docbook/FsVariablesUserGuide/fsVariablesUserGuide.xml
    incubator/uima/sandbox/trunk/FsVariables/docbook/FsVariablesUserGuide/images/

Added: incubator/uima/sandbox/trunk/FsVariables/build_documentation.xml
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/FsVariables/build_documentation.xml?rev=576953&view=auto
==============================================================================
--- incubator/uima/sandbox/trunk/FsVariables/build_documentation.xml (added)
+++ incubator/uima/sandbox/trunk/FsVariables/build_documentation.xml Tue Sep 18 08:38:35 2007
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+   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.    
+-->
+
+<!-- set the basedir value to point to the top level of the project -->
+
+<project name="FsVariables User Guide" default="all" basedir=".">
+  
+  <property name="book_name" value="fsVariablesUserGuide"/>
+	
+  <import file="${basedir}/../SandboxDocs/sandbox_build.xml"/>  
+  
+</project>

Added: incubator/uima/sandbox/trunk/FsVariables/docbook/FsVariablesUserGuide/fsVariablesUserGuide.xml
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/FsVariables/docbook/FsVariablesUserGuide/fsVariablesUserGuide.xml?rev=576953&view=auto
==============================================================================
--- incubator/uima/sandbox/trunk/FsVariables/docbook/FsVariablesUserGuide/fsVariablesUserGuide.xml (added)
+++ incubator/uima/sandbox/trunk/FsVariables/docbook/FsVariablesUserGuide/fsVariablesUserGuide.xml Tue Sep 18 08:38:35 2007
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY imgroot "./images/" >
+<!ENTITY % xinclude SYSTEM "../../../uima-docbook-tool/xinclude.mod">
+  %xinclude;
+]>
+<!--
+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.
+-->
+<book lang="en">
+
+	<title>
+		Feature Structure Variables User Guide
+	</title>
+
+	<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+		href="../../../SandboxDocs/src/docbook/book_info.xml" />
+
+<chapter id="sandbox.fsVariables">
+  <title>Feature Structure Variables</title>
+  
+  <para>This is a package that allows you to create named feature structure instances.  It allows
+  you to refer to individual feature structures or annotations across annotators, without creating
+  a special index.
+  </para>
+</chapter>
+
+</book>