You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gr...@apache.org on 2012/07/07 17:16:18 UTC

svn commit: r1358589 - /logging/site/branches/cms/trunk/content/index.twig

Author: grobmeier
Date: Sat Jul  7 15:16:18 2012
New Revision: 1358589

URL: http://svn.apache.org/viewvc?rev=1358589&view=rev
Log:
resorted projects

Modified:
    logging/site/branches/cms/trunk/content/index.twig

Modified: logging/site/branches/cms/trunk/content/index.twig
URL: http://svn.apache.org/viewvc/logging/site/branches/cms/trunk/content/index.twig?rev=1358589&r1=1358588&r2=1358589&view=diff
==============================================================================
--- logging/site/branches/cms/trunk/content/index.twig (original)
+++ logging/site/branches/cms/trunk/content/index.twig Sat Jul  7 15:16:18 2012
@@ -12,41 +12,42 @@
 
 <div class="row">
 	<div class="span4">
-		<h2>Apache chainsaw</h2>
-		<p>A GUI based log viewer. Chainsaw is a companion application to log4j written by members of the log4j 
-		development community.</p>
-		<p><a target="_blank" class="btn" href="chainsaw/2.x">Project site &raquo;</a></p>
+		<h2>Apache log4j 2 <span class="label label-warning" style="vertical-align: top;">Alpha</span></h2>
+		<p>Log4j 2 is an upgrade to Log4j that provides significant improvements over its predecessor, Log4j 1.x.</p>
+		<p><a target="_blank" class="btn" href="log4j/2.x/">Project site &raquo;</a></p>
 	</div>
 	<div class="span4">
-		<h2>Apache log4cxx</h2>
-		<p>Apache log4cxx is a logging framework for C++ patterned after log4j.</p>
-		<p><a target="_blank" class="btn" href="log4cxx/0.x/">Project site &raquo;</a></p>
+		<h2>Apache log4php</h2>
+		<p>A versatile logging framework for PHP. Originally a port of Apache log4j to PHP, it has grown to include
+		various PHP specific features.</p>
+		<p><a target="_blank" class="btn" href="log4php/2.x">Project site &raquo;</a></p>
 	</div>
 	<div class="span4">
-		<h2>Apache log4j</h2>
-		<p>The original Apache logging framework for Java.</p>
-		<p><a target="_blank" class="btn" href="log4j/1.2/">Project site &raquo;</a></p>
+		<h2>Apache log4net</h2>
+		<p>A port of the excellent Apache log4j framework to the Microsoft .NET runtime.</p>
+		<p><a target="_blank" class="btn" href="log4net/1.x/">Project site &raquo;</a></p>
 	</div>
 </div>
 
 <div class="row">
 	<div class="span4">
-		<h2>Apache log4j 2 <span class="label label-warning" style="vertical-align: top;">Alpha</span></h2>
-		<p>Log4j 2 is an upgrade to Log4j that provides significant improvements over its predecessor, Log4j 1.x.</p>
-		<p><a target="_blank" class="btn" href="log4j/2.x/">Project site &raquo;</a></p>
+		<h2>Apache chainsaw</h2>
+		<p>A GUI based log viewer. Chainsaw is a companion application to log4j written by members of the log4j 
+		development community.</p>
+		<p><a target="_blank" class="btn" href="chainsaw/2.x">Project site &raquo;</a></p>
 	</div>
 	<div class="span4">
-		<h2>Apache log4net</h2>
-		<p>A port of the excellent Apache log4j framework to the Microsoft .NET runtime.</p>
-		<p><a target="_blank" class="btn" href="log4net/1.x/">Project site &raquo;</a></p>
+		<h2>Apache log4j</h2>
+		<p>The original Apache logging framework for Java.</p>
+		<p><a target="_blank" class="btn" href="log4j/1.2/">Project site &raquo;</a></p>
 	</div>
 	<div class="span4">
-		<h2>Apache log4php</h2>
-		<p>A versatile logging framework for PHP. Originally a port of Apache log4j to PHP, it has grown to include
-		various PHP specific features.</p>
-		<p><a target="_blank" class="btn" href="log4php/2.x">Project site &raquo;</a></p>
+		<h2>Apache log4cxx</h2>
+		<p>Apache log4cxx is a logging framework for C++ patterned after log4j.</p>
+		<p><a target="_blank" class="btn" href="log4cxx/0.x/">Project site &raquo;</a></p>
 	</div>
 </div>
+
 {% endblock %}
 
 {% comment %}