You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-cvs@xml.apache.org by cr...@apache.org on 2003/09/05 08:20:35 UTC

cvs commit: xml-commons/src/documentation/content/xdocs/components/resolver index.xml

crossley    2003/09/04 23:20:35

  Modified:    src/documentation/content/xdocs/components/resolver
                        index.xml
  Log:
  Tidy up the overview page.
  
  Revision  Changes    Path
  1.2       +15 -18    xml-commons/src/documentation/content/xdocs/components/resolver/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-commons/src/documentation/content/xdocs/components/resolver/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	22 Jan 2003 07:18:11 -0000	1.1
  +++ index.xml	5 Sep 2003 06:20:34 -0000	1.2
  @@ -2,7 +2,7 @@
   <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
   <document> 
     <header> 
  -    <title>Resolver</title> 
  +    <title>Resolver overview</title> 
       <authors>
         <person name="Norman Walsh" email="ndw@apache.org"/> 
       </authors> 
  @@ -11,23 +11,20 @@
       <anchor id="overview"/>
       <section>
         <title>Overview</title>
  -      <p>See the current set of resolver docs ...
  -      <code>xml-commons/java/docs/resolver.xml</code>
  -      and <code>xml-commons/java/docs/release-notes.xml</code>
  -      </p>
  -      <fixme author="curcuru">Need to either update existing resolver docs to 
  -      use forrest or provide a stylesheet to translate it (it uses Docbook since 
  -      ndw used that).  Also need to either move docs or provide correct links 
  -      to the resolver-specific docs.
  -      </fixme>
  -<p>
  -Here is experimental (2002-12-20) rendering of those docs with Forrest and DocBook XSL ...
  -</p>
  -<ul>
  -<li><link href="resolver-article.html">resolver-article.html</link></li>
  -<li><link href="resolver-release-notes.html">resolver-release-notes.html</link></li>
  -</ul>
  -
  +      <ul>
  +        <li>
  +          <link href="resolver-article.html">XML Entity and URI Resolvers</link>
  +          - article which thoroughly explains the need and use.
  +        </li>
  +        <li>
  +          <link href="resolver-release-notes.html">Release Notes</link>
  +          - lists the changes since the 1.0 release.
  +        </li>
  +        <li>
  +          <link href="../apidocs/resolver/index.html">API docs</link>
  +          - the complete Javadocs explain the code.
  +        </li>
  +      </ul>
       </section>
   
     </body>