mcconnell    2004/03/27 22:37:22

  Modified:    xdocs/community/process release.xml
               xdocs/community/who leif.xml
               xdocs    cvs.xml
               xdocs/product/containers overview.xml
  Log:
  FIxing broken links.
  
  Revision  Changes    Path
  1.2       +1 -1      avalon-site/xdocs/community/process/release.xml
  
  Index: release.xml
  ===================================================================
  RCS file: /home/cvs/avalon-site/xdocs/community/process/release.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- release.xml       2 Nov 2003 11:10:48 -0000       1.1
  +++ release.xml       28 Mar 2004 06:37:22 -0000      1.2
  @@ -15,7 +15,7 @@
   <li><a 
href="http://nagoya.apache.org/bugzilla/reports.cgi?product=Avalon&amp;output=most_doomed&amp;links=1&amp;banner=1&amp;quip=0";>Bug
 summary</a></li>
   <li><a href="http://cvs.apache.org/~bodewig/mirror.html";>Distribution Mirroring 
HOWTO</a></li>
   <li><a href="http://cvs.apache.org/builds/";>Nightly builds</a></li>
  -<li><a href="http://gump.covalent.net/jars/latest/";>Nightly builds: [EMAIL 
PROTECTED]</a></li>
  +<!--<li><a href="http://gump.covalent.net/jars/latest/";>Nightly builds: [EMAIL 
PROTECTED]</a></li>-->
   <li><a href="http://freshmeat.net/articles/view/392/";>Freshmeat on software 
builds</a></li>
   <li><a href="http://java.sun.com/docs/books/tutorial/jar/sign/signing.html";>Java 
tutorial: jar signing</a></li>
   <li><a href="http://java.sun.com/j2se/1.4/docs/tooldocs/tools.html#security";>JDK 
Security tool docs</a></li>
  
  
  
  1.2       +4 -8      avalon-site/xdocs/community/who/leif.xml
  
  Index: leif.xml
  ===================================================================
  RCS file: /home/cvs/avalon-site/xdocs/community/who/leif.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- leif.xml  2 Nov 2003 11:10:48 -0000       1.1
  +++ leif.xml  28 Mar 2004 06:37:22 -0000      1.2
  @@ -13,15 +13,11 @@
               contributions.
         </p>
         <p>
  -            Leif has contributed to the
  -            <a 
href="http://avalon.apache.org/excalibur/component/index.html";>Excalibur Component 
Manager</a>,
  -            <a 
href="http://avalon.apache.org/excalibur/pool/index.html";>Pooling</a>,
  -            <a 
href="http://avalon.apache.org/excalibur/datasource/index.html";>DataSource</a>, and
  -            <a 
href="http://avalon.apache.org/excalibur/thread/index.html";>ThreadPooling</a> projects.
  +            Leif has contributed to the Excalibur Component Manager, Pooling,
  +            DataSource, and ThreadPooling projects.
               Leif was also responsible for the Instrumentation projects:
  -            <a 
href="http://avalon.apache.org/excalibur/instrument/index.html";>Instrument</a>,
  -            <a 
href="http://avalon.apache.org/excalibur/instrument-manager/index.html";>Instrument 
Manager</a>, and
  -            <a 
href="http://avalon.apache.org/excalibur/instrument-client/index.html";>Instrument 
Remote Client</a> projects.
  +            Instrument, Instrument Manager, and
  +            Instrument Remote Client projects.
         </p>
         <p>
               Outside of ASF, Leif also manages the <a 
href="http://wrapper.tanukisoftware.org";>Java Service Wrapper</a> project.
  
  
  
  1.4       +2 -0      avalon-site/xdocs/cvs.xml
  
  Index: cvs.xml
  ===================================================================
  RCS file: /home/cvs/avalon-site/xdocs/cvs.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- cvs.xml   28 Mar 2004 05:48:42 -0000      1.3
  +++ cvs.xml   28 Mar 2004 06:37:22 -0000      1.4
  @@ -8,11 +8,13 @@
   
   <body>
   
  +<!--
   <section name="Bleeding-edge only">
        <p>If you are looking to download the source code for stable versions of the 
Avalon
        projects, you're in the wrong place. You should download a source release from
       <a href="http://avalon.apache.org/srcdownload.cgi";>the source download 
page</a>.</p>
   </section>
  +-->
   <section name="About CVS">
        <p>CVS, the Concurrent Versions System is a revision control system useful for
        management of source code, and is the predominant version control system used 
at
  
  
  
  1.2       +6 -6      avalon-site/xdocs/product/containers/overview.xml
  
  Index: overview.xml
  ===================================================================
  RCS file: /home/cvs/avalon-site/xdocs/product/containers/overview.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- overview.xml      28 Mar 2004 05:48:43 -0000      1.1
  +++ overview.xml      28 Mar 2004 06:37:22 -0000      1.2
  @@ -72,7 +72,7 @@
             The ServiceManager will only provide the component with components
             that satisfy the <strong>dependencies</strong> declaration in the
             component's 
  -          <a href="../../meta/meta/info/type/index.html">Type descriptor</a> 
  +          <a href="http://avalon.apache.org/meta/meta/info/type/index.html";>Type 
descriptor</a> 
             (.xinfo). If it attempts to lookup anything outside the declared
             dependencies, the container is expected to throw a ServiceException.
           </p>
  @@ -99,7 +99,7 @@
           <p>
             The above construct allow for very complex Configurations, using
             XML nested elements, but not any XML, it must follow certain rules.
  -          See <a 
href="../../framework/api/org/apache/avalon/framework/configuration/Configuration.html">
  +          See <a 
href="http://avalon.apache.org/framework/api/org/apache/avalon/framework/configuration/Configuration.html";>
             Configuration</a> API docs for details.
           </p>
         </subsection>
  @@ -120,7 +120,7 @@
   </source>
           <p>
             It is also possible to create custom context entries. 
  -          <a href="../../merlin/starting/advanced/context.html">Read more about 
it.</a>
  +          <a 
href="http://avalon.apache.org/merlin/starting/advanced/context.html";>Read more about 
it.</a>
           </p>
         </subsection>
         
  @@ -137,7 +137,7 @@
           </p>
           <p>
             Avalon has in the meantime created the 
  -          <a href="../../repository/index.html">Avalon Repository</a> which allows
  +          <a href="http://avalon.apache.org/repository/index.html";>Avalon 
Repository</a> which allows
             the applications to be distributed without any Jars, and the right
             versions of the Jars will be picked up at one or many central 
             repositories. This system is compatible with the Maven repositories,
  @@ -153,7 +153,7 @@
             The most straight forward deployment case is the stand-alone server,
             that is started from the command-line. No programming is required, 
             and there are heaps of command-line arguments available. Read about
  -          the details <a href="../../merlin/merlin/kernel/cli.html">here</a>.
  +          the details <a 
href="http://avalon.apache.org/merlin/merlin/kernel/cli.html";>here</a>.
           </p>
           <p>
             Merlin even supports that it is bootstrapped, with a tiny JAR, which 
  @@ -182,7 +182,7 @@
         <subsection name="Running as a Windows NT/XP Service" >
           <p>
             Merlin is capable of starting as a Windows NT/XP Service. You can
  -          read about how on <a href="../../merlin/merlin/kernel/nt.html">this 
  +          read about how on <a 
href="http://avalon.apache.org/merlin/merlin/kernel/nt.html";>this 
             page.</a>
           </p>
         </subsection>
  
  
  

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

Reply via email to