yoavs 2004/07/27 13:17:28 Modified: src/xdocs download.xml plan.xml Log: Corrected broken link on plan page, broke out ports into two sections: one for Apache Logging Services projects, and one for others. Revision Changes Path 1.70 +31 -23 logging-log4j/src/xdocs/download.xml Index: download.xml =================================================================== RCS file: /home/cvs/logging-log4j/src/xdocs/download.xml,v retrieving revision 1.69 retrieving revision 1.70 diff -u -r1.69 -r1.70 --- download.xml 19 Apr 2004 10:18:51 -0000 1.69 +++ download.xml 27 Jul 2004 20:17:27 -0000 1.70 @@ -243,10 +243,38 @@ </dl> </section> - <section name="Ports to other languages (listed in alphabetical order)"> + <section name="Ports to other languages (listed in alphabetical order within each section)"> + + <subsection name="Fellow Apache Logging Services Projects"> <dl> <!-- =========================================================================== --> + + <dt><a + href="http://sourceforge.net/projects/log4cxx/"><b>log4cxx</b></a></dt> + <dd>Log4cxx is a port to C++ of the log4j project.</dd> + + <!-- =========================================================================== --> + <dt><a href="http://www.vxr.it/log4php/"><b>log4php</b></a></dt> + + <dd>Log4Php is a PHP port of log4j framework. It supports xml configuration, + logging to files, stdout/err, syslog, socket, configurable + output layouts and logging levels. </dd> + + <!-- =========================================================================== --> + <dt><a + href="http://www.neoworks.com/products/free/log4net/"><b>log4net</b></a></dt> + + <dd>The .NET implementation of the popular log4j Java API + providing flexible and arbitrarily granular control over log + management and configuration.</dd> + + </dl> + </subsection> + + <subsection name="Other Ports"> + <dl> + <!-- =========================================================================== --> <dt><a href="http://log4c.sourceforge.net"><b>log4c</b></a></dt> @@ -272,12 +300,6 @@ log4j API.</dd> <!-- =========================================================================== --> - - <dt><a - href="http://sourceforge.net/projects/log4cxx/"><b>log4cxx</b></a></dt> - <dd>Log4cxx is a port to C++ of the log4j project.</dd> - - <!-- =========================================================================== --> <dt><a href="http://goanna.sourceforge.net/"><b>log4E</b></a></dt> @@ -306,21 +328,6 @@ written to a file. It is modeled after Jakarta log4j. </dd> - <!-- =========================================================================== --> - <dt><a - href="http://www.neoworks.com/products/free/log4net/"><b>log4net</b></a></dt> - - <dd>The .NET implementation of the popular log4j Java API - providing flexible and arbitrarily granular control over log - management and configuration.</dd> - - <!-- =========================================================================== --> - <dt><a href="http://www.vxr.it/log4php/"><b>log4php</b></a></dt> - - <dd>Log4Php is a PHP port of log4j framework. It supports xml configuration, - logging to files, stdout/err, syslog, socket, configurable - output layouts and logging levels. </dd> - <!-- =========================================================================== --> <dt><a href="http://www.its4you.at/log4py.php"><b>log4py</b></a></dt> @@ -369,7 +376,8 @@ <!-- =========================================================================== --> </dl> - + + </subsection> <p>If you would like your software to be listed here, then send a note to the <a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a> 1.10 +1 -1 logging-log4j/src/xdocs/plan.xml Index: plan.xml =================================================================== RCS file: /home/cvs/logging-log4j/src/xdocs/plan.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- plan.xml 8 Apr 2004 01:47:44 -0000 1.9 +++ plan.xml 27 Jul 2004 20:17:27 -0000 1.10 @@ -11,7 +11,7 @@ <section name="Plan? What plan?"> <p>The following paragragh was adapted from the <a - href="http://jakarta.apache.org/cactus/todo.html">Cactus + href="http://jakarta.apache.org/cactus/">Cactus project's roadmap</a> with the author's permission. </p>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]