dion        2002/06/14 23:02:24

  Modified:    src/test-xslt developersguide.xml
  Log:
  Converted the document to simple docbook, as that will be the supported
  docbook variation
  
  Revision  Changes    Path
  1.2       +47 -47    jakarta-turbine-maven/src/test-xslt/developersguide.xml
  
  Index: developersguide.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/test-xslt/developersguide.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- developersguide.xml       6 Jun 2002 17:10:23 -0000       1.1
  +++ developersguide.xml       15 Jun 2002 06:02:24 -0000      1.2
  @@ -1,5 +1,4 @@
  -
  -<!--
  +<?xml version='1.0' encoding='UTF-8' ?>
   <?xml-stylesheet type="text/css"
   href="file:/usr/java/xxe-m13p1-bin/css/docbook41.css"
   ?>
  @@ -8,10 +7,11 @@
   title="Previous docbook stylesheet"
   alternate="yes"
   ?>
  --->
  -<!--"file:/usr/java/xxe-m13p1-bin/dtd/docbook/docbookx.dtd"-->
  -<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
  -  "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";>
  +
  +<!-- Document created on: Jun 15, 2002 -->
  +
  +<!DOCTYPE article PUBLIC "-//OASIS//DTD Simplified DocBook XML V1.0CR2//EN"
  +  "http://www.oasis-open.org/docbook/xml/simple/1.0CR2/sdocbook.dtd";>
   
   <article id="index">
     <articleinfo>
  @@ -30,7 +30,7 @@
       </abstract>
     </articleinfo>
   
  -  <sect1 id="intro">
  +  <section id="intro">
       <title>Introduction</title>
   
       <para>This document aims to help new geotools developers get up to speed
  @@ -39,9 +39,9 @@
   
       <para>If you feel something is missing, feel free to contribute a new
       section.</para>
  -  </sect1>
  +  </section>
   
  -  <sect1 id="design">
  +  <section id="design">
       <title>Design</title>
       <figure>
           <title>Geotools Logo</title>
  @@ -54,92 +54,92 @@
           </mediaobject>
       </figure>
   
  -    <para>To do: Explain<itemizedlist><listitem><para>Key design structure
  +    <para>To do: Explain</para><itemizedlist><listitem><para>Key design structure
       (core interfaces, data sources, rendering, 
tools)</para></listitem><listitem><para>Design
       Drivers (Our design goals: modular, derives structure from netbeans,
       support multiple version of java, ..)</para></listitem><listitem><para>Directory
  -    
structure</para></listitem><listitem><para></para></listitem></itemizedlist></para>
  -  </sect1>
  +    structure</para></listitem><listitem><para></para></listitem></itemizedlist>
  +  </section>
   
  -  <sect1 id="development">
  +  <section id="development">
       <title>Development</title>
   
  -    <sect2 id="building">
  +    <section id="building">
         <title>Building</title>
   
  -      <para>To do:<itemizedlist><listitem><para>using 
ant</para></listitem><listitem><para>what
  +      <para>To do:</para><itemizedlist><listitem><para>using 
ant</para></listitem><listitem><para>what
         ant checks</para></listitem><listitem><para>insert the
  -      &#34;howto-build.html&#34; doc into 
here</para></listitem><listitem><para></para></listitem></itemizedlist></para>
  -    </sect2>
  +      &#34;howto-build.html&#34; doc into 
here</para></listitem><listitem><para></para></listitem></itemizedlist>
  +    </section>
   
  -    <sect2 id="cvs">
  +    <section id="cvs">
         <title>Code Versioning (using CVS)</title>
   
  -      <para>To do:<itemizedlist><listitem><para>Point to sourceforge CVS howto
  +      <para>To do:</para><itemizedlist><listitem><para>Point to sourceforge CVS 
howto
         links.</para></listitem><listitem><para>Also point to some HOWTOs for
         windows users.</para></listitem><listitem><para>What is acceptable to
         commit to CVS, what is not. (Ie, code should 
compile)</para></listitem><listitem><para>Talk
         about version numbering convention, use of branches, etc (if we decide
  -      to do this).</para></listitem></itemizedlist></para>
  +      to do this).</para></listitem></itemizedlist>
   
         <para>To do:</para>
  -    </sect2>
  +    </section>
   
  -    <sect2 id="CodingStandards">
  +    <section id="CodingStandards">
         <title>Coding Standards</title>
   
  -      <para>To do:<itemizedlist><listitem><para>Using Sun&#39;s coding
  +      <para>To do:</para><itemizedlist><listitem><para>Using Sun&#39;s coding
         standard, need to note any exceptions to 
it.</para></listitem><listitem><para>Note
  -      the auto checking of coding 
standards.</para></listitem><listitem><para>Javadocs</para></listitem><listitem><para></para></listitem></itemizedlist></para>
  -    </sect2>
  +      the auto checking of coding 
standards.</para></listitem><listitem><para>Javadocs</para></listitem><listitem><para></para></listitem></itemizedlist>
  +    </section>
   
  -    <sect2 id="templates">
  +    <section id="templates">
         <title>Template File</title>
   
  -      <para>To do:<itemizedlist><listitem><para>Provide a template 
file.</para></listitem><listitem><para>Link
  +      <para>To do:</para><itemizedlist><listitem><para>Provide a template 
file.</para></listitem><listitem><para>Link
         it to sections explaining the different parts of the 
template.</para></listitem><listitem><para>Include
         headers, footers, example logging, example coding style, CVS key tags,
  -      sample 
javadocs.</para></listitem><listitem><para></para></listitem></itemizedlist></para>
  -    </sect2>
  +      sample 
javadocs.</para></listitem><listitem><para></para></listitem></itemizedlist>
  +    </section>
   
  -    <sect2 id="logging">
  +    <section id="logging">
         <title>Logging</title>
   
  -      <para>To do:<itemizedlist><listitem><para>Talk about log4j, links 
to</para></listitem><listitem><para></para></listitem><listitem><para></para></listitem><listitem><para></para></listitem></itemizedlist></para>
  -    </sect2>
  +      <para>To do:</para><itemizedlist><listitem><para>Talk about log4j, links 
to</para></listitem><listitem><para></para></listitem><listitem><para></para></listitem><listitem><para></para></listitem></itemizedlist>
  +    </section>
   
  -    <sect2 id="testing">
  +    <section id="testing">
         <title>Testing</title>
   
  -      <para>To do:<itemizedlist><listitem><para>Explain use of junit. Might be
  -      a link to another web 
site.</para></listitem><listitem><para></para></listitem><listitem><para></para></listitem><listitem><para></para></listitem></itemizedlist></para>
  -    </sect2>
  +      <para>To do:</para><itemizedlist><listitem><para>Explain use of junit. Might 
be
  +      a link to another web 
site.</para></listitem><listitem><para></para></listitem><listitem><para></para></listitem><listitem><para></para></listitem></itemizedlist>
  +    </section>
   
  -    <sect2>
  +    <section>
         <title>Documentation</title>
   
  -      <para>To do:<itemizedlist><listitem><para>Talk about docbook, why we
  +      <para>To do:</para><itemizedlist><listitem><para>Talk about docbook, why we
         decided to use it (most commonly used format of LDP, converts to
         multiple formats, tools coming which can support it. Need to mention
         which version of docbook we are 
using.</para></listitem><listitem><para>Mention
         tools that can be used.</para></listitem><listitem><para>Links to
         docbook references.</para></listitem><listitem><para>Process for
         updating this document.</para></listitem><listitem><para>How to use ant
  -      tools to build doc.</para></listitem></itemizedlist></para>
  -    </sect2>
  -  </sect1>
  +      tools to build doc.</para></listitem></itemizedlist>
  +    </section>
  +  </section>
   
  -  <sect1 id="tools">
  +  <section id="tools">
       <title>Development Tools</title>
   
  -    <sect2 id="netbeans">
  +    <section id="netbeans">
         <title>Netbeans</title>
   
  -      <para>To do:<itemizedlist><listitem><para>Where to get 
it.</para></listitem><listitem><para>Aim
  +      <para>To do:</para><itemizedlist><listitem><para>Where to get 
it.</para></listitem><listitem><para>Aim
         is to make geotools a module within 
Netbeans</para></listitem><listitem><para>How
         to setup getools to fit the multiple directory 
structure</para></listitem><listitem><para>The
  -      extra Netbeans modules that are useful and should be 
downloaded.</para></listitem></itemizedlist></para>
  -    </sect2>
  -  </sect1>
  +      extra Netbeans modules that are useful and should be 
downloaded.</para></listitem></itemizedlist>
  +    </section>
  +  </section>
   </article>
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to