[slf4j-dev] svn commit: r777 - in slf4j/trunk/slf4j-site/src/site/resources: . templates
ceki at slf4j.org
ceki at slf4j.org
Sat Mar 3 21:56:39 CET 2007
Author: ceki
Date: Sat Mar 3 21:56:39 2007
New Revision: 777
Added:
slf4j/trunk/slf4j-site/src/site/resources/templates/right.js
Modified:
slf4j/trunk/slf4j-site/src/site/resources/download.html
Log:
correcting version reference
Modified: slf4j/trunk/slf4j-site/src/site/resources/download.html
==============================================================================
--- slf4j/trunk/slf4j-site/src/site/resources/download.html (original)
+++ slf4j/trunk/slf4j-site/src/site/resources/download.html Sat Mar 3 21:56:39 2007
@@ -23,12 +23,12 @@
<h2>Latest official SLF4J version</h2>
- <p>Download version 1.3 including <i>full source code</i>,
+ <p>Download version 1.3.0 including <i>full source code</i>,
class files and documentation in ZIP or TAR.GZ format: </p>
<ul>
- <li><a href="dist/slf4j-1.3.tar.gz"><b>slf4j-1.3.tar.gz</b></a> </li>
- <li><a href="dist/slf4j-1.3.zip"><b>slf4j-1.3.zip</b></a> </li>
+ <li><a href="dist/slf4j-1.3.0.tar.gz"><b>slf4j-1.3.0.tar.gz</b></a> </li>
+ <li><a href="dist/slf4j-1.3.0.zip"><b>slf4j-1.3.0.zip</b></a> </li>
</ul>
Added: slf4j/trunk/slf4j-site/src/site/resources/templates/right.js
==============================================================================
--- (empty file)
+++ slf4j/trunk/slf4j-site/src/site/resources/templates/right.js Sat Mar 3 21:56:39 2007
@@ -0,0 +1,22 @@
+
+document.write('<p class="menu_header">SLF4J-related buzz</p>');
+
+
+document.write('<p class="rm small"><a href="http://www.brokenbuild.com/blog/2007/02/21/maven2-cargo-and-deploying-to-jetty-6-with-commons-logging/">Maven2, Cargo etc.</p>');
+document.write('</p>');
+
+document.write('<p class="rm small"><a href="http://blog.organicelement.com/2006/12/21/commons-logging-classloader-woes/">JCL woes</a></p>');
+document.write('</p>');
+
+document.write('<p class="rm small"><a href="http://www.brodwall.com/johannes/blog/2007/01/20/article-ready-for-edit-embedded-web-integration-testing-with-jetty/">Embedded Web Integration</a>');
+document.write('</p>');
+
+
+document.write('<p class="rm small"><a href="http://www.fernandoribeiro.eti.br/2006/05/how-to-use-slf4j-with-log4j.html">How to Use SLF4J with log4j</a>');
+document.write('</p>');
+
+document.write('<p class="rm small"><a href="http://www.codesmell.de/blog/2006/03/cool-down-hot-deployment.html">Cool down the hot deployment</a>');
+document.write('</p>');
+
+document.write('<p class="rm small"><a href="http://sbtourist.blogspot.com/2007/01/join-us-be-commons-logging-free.html">Join us: Be Commons-Logging Free!</a>');
+document.write('</p>');
More information about the slf4j-dev
mailing list