[slf4j-dev] [GIT] SLF4J: Simple Logging Facade for Java branch, master, updated. v1.5.9.RC1-18-g94da9e9

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Mon Feb 8 19:44:12 CET 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SLF4J: Simple Logging Facade for Java".

The branch, master has been updated
       via  94da9e9b2c3a5df7438e00b40b25bf07d37c86f8 (commit)
      from  6d5506bcda25187d0cc1ad7319e07713fa2e164e (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=94da9e9b2c3a5df7438e00b40b25bf07d37c86f8
http://github.com/ceki/slf4j/commit/94da9e9b2c3a5df7438e00b40b25bf07d37c86f8

commit 94da9e9b2c3a5df7438e00b40b25bf07d37c86f8
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Mon Feb 8 19:39:47 2010 +0100

    - added links to support and training
    - removed links to stale projects (x4juli and simple-log)

diff --git a/slf4j-site/src/site/pages/templates/footer.js b/slf4j-site/src/site/pages/templates/footer.js
index 8305159..ce67889 100644
--- a/slf4j-site/src/site/pages/templates/footer.js
+++ b/slf4j-site/src/site/pages/templates/footer.js
@@ -10,7 +10,7 @@ document.write('  <td>')
 //document.write('           alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>')
 document.write('   </td>')
 
-document.write('<td valign="top">Copyright &copy; 2004-2009  <a href="http://www.qos.ch/">QOS.ch</a></td>')
+document.write('<td valign="top">Copyright &copy; 2004-2010  <a href="http://www.qos.ch/">QOS.ch</a></td>')
 
 document.write('</tr>')
 document.write('</table>')
diff --git a/slf4j-site/src/site/pages/templates/left.js b/slf4j-site/src/site/pages/templates/left.js
index 510ea40..276d5de 100644
--- a/slf4j-site/src/site/pages/templates/left.js
+++ b/slf4j-site/src/site/pages/templates/left.js
@@ -2,23 +2,25 @@
 document.write('<div class="menuGroup">');
 document.write('  <p class="menu_header">SLF4J Project</p>');
 document.write('    <a href="index.html">Introduction</a>');
-document.write('    <a href="news.html">News</a>');
+document.write('    <a href="download.html">Download</a>');
 document.write('    <a href="docs.html">Documentation</a>');
 document.write('    <a href="license.html">License</a>');
-document.write('    <a href="download.html">Download</a>');
+document.write('    <a href="news.html">News</a>');
+
+document.write('  <p class="menu_header">Support</p>');
 
-document.write('    <a href="repos.html">Source Repository</a>');
 document.write('    <a href="mailing-lists.html">Mailing Lists</a>');
 document.write('    <a href="bug-reporting.html">Bug Reporting</a>');
+document.write('    <a href="repos.html">Source Repository</a>');
+document.write('    <a href="http://www.qos.ch/shop/products/professionalSupport">Support offerings</a>');
+document.write('    <a href="http://www.qos.ch/shop/products/training">Training</a>');
 
 document.write('  <p class="menu_header">Native implementations</p>');
 document.write('    <a href="http://logback.qos.ch/">Logback</a>');
-document.write('    <a href="http://www.x4juli.org">x4juli</a>');
 document.write('    <p class="menu_header">Wrapped implementations</p>');
 document.write('    <a href="api/org/slf4j/impl/JDK14LoggerAdapter.html">JDK14</a>');
 document.write('    <a href="api/org/slf4j/impl/Log4jLoggerAdapter.html">Log4j</a>');
 document.write('    <a href="api/org/slf4j/impl/SimpleLogger.html">Simple</a>');
-document.write('    <a href="http://simple-log.dev.java.net/">Simple-log</a>');
 document.write('  </p>');
 
 document.write('  <p class="menu_header">Sub-projects</p>');

-----------------------------------------------------------------------

Summary of changes:
 slf4j-site/src/site/pages/templates/footer.js |    2 +-
 slf4j-site/src/site/pages/templates/left.js   |   12 +++++++-----
 2 files changed, 8 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
SLF4J: Simple Logging Facade for Java


More information about the slf4j-dev mailing list