Skip to content

Commit

Permalink
minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Dec 3, 2009
1 parent 77954cd commit efaead1
Showing 1 changed file with 64 additions and 66 deletions.
130 changes: 64 additions & 66 deletions slf4j-site/src/site/pages/download.html
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit efaead1

Please sign in to comment.