[slf4j-dev] [GIT] SLF4J: Simple Logging Facade for Java branch master updated. v_1.6.5-8-g0faf4ac

Gitbot git-noreply at pixie.qos.ch
Mon Jun 11 16:24:54 CEST 2012


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  0faf4ac162f6edb220be14cd9027ff2a6935c934 (commit)
      from  e5eb0b068d3e99fb5a39c82ce6f72e484f33e9d1 (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=0faf4ac162f6edb220be14cd9027ff2a6935c934
http://github.com/ceki/slf4j/commit/0faf4ac162f6edb220be14cd9027ff2a6935c934

commit 0faf4ac162f6edb220be14cd9027ff2a6935c934
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Mon Jun 11 16:23:20 2012 +0200

    source repo moved to https://github.com/qos-ch/slf4j

diff --git a/slf4j-site/src/site/pages/news.html b/slf4j-site/src/site/pages/news.html
index 7535468..fa60f20 100644
--- a/slf4j-site/src/site/pages/news.html
+++ b/slf4j-site/src/site/pages/news.html
@@ -30,6 +30,10 @@
    <hr noshade="noshade" size="1"/>
 
    <h3>11th of June, 2012 of SLF4J 1.6.6</h3>
+
+   <p>Source repository has been moved to <a
+   href="https://github.com/qos-ch/slf4j">https://github.com/qos-ch/slf4j</a>
+   on github.</p>
  
    <p>In case multiple binding are found on the class path, SLF4J will
    now output the name the framework/implementation class it is
diff --git a/slf4j-site/src/site/pages/repos.html b/slf4j-site/src/site/pages/repos.html
deleted file mode 100644
index d7efe04..0000000
--- a/slf4j-site/src/site/pages/repos.html
+++ /dev/null
@@ -1,104 +0,0 @@
-<!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</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">
-      <script src="templates/left.js" type="text/javascript"></script>
-    </div>
-    <div id="content">
-
-  <h1>Source code repositories</h1>
-
-	<p>We store the project's source code in a revision control system
-	called Git. Developers have write access to the repository, enabling
-	them to make changes to the source code. Everyone else has
-	read-access to the repository. Thus, anyone can check out latest
-	development version of the software. Note that the latest version in
-	the repository may not work as expected. It may even not compile. If
-	you are looking for a stable release, then download an official
-	distribution.
-  </p>
-
-  <p>There are several ways to access the git repository:</p>
-
-  <h2>Web Access</h2>
-
-  <p>If you just wish to browse around or download a few individual
-  files, you can do so with your web-browser:
-  </p>
-
-  <table cellspacing="6">
-
-    <tr>
-      <td>on github</td>
-      <td>
-        <a href="http://github.com/ceki/slf4j/tree/master">
-        http://github.com/ceki/slf4j/tree/master</a> (slow but rich)
-      </td>
-    </tr>
-
-
-    <tr>
-      <td>on git.qos.ch</td>
-      <td><a href="http://git.qos.ch/gitweb/?p=slf4j.git;a=summary">
-      http://git.qos.ch/gitweb/?p=slf4j.git;a=summary</a> (fast but minimal)
-      </td>
-    </tr>
-
-  </table>
-
-  <h2>Cloning</h2>
-
-
-  <p>Anyone can clone the slf4j repository. All you need is a git
-  client. To clone our SLF4J git repository, issue one of the two
-  following commands: </p>
-
-
-  <table cellpadding="4" cellspacing="1" class="bodyTable" style="font-size: 120%;">
-
-    <tr class="alt">
-      <th>transport protocol</th>
-      <th>git clone command</th>
-    </tr>
-
-    <tr >
-      <td>git</td>
-      <td><code>git clone git://git.qos.ch/slf4j</code></td>
-    </tr>
-
-    <tr class="alt">
-      <td>git</td>
-      <td><code>git clone git://github.com/ceki/slf4j.git</code></td>
-    </tr>
-
-    <tr >
-      <td>http</td>
-      <td><code>git clone http://git.qos.ch/slf4j/</code></td>
-    </tr>
-  </table>
-  
-  
-  <p>In principle, the repositories listed above have identical
-  contents.</p>
-  
-
-  <h2>Subversion</h2>
-
-  <p>Previously, we relied on Subversion as our version control
-  system. Git is considerably better.</p>
-
-  <script src="templates/footer.js" type="text/javascript"></script>
-
-</div>
-</body>
-</html>
diff --git a/slf4j-site/src/site/pages/templates/left.js b/slf4j-site/src/site/pages/templates/left.js
index 6df2bdf..83e1608 100644
--- a/slf4j-site/src/site/pages/templates/left.js
+++ b/slf4j-site/src/site/pages/templates/left.js
@@ -11,7 +11,7 @@ document.write('  <p class="menu_header">Support</p>');
 
 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="https://github.com/qos-ch/slf4j">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>');
 

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

Summary of changes:
 slf4j-site/src/site/pages/news.html         |    4 +
 slf4j-site/src/site/pages/repos.html        |  104 ---------------------------
 slf4j-site/src/site/pages/templates/left.js |    2 +-
 3 files changed, 5 insertions(+), 105 deletions(-)
 delete mode 100644 slf4j-site/src/site/pages/repos.html


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


More information about the slf4j-dev mailing list