You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by sv...@apache.org on 2005/01/18 02:41:52 UTC

cvs commit: ws-juddi/site/src/documentation/content/xdocs cvs.xml site.xml library.xml usersguide.xml committers.xml who.xml participate.xml lists.xml

sviens      2005/01/17 17:41:52

  Modified:    site/src/documentation/content/xdocs cvs.xml site.xml
                        library.xml usersguide.xml committers.xml who.xml
                        participate.xml lists.xml
  Log:
  Continuing to stream line the jUDDI web site.
  
  Revision  Changes    Path
  1.7       +1 -1      ws-juddi/site/src/documentation/content/xdocs/cvs.xml
  
  Index: cvs.xml
  ===================================================================
  RCS file: /home/cvs/ws-juddi/site/src/documentation/content/xdocs/cvs.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- cvs.xml	19 Oct 2004 22:07:09 -0000	1.6
  +++ cvs.xml	18 Jan 2005 01:41:52 -0000	1.7
  @@ -2,7 +2,7 @@
   <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "http://forrest.apache.org/dtd/document-v12.dtd">
   <document>
     <header>
  -    <title>jUDDI CVS Repository</title>
  +    <title>CVS Repository</title>
     </header>
     <body>
   
  
  
  
  1.20      +4 -8      ws-juddi/site/src/documentation/content/xdocs/site.xml
  
  Index: site.xml
  ===================================================================
  RCS file: /home/cvs/ws-juddi/site/src/documentation/content/xdocs/site.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- site.xml	17 Jan 2005 03:23:13 -0000	1.19
  +++ site.xml	18 Jan 2005 01:41:52 -0000	1.20
  @@ -17,19 +17,17 @@
   <site label="jUDDI" href="" tab="" xmlns="http://apache.org/forrest/linkmap/1.0">
   
     <juddi label="jUDDI">
  -    <welcome label="About jUDDI" href="index.html" description="Overview &amp; News"/>
  -    <faq label="FAQ/Wiki" href="http://wiki.apache.org/ws/jUDDI_20FAQs" description="FAQ"/>
  +    <welcome label="Overview" href="index.html" description="Overview &amp; News"/>
       <cvs label="CVS Repository" href="cvs.html" description="CVS Repository"/>
       <lists label="Mailing Lists" href="lists.html" description="Mailing Lists"/>
  +    <issues label="Issue Tracking" href="issues.html" description="Issue Tracking"/>
       <participate label="Participation" href="participate.html" description="Participation"/>
  -    <reference label="Reference Library" href="library.html" description="Reference Library"/>
  -    <bugs label="Bugs" href="bugs.html" description="Bug Tracking"/>
     </juddi>
   
     <documentation label="Documentation">
       <usersguide label="User's Guide" href="usersguide.html" description="User's Guide"/>
  -    <devguide label="Developer's Guide" href="devguide.html" description="Developer's Guide"/>
  -    <howto label="How-To/Wiki" href="http://wiki.apache.org/ws/jUDDI_20HOW_2dTOs" description="How-Tos"/>
  +    <wiki label="Wiki (FAQ &amp; How-Tos)" href="http://wiki.apache.org/ws/jUDDI" description="FAQ &amp; How-Tos"/>
  +    <reference label="Reference Library" href="library.html" description="Reference Library"/>
     </documentation>
   
     <downloads label="Downloads">
  @@ -46,9 +44,7 @@
     <related label="Misc">
       <who label="Who We Are" href="who.html" description="Who We Are"/>
       <committer label="Committer Notes" href="committers.html" description="Committer Notes"/>
  -    <contact label="Contact" href="contact.html" description="Contact Us"/>
       <legal label="Legal" href="legal.html" description="Legal Stuff"/>
  -    <whole label="Whole Site" href="site.html" description="Whole Site"/>
     </related>
   
     <external-refs>
  
  
  
  1.13      +1 -1      ws-juddi/site/src/documentation/content/xdocs/library.xml
  
  Index: library.xml
  ===================================================================
  RCS file: /home/cvs/ws-juddi/site/src/documentation/content/xdocs/library.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- library.xml	24 Aug 2004 18:44:17 -0000	1.12
  +++ library.xml	18 Jan 2005 01:41:52 -0000	1.13
  @@ -2,7 +2,7 @@
   <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "http://forrest.apache.org/dtd/document-v12.dtd">
   <document>
     <header>
  -    <title>jUDDI Reference Library</title>
  +    <title>Reference Library</title>
     </header>
     <body>
   
  
  
  
  1.7       +10 -3     ws-juddi/site/src/documentation/content/xdocs/usersguide.xml
  
  Index: usersguide.xml
  ===================================================================
  RCS file: /home/cvs/ws-juddi/site/src/documentation/content/xdocs/usersguide.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- usersguide.xml	7 Jan 2005 04:18:47 -0000	1.6
  +++ usersguide.xml	18 Jan 2005 01:41:52 -0000	1.7
  @@ -18,7 +18,7 @@
           or servlet engine will vary on a product-by-product basis.
         </p>
         <p>Instructions for deploying jUDDI to several application servers have
  -        been donated and are available in the <link href="http://wiki.apache.org/ws/jUDDI_20HOW_2dTOs">HOW-TO</link>
  +        been donated and are available in the <link href="http://wiki.apache.org/ws/jUDDI">HOW-TO</link>
           section of the jUDDI wiki.
         </p>
         <p>jUDDI also requires an external datastore in which to persist the 
  @@ -49,8 +49,8 @@
         </p>
         <p>Several public Java interfaces for creating your own DataStore,
           Authenticator and UUIDGen module implementations are available. Please
  -        see the <link href="/devguide.html">jUDDI Developer's Guide</link> for
  -        more information regarding jUDDI module development.
  +        see the <link href="#moddev">module development</link> section of this 
  +        guide for more information regarding jUDDI module development.
         </p>
       </section>
   
  @@ -172,6 +172,13 @@
          runtime. One Log4j property value that you'll most likely want to set
          is log4j.appender.LOGFILE.File which specifies the name and location of
          the jUDDI log file.
  +      </p>
  +    </section>
  +
  +    <anchor id="moddev"/>
  +    <section>
  +      <title>Module Development</title>
  +      <p>Coming Soon.
         </p>
       </section>
   
  
  
  
  1.5       +1 -1      ws-juddi/site/src/documentation/content/xdocs/committers.xml
  
  Index: committers.xml
  ===================================================================
  RCS file: /home/cvs/ws-juddi/site/src/documentation/content/xdocs/committers.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- committers.xml	24 Aug 2004 18:44:17 -0000	1.4
  +++ committers.xml	18 Jan 2005 01:41:52 -0000	1.5
  @@ -2,7 +2,7 @@
   <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "http://forrest.apache.org/dtd/document-v12.dtd">
   <document>
     <header>
  -    <title>jUDDI Committer Notes</title>
  +    <title>Committer Notes</title>
     </header>
     <body>
       <section>
  
  
  
  1.7       +1 -1      ws-juddi/site/src/documentation/content/xdocs/who.xml
  
  Index: who.xml
  ===================================================================
  RCS file: /home/cvs/ws-juddi/site/src/documentation/content/xdocs/who.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- who.xml	24 Aug 2004 18:44:17 -0000	1.6
  +++ who.xml	18 Jan 2005 01:41:52 -0000	1.7
  @@ -7,7 +7,7 @@
     <body>
       
       <section>
  -      <title>Web Services - jUDDI - Who We Are</title>
  +      <title>Who We Are</title>
         <p>
           The jUDDI Project operates on a meritocracy: the more you do,
           the more responsibility you will obtain. This page lists all
  
  
  
  1.6       +2 -2      ws-juddi/site/src/documentation/content/xdocs/participate.xml
  
  Index: participate.xml
  ===================================================================
  RCS file: /home/cvs/ws-juddi/site/src/documentation/content/xdocs/participate.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- participate.xml	24 Aug 2004 18:44:17 -0000	1.5
  +++ participate.xml	18 Jan 2005 01:41:52 -0000	1.6
  @@ -23,7 +23,7 @@
             <ul>
               <li><link href="lists.html">Join Mailing Lists</link></li>
               <li><link href="releases.html">Download Binary Builds</link></li>
  -            <li><link href="bugs.html">Report bugs/Request additional features</link></li>
  +            <li><link href="issues.html">Report Bugs &amp; Request New Features</link></li>
             </ul>
           </p>
         </section>
  @@ -50,7 +50,7 @@
           <title>Getting Support on the Lists</title>
           <p>We do all development and bug fixing on the latest available code base.
             If you've encountered what you think is a bug, please first check the
  -          <link href="bugs.html">bug database</link> for known issues. If you
  +          <link href="issues.html">issues database</link> for known issues. If you
             can't find your bug, make sure you're using the latest code base. We are
             not able to fix bugs on earlier code bases.
           </p>
  
  
  
  1.13      +1 -1      ws-juddi/site/src/documentation/content/xdocs/lists.xml
  
  Index: lists.xml
  ===================================================================
  RCS file: /home/cvs/ws-juddi/site/src/documentation/content/xdocs/lists.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- lists.xml	24 Aug 2004 18:44:17 -0000	1.12
  +++ lists.xml	18 Jan 2005 01:41:52 -0000	1.13
  @@ -2,7 +2,7 @@
   <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "http://forrest.apache.org/dtd/document-v12.dtd">
   <document>
     <header>
  -    <title>jUDDI Mailing Lists</title>
  +    <title>Mailing Lists</title>
     </header>
     <body>