
The branch, master has been updated via efaead1e067caebad9b911a2016289d079446e30 (commit) from 77954cd922df1175da06db3781b6a71c76236b6a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.qos.ch/gitweb/?p=slf4j.git;a=commit;h=efaead1e067caebad9b911a2016... http://github.com/ceki/slf4j/commit/efaead1e067caebad9b911a2016289d079446e30 commit efaead1e067caebad9b911a2016289d079446e30 Author: Ceki Gulcu <ceki@qos.ch> Date: Thu Dec 3 18:22:19 2009 +0100 minor correction diff --git a/slf4j-site/src/site/pages/download.html b/slf4j-site/src/site/pages/download.html index f9f8b48..3207e28 100644 --- a/slf4j-site/src/site/pages/download.html +++ b/slf4j-site/src/site/pages/download.html @@ -1,66 +1,64 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> - <title>SLF4J Binary files</title> - <link rel="stylesheet" type="text/css" media="screen" href="css/site.css" /> - </head> - <body> - <script type="text/javascript">prefix='';</script> - - <script src="templates/header.js" type="text/javascript"></script> - <div id="left"> - <noscript>Please turn on Javascript to view this menu</noscript> - <script src="templates/left.js" type="text/javascript"></script> - </div> - <div id="content"> - - - - <h2>Latest official SLF4J distribution</h2> - - <p>Download version ${project.version} including <i>full source code</i>, - class files and documentation in ZIP or TAR.GZ format: </p> - - <p>Stable version</p> - - <ul> - <li><a href="dist/slf4j-${project.version}.tar.gz"><b>slf4j-${project.version}.tar.gz</b></a> </li> - <li><a href="dist/slf4j-${project.version}.zip"><b>slf4j-${project.version}.zip</b></a> </li> - </ul> - - - <h3>Previous versions</h3> - - <p>Previous versions of SLF4J can be downloaded from the <a - href="dist/">main repository</a>. - </p> - - - <h2>Additional SLF4J-related software</h2> - - <ul> - - <li><a href="http://www.jwaresoftware.org/wiki/log4ant/home">Log4Ant</a>, by JWare Software - </li> - - <li><a href="http://code.google.com/p/log4jdbc/">log4jdbc</a>, a JDBC driver which logs SQL information before delegating to an underlying JDBC driver, by Arthur Blake - </li> - - <li><a href="http://code.google.com/p/slf4fx/">SLF4Fx</a>, an open - source logging suite for Flex, by Dmitry Motylev - </li> - <li><a - href="http://svn.codehaus.org/sonar/trunk/sonar-web/src/main/webapp/WEB-INF/lib/slf4j_logger.rb">SLF4J - logger for JRuby on Rails</a> and <a - href="http://svn.codehaus.org/sonar/trunk/sonar-web/src/main/webapp/WEB-INF/config/environments/production.rb">settings - file</a>, by SonarSource </li> - </ul> - - - <script src="templates/footer.js" type="text/javascript"></script> -</div> -</body> -</html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> + +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> + <title>SLF4J Binary files</title> + <link rel="stylesheet" type="text/css" media="screen" href="css/site.css" /> + </head> + <body> + <script type="text/javascript">prefix='';</script> + + <script src="templates/header.js" type="text/javascript"></script> + <div id="left"> + <noscript>Please turn on Javascript to view this menu</noscript> + <script src="templates/left.js" type="text/javascript"></script> + </div> + <div id="content"> + + + + <h2>Latest official SLF4J distribution</h2> + + <p>Download version ${project.version} including <i>full source code</i>, + class files and documentation in ZIP or TAR.GZ format: </p> + + <ul> + <li><a href="dist/slf4j-${project.version}.tar.gz"><b>slf4j-${project.version}.tar.gz</b></a> </li> + <li><a href="dist/slf4j-${project.version}.zip"><b>slf4j-${project.version}.zip</b></a> </li> + </ul> + + + <h3>Previous versions</h3> + + <p>Previous versions of SLF4J can be downloaded from the <a + href="dist/">main repository</a>. + </p> + + + <h2>Additional SLF4J-related software</h2> + + <ul> + + <li><a href="http://www.jwaresoftware.org/wiki/log4ant/home">Log4Ant</a>, by JWare Software + </li> + + <li><a href="http://code.google.com/p/log4jdbc/">log4jdbc</a>, a JDBC driver which logs SQL information before delegating to an underlying JDBC driver, by Arthur Blake + </li> + + <li><a href="http://code.google.com/p/slf4fx/">SLF4Fx</a>, an open + source logging suite for Flex, by Dmitry Motylev + </li> + <li><a + href="http://svn.codehaus.org/sonar/trunk/sonar-web/src/main/webapp/WEB-INF/lib/slf4j_logger.rb">SLF4J + logger for JRuby on Rails</a> and <a + href="http://svn.codehaus.org/sonar/trunk/sonar-web/src/main/webapp/WEB-INF/config/environments/production.rb">settings + file</a>, by SonarSource </li> + </ul> + + + <script src="templates/footer.js" type="text/javascript"></script> +</div> +</body> +</html> ----------------------------------------------------------------------- Summary of changes: slf4j-site/src/site/pages/download.html | 130 +++++++++++++++---------------- 1 files changed, 64 insertions(+), 66 deletions(-) hooks/post-receive -- SLF4J: Simple Logging Facade for Java