You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ca...@apache.org on 2007/09/20 20:02:56 UTC

svn commit: r577841 - in /logging/log4cxx/trunk/src/site/xdoc: index.xml manual.xml

Author: carnold
Date: Thu Sep 20 11:02:56 2007
New Revision: 577841

URL: http://svn.apache.org/viewvc?rev=577841&view=rev
Log:
LOGCXX-192: Suggested improvements to the log4cxx webpages

Modified:
    logging/log4cxx/trunk/src/site/xdoc/index.xml
    logging/log4cxx/trunk/src/site/xdoc/manual.xml

Modified: logging/log4cxx/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/site/xdoc/index.xml?rev=577841&r1=577840&r2=577841&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/site/xdoc/index.xml (original)
+++ logging/log4cxx/trunk/src/site/xdoc/index.xml Thu Sep 20 11:02:56 2007
@@ -49,13 +49,12 @@
                                 GCC on SuSE 9.1 x86_64 and i386, Fedora Core 3 i386 and Mac OS X 10.3.</p>
 
                         <h2>Building log4cxx:</h2>
-                                <p>Build instructions are contained in the <a href="http://cvs.apache.org/viewcvs.cgi/logging-log4cxx/INSTALL?rev=1.8&amp;view=log">INSTALL</a>.
-                                An <a href="http://ant.apache.org">Ant</a> build which uses the <a href="http://ant-contrib.sourceforge.net/cc.html">&lt;cc&gt;</a> and
+                                <p>Build instructions are contained in <a href="http://svn.apache.org/repos/asf/logging/log4cxx/trunk/INSTALL">INSTALL</a>.
+                                log4cxx can be build with autotools on most POSIX-style environments or with 
+                                <a href="http://ant.apache.org">Ant</a> using the <a href="http://ant-contrib.sourceforge.net/cc.html">&lt;cc&gt;</a> and
                                 &lt;foreach&gt; tasks from the <a href="http://ant-contrib.sourceforge.net">Ant-Contrib Project</a>
-                                is used for most day-to-day development.  The Ant build can produce IDE project files for Microsoft Visual
-                                Studio 6, Borland CBuilderX and Apple XCode on request.  The Ant build can also download and build 
-                                APR and <a href="http://cppunit.sourceforge.net/cgi-bin/moin.cgi">CppUnit</a>.  An autotools build file is also provided but at this moment
-                                is incompatible with some versions of autotools (<a href="http://issues.apache.org/jira/browse/LOGCXX-44">LOGCXX-44</a>).</p>  
+                                for both POSIX and non-POSIX style builds.  The Ant build can produce IDE project files 
+                                for several common IDEs for development and debugging purposes.</p>  
         </body>
 </document>
 

Modified: logging/log4cxx/trunk/src/site/xdoc/manual.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/site/xdoc/manual.xml?rev=577841&r1=577840&r2=577841&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/site/xdoc/manual.xml (original)
+++ logging/log4cxx/trunk/src/site/xdoc/manual.xml Thu Sep 20 11:02:56 2007
@@ -37,7 +37,7 @@
 
 The log4cxx framework is patterned after <a href="http://logging.apache.org/log4j">log4j</a>.
 log4cxx is licensed under the 
-<a href="http://www.apache.org/legal/licenses.html">Apache License</a>,
+<a href="http://www.apache.org/licenses/">Apache License</a>,
 an open source license certified by the 
 <a href="http://www.opensource.org/">Open Source Initiative</a>.
 
@@ -47,7 +47,7 @@
 always available or applicable. This is usually the case for
 multithreaded applications and distributed applications at large.</p>
 
-<p>Experience indicates that logging was an important component of the
+<p>Experience indicates that logging is an important component of the
 development cycle. It offeres several advantages. It provides precise
 <em>context</em> about a run of the application. Once inserted into
 the code, the generation of logging output requires no human
@@ -764,9 +764,9 @@
   otherwise the first of the following file names which exist in the 
   current working directory, "log4cxx.properties", "log4j.properties", 
   "log4cxx.xml" and "log4j.xml". 
-  If configurationOptionStr has not been set, then disable logging.</p> 
+  If configurationOptionStr has not been set, then disable logging.</p></li> 
 
-  <p>Unless a custom configurator is specified using the 
+  <li><p>Unless a custom configurator is specified using the 
   <b>LOG4CXX_CONFIGURATOR_CLASS</b> or <b>log4j.configuratorClass</b>
   environment variable, the PropertyConfigurator will be used to configure
   log4cxx unless the file name ends with the ".xml" extension, 
@@ -893,7 +893,7 @@
 significantly improves the speed of the walk, especially in "sparse"
 hierarchies.</p>
 
-       <p>The typical cost of walking the hierarchy is typically 3
+       <p>The cost of walking the hierarchy is typically 3
        times slower than when logging is turned off entirely.</p></li>
 
    <li><b>Actually outputting log messages</b><br/>