[slf4j-dev] [GIT] SLF4J: Simple Logging Facade for Java branch, master, updated. edf889671c1a126ac8722925d731375f75d3f200

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Tue Sep 1 17:36:20 CEST 2009


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  edf889671c1a126ac8722925d731375f75d3f200 (commit)
      from  1e3aadf8d8442882429ef5df53e0af455157d2ca (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=edf889671c1a126ac8722925d731375f75d3f200
http://github.com/ceki/slf4j/commit/edf889671c1a126ac8722925d731375f75d3f200

commit edf889671c1a126ac8722925d731375f75d3f200
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Tue Sep 1 17:34:04 2009 +0200

    - added a link to the log4j manual

diff --git a/slf4j-site/src/site/pages/css/site.css b/slf4j-site/src/site/pages/css/site.css
index fd85869..36d1f00 100644
--- a/slf4j-site/src/site/pages/css/site.css
+++ b/slf4j-site/src/site/pages/css/site.css
@@ -125,26 +125,40 @@ strong {
   position: absolute;
   left: 0px;
   width: 15em;
-  color: #564b47;
   margin: 4px 0px 0px 4px; 
   padding: 0px;
-  /* background-color: #ffffff;    */
+  font-size: 80%;
+  background-color: #ffffff;
+}
+
+.menuGroup {
   border: 1px solid #cccccc;
-  /*  background-color: #ffcc99; */
   background-color: #ffffff;
-  font-size: 80%;
+  color: #564b47;
+  border: 1px solid #cccccc;
 }
 
-#left a, #right a {
+.menuGroup a {
   display: block; 
   width: 95.5%; 
   margin: 0px; 
   padding: 2px; 
   border: solid 1px #FFFFFF; 
-  color: #0000CC; 
+  color: #0066cc; 
   text-decoration: none;
 }
 
+.menuGroup a:hover {
+  border: solid 1px #FFFFFF; 
+  background-color: #3333CC; 
+  color: #ffffff;
+}
+
+.pub {
+  text-align: center;
+}
+
+
 p.menu_header {
   margin: 0px; 
   padding: 2px;
@@ -154,37 +168,12 @@ p.menu_header {
   border-bottom: solid 1px #CCCCCC;
 }
 
-#left a:hover, #right a:hover {
-  border: solid 1px #FFFFFF; 
-  background-color: #3333CC; 
-  color: #ffffff;
-}
-
 #content {
   margin: 0px 12em 0px 16em;
   padding: 0px;
   background-color: #ffffff;  
 }
 
-/*   border: 1px solid #cccccc; /*
-#right {
-  position: absolute;
-  right: 0px;        
-  width: 14em;
-  color: #564b47;
-  margin: 4px 4px 0px 0px; 
-  padding: 0px;
-  background-color: #ffffff;    
-  font-size: 80%;
-}
-
-#left img {
-	display: block;
-	margin: 20px 0 20px 17px;
-	border: none;
-	width: 90px;
-	height: 30px;
-}
 
 #content img {
 	border:none;
diff --git a/slf4j-site/src/site/pages/templates/left.js b/slf4j-site/src/site/pages/templates/left.js
index fd6bfaf..a505cc8 100644
--- a/slf4j-site/src/site/pages/templates/left.js
+++ b/slf4j-site/src/site/pages/templates/left.js
@@ -1,25 +1,35 @@
 
-document.write('<p class="menu_header">SLF4J Project</p>');
-document.write('<p><a href="index.html">Introduction</a>');
-document.write('<a href="news.html">News</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('<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="docs.html">Documentation</a>');
+document.write('    <a href="license.html">License</a>');
+document.write('    <a href="download.html">Download</a>');
 
-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="mailing-lists.html">Mailing Lists</a>');
+document.write('    <a href="bug-reporting.html">Bug Reporting</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">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>');
-document.write('<a href="http://www.slf4j.org/taglib/">slf4j-taglib</a>');
-document.write('</p>');
+document.write('  <p class="menu_header">Sub-projects</p>');
+document.write('    <a href="http://www.slf4j.org/taglib/">slf4j-taglib</a>');
+document.write('  </p>');
+
+document.write('</div>');
+
+document.write('<p>&nbsp;</p>');
+document.write('<p class="pub">');
+document.write('  <a href="https://www.qos.ch/shop/products/log4j/log4j-Manual.jsp">');
+document.write('    <img src="images/buyDirect.jpg" border="0" title="" alt="buy direct from the developer"/>');
+document.write('  </a>');
+document.write('</p>');
\ No newline at end of file
diff --git a/slf4j-site/src/site/resources/images/buyDirect.jpg b/slf4j-site/src/site/resources/images/buyDirect.jpg
new file mode 100644
index 0000000..dd2ff4c
Binary files /dev/null and b/slf4j-site/src/site/resources/images/buyDirect.jpg differ

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

Summary of changes:
 slf4j-site/src/site/pages/css/site.css             |   51 ++++++++------------
 slf4j-site/src/site/pages/templates/left.js        |   52 ++++++++++++--------
 slf4j-site/src/site/resources/images/buyDirect.jpg |  Bin 0 -> 24142 bytes
 3 files changed, 51 insertions(+), 52 deletions(-)
 create mode 100644 slf4j-site/src/site/resources/images/buyDirect.jpg


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



More information about the slf4j-dev mailing list