You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kato-commits@incubator.apache.org by sp...@apache.org on 2009/07/28 14:40:50 UTC

svn commit: r798539 - in /incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx: chapters/preface.xml spec.xml

Author: spoole
Date: Tue Jul 28 14:40:49 2009
New Revision: 798539

URL: http://svn.apache.org/viewvc?rev=798539&view=rev
Log:
made preface a separate document in the spec 

Added:
    incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/chapters/preface.xml
Modified:
    incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/spec.xml

Added: incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/chapters/preface.xml
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/chapters/preface.xml?rev=798539&view=auto
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/chapters/preface.xml (added)
+++ incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/chapters/preface.xml Tue Jul 28 14:40:49 2009
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<preface version="5.0" xml:id="preface" 
+         xmlns="http://docbook.org/ns/docbook"
+         xmlns:xlink="http://www.w3.org/1999/xlink"
+         xmlns:xi="http://www.w3.org/2001/XInclude"
+         xmlns:svg="http://www.w3.org/2000/svg"
+         xmlns:mml="http://www.w3.org/1998/Math/MathML"
+         xmlns:html="http://www.w3.org/1999/xhtml"
+         xmlns:db="http://docbook.org/ns/docbook">
+<title>Preface</title>
+<warning>
+<para>
+This is a living document.  Make sure you have the latest version. Other versions are available from the Apache Kato Wiki page <ulink href="http://cwiki.apache.org/KATO/jsr326specification.html">http://cwiki.apache.org/KATO/jsr326specification.html</ulink>   
+</para>
+</warning>
+<section>
+<title>Audience</title>
+<para>This document is intended to be used by consumers and implementors alike. It is expected that the reader will have good knowledge of the Java programming language.</para>
+</section>
+<section>
+<title>References</title>
+</section>
+<section>
+<title>Related Documentation</title>
+<para>More information about the Apache Kato incubator can be found by visiting the main website at http://incubator.apache.org/kato/site/index.html</para>
+</section>
+<section>
+<title>How to comment on the specification</title>
+<para>
+Comments on this document and its contents can be made using the kato-spec mailing list hosted by the Apache Software Foundation.  
+</para>
+<para>Subscribe to the mailing list by sending an email to </para><email>kato-spec-subscribe@incubator.apache.org</email>
+</section>
+</preface>
\ No newline at end of file

Modified: incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/spec.xml
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/spec.xml?rev=798539&r1=798538&r2=798539&view=diff
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/spec.xml (original)
+++ incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/spec.xml Tue Jul 28 14:40:49 2009
@@ -24,33 +24,9 @@
 		</info>
 		
    
-       
-    
-<preface>
-<title>Preface</title>
-<warning>
-<para>
-This is a living document.  Make sure you have the latest copy.
-</para>
-</warning>
-<section>
-<title>Audience</title>
-</section>
-<section>
-<title>Prerequisites</title>
-</section>
-<section>
-<title>References</title>
-</section>
-<section>
-<title>Related Documentation</title>
-</section>
-<section>
-<title>How to comment on the specification</title>
-</section>
-</preface>
+ 
 
-  
+  	<xi:include href="chapters/preface.xml" />
     <xi:include href="chapters/Introduction.xml" />
    	<xi:include href="chapters/API.xml" />
    	<xi:include href="../../target/spec/chapters/packagecontents.xml" />