ceki        2004/12/08 09:22:20

  Modified:    docs     faq.html codes.html documentation.html
               src/xdocs documentation.xml faq.xml
  Log:
  - Updated links, codes.xml
  
  Revision  Changes    Path
  1.6       +1 -1      logging-log4j/docs/faq.html
  
  Index: faq.html
  ===================================================================
  RCS file: /home/cvs/logging-log4j/docs/faq.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- faq.html  24 Nov 2004 17:17:54 -0000      1.5
  +++ faq.html  8 Dec 2004 17:22:19 -0000       1.6
  @@ -375,7 +375,7 @@
              </div>
                         
        <p>Make sure to read the <a href="manual.html">short
  -     manual</a>. It is also recommended to you read <a 
href="http://www.qos.ch/shop/products/eclm/";>The complete
  +     manual</a>. It is also recommended to you read <a 
href="https://www.qos.ch/shop/products/log4j/log4j-Manual.jsp";>The complete
        log4j manual</a> which is much more detailed and up to
        date. Both documents were written by Ceki G�lc�.
        </p>
  
  
  
  1.4       +7 -8      logging-log4j/docs/codes.html
  
  Index: codes.html
  ===================================================================
  RCS file: /home/cvs/logging-log4j/docs/codes.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- codes.html        24 Nov 2004 17:17:54 -0000      1.3
  +++ codes.html        8 Dec 2004 17:22:20 -0000       1.4
  @@ -83,22 +83,21 @@
   &lt;/log4j:configuration&gt;
           </pre>
   
  -        <p>However, <code>JoranConfigurator</code> will continue to
  +        <p><code>JoranConfigurator</code> will no longer continue to
           parse your old XML configuration files which previously
  -        required a reference to <code>log4j.dtd</code>. Thus, altough
  -        deprecated, the following form will continue to be parsed
  -        correctly.
  +        required a reference to <code>log4j.dtd</code>. Thus, the 
  +        the following form will not work.
           </p>
   
  -        <p class="red big">Deprecated:</p>
  +        <p class="red big">Bad:</p>
   
             <pre>&lt;?xml version="1.0" encoding="UTF-8" ?&gt;
  -<b>&lt;!DOCTYPE log4j:configuration SYSTEM "log4j.dtd" &gt;</b>
  +<b>&lt;!DOCTYPE log4j:configuration SYSTEM "log4j.dtd"&gt;</b>
           </pre>
        
   
  -        <p>Using the deprecated form will generate the above mentioned
  -        warning message.
  +        <p>Using this deprecated form will generate the above mentioned
  +        error message along with an error from the XML parser.
           </p>
   
         
  
  
  
  1.32      +2 -2      logging-log4j/docs/documentation.html
  
  Index: documentation.html
  ===================================================================
  RCS file: /home/cvs/logging-log4j/docs/documentation.html,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- documentation.html        24 Nov 2004 19:35:19 -0000      1.31
  +++ documentation.html        8 Dec 2004 17:22:20 -0000       1.32
  @@ -57,12 +57,12 @@
         </p>
                                                   <ul>
           <p>
  -          <a href="http://www.qos.ch/shop/products/eclm/";><img align="right" 
src="images/coverSmall.png" /></a> <li><a href="manual.html"><b>short 
manual</b></a>, 
  +          <a 
href="https://www.qos.ch/shop/products/log4j/log4j-Manual.jsp";><img 
align="right" src="images/coverSmall.png" /></a> <li><a 
href="manual.html"><b>short manual</b></a>, 
              </li>
           </p>
           
           <p>
  -          <li><a href="http://www.qos.ch/shop/products/eclm/";><b>complete 
manual</b></a> (commercial), 
  +          <li><a 
href="https://www.qos.ch/shop/products/log4j/log4j-Manual.jsp";><b>complete 
manual</b></a> (commercial), 
             </li>
           </p>
           
  
  
  
  1.45      +2 -2      logging-log4j/src/xdocs/documentation.xml
  
  Index: documentation.xml
  ===================================================================
  RCS file: /home/cvs/logging-log4j/src/xdocs/documentation.xml,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- documentation.xml 24 Nov 2004 19:35:19 -0000      1.44
  +++ documentation.xml 8 Dec 2004 17:22:20 -0000       1.45
  @@ -19,14 +19,14 @@
         <ul>
           <p>
             <a
  -           href="http://www.qos.ch/shop/products/eclm/";><img
  +           
href="https://www.qos.ch/shop/products/log4j/log4j-Manual.jsp";><img
              align="right" src="images/coverSmall.png"></img></a> <li><a
              href="manual.html"><b>short manual</b></a>, 
              </li>
           </p>
           
           <p>
  -          <li><a href="http://www.qos.ch/shop/products/eclm/";><b>complete 
manual</b></a> (commercial), 
  +          <li><a 
href="https://www.qos.ch/shop/products/log4j/log4j-Manual.jsp";><b>complete 
manual</b></a> (commercial), 
             </li>
           </p>
           
  
  
  
  1.6       +1 -1      logging-log4j/src/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/logging-log4j/src/xdocs/faq.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- faq.xml   24 Nov 2004 18:28:47 -0000      1.5
  +++ faq.xml   8 Dec 2004 17:22:20 -0000       1.6
  @@ -186,7 +186,7 @@
         <answer>
        <p>Make sure to read the <a href="manual.html">short
        manual</a>. It is also recommended to you read <a
  -     href="http://www.qos.ch/shop/products/eclm/";>The complete
  +     href="https://www.qos.ch/shop/products/log4j/log4j-Manual.jsp";>The 
complete
        log4j manual</a> which is much more detailed and up to
        date. Both documents were written by Ceki G&#252;lc&#252;.
        </p>
  
  
  

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

Reply via email to