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 "Logback: the generic, reliable, fast and flexible logging
framework.".
The branch, master has been updated
via e338de8293ab031e545c76757b5406d63ec21ff1 (commit)
from 5c2b54f9c25b88c3afe1063fcee123b3b200d0c6 (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=logback.git;a=commit;h=e338de8293ab031e545c76757b5406d63ec21ff1
http://github.com/ceki/logback/commit/e338de8293ab031e545c76757b5406d63ec21ff1
commit e338de8293ab031e545c76757b5406d63ec21ff1
Author: Ceki Gulcu <[email protected]>
Date: Fri Oct 14 16:06:11 2011 +0200
added link to ohloh widget
diff --git
a/logback-core/src/main/java/ch/qos/logback/core/OutputStreamAppender.java
b/logback-core/src/main/java/ch/qos/logback/core/OutputStreamAppender.java
index 3038fdb..ac7924b 100644
--- a/logback-core/src/main/java/ch/qos/logback/core/OutputStreamAppender.java
+++ b/logback-core/src/main/java/ch/qos/logback/core/OutputStreamAppender.java
@@ -211,7 +211,7 @@ public class OutputStreamAppender<E> extends
UnsynchronizedAppenderBase<E> {
((DeferredProcessingAware) event).prepareForDeferredProcessing();
}
// the synchronization prevents the OutputStream from being closed while
we
- // are writing. It also prevents multiple thread from entering the same
+ // are writing. It also prevents multiple threads from entering the same
// converter. Converters assume that they are in a synchronized block.
synchronized (lock) {
writeOut(event);
diff --git a/logback-site/src/site/pages/css/screen.css
b/logback-site/src/site/pages/css/screen.css
index b300b22..61b4ef4 100644
--- a/logback-site/src/site/pages/css/screen.css
+++ b/logback-site/src/site/pages/css/screen.css
@@ -13,7 +13,6 @@ body {
}
.footer {
- text-align: right;
color: #564b47;
background-color: #fff;
padding:0px;
diff --git a/logback-site/src/site/pages/templates/footer.js
b/logback-site/src/site/pages/templates/footer.js
index 0b3ef05..0b6af28 100644
--- a/logback-site/src/site/pages/templates/footer.js
+++ b/logback-site/src/site/pages/templates/footer.js
@@ -1,24 +1,25 @@
-document.write('<table class="footer">')
+document.write('<table class="footer" border="0">')
document.write('<tr>')
-document.write(' <td>')
-document.write(' ')
-//document.write(' <a href="http://validator.w3.org/check?uri=referer">')
-//document.write(' <img align="left"
src="http://www.w3.org/Icons/valid-xhtml10"')
-//document.write(' alt="Valid XHTML 1.0 Transitional" height="31"
width="88" /></a>')
-document.write(' </td>')
-
document.write('<td valign="top">Copyright © 2011 <a
href="http://www.qos.ch/">QOS.ch</a></td>')
+
+document.write(' <td rowspan="2">')
+document.write(' <script type="text/javascript"
src="http://www.ohloh.net/p/13616/widgets/project_users.js"></script>')
+document.write(' </td>')
+
+
document.write('</tr>')
AAT = '@'
DOOTT = '.'
document.write('<tr>')
-document.write('<td align="left" colspan="2">')
+
+document.write('<td align="left" colspan="1">')
document.write('We are actively looking for volunteers to proofread the
documentation. Please send your corrections or suggestions for improvement to
"corrections' + AAT +'qos'+DOOTT+'ch". See also the <a
href="http://articles.qos.ch/contributing.html">instructions for
contributors</a>.');
document.write('</td>')
+document.write(' <td> </td>')
+document.write('</tr>')
document.write('</table>')
-
diff --git a/logback-site/src/site/pages/templates/header.js
b/logback-site/src/site/pages/templates/header.js
index 23c86d8..4ee3250 100644
--- a/logback-site/src/site/pages/templates/header.js
+++ b/logback-site/src/site/pages/templates/header.js
@@ -3,9 +3,8 @@ document.write('<td><a href="http://logback.qos.ch/">');
document.write('<img src="' + prefix + 'images/logos/lblogo.jpg" alt=""
border="0"/>');
document.write('</a></td>')
-document.write('<td align="right"><a id="job"
href="http://logback.qos.ch/job.html">');
-document.write('<img src="' + prefix + 'images/myjob.png" alt=""
border="0"/>');
-document.write('</a></td>')
+document.write('<td> </td>');
+
document.write('</tr></table>')
diff --git a/logback-site/src/site/pages/templates/left.js
b/logback-site/src/site/pages/templates/left.js
index dc1400b..12a2fe7 100644
--- a/logback-site/src/site/pages/templates/left.js
+++ b/logback-site/src/site/pages/templates/left.js
@@ -20,5 +20,3 @@ document.write('<p class="menu"><a
href="http://logback.qos.ch/translator/asGroo
document.write('</p>');
-
-
-----------------------------------------------------------------------
Summary of changes:
.../ch/qos/logback/core/OutputStreamAppender.java | 2 +-
logback-site/src/site/pages/css/screen.css | 1 -
logback-site/src/site/pages/templates/footer.js | 21 ++++++++++---------
logback-site/src/site/pages/templates/header.js | 5 +--
logback-site/src/site/pages/templates/left.js | 2 -
5 files changed, 14 insertions(+), 17 deletions(-)
hooks/post-receive
--
Logback: the generic, reliable, fast and flexible logging framework.
_______________________________________________
logback-dev mailing list
[email protected]
http://mailman.qos.ch/mailman/listinfo/logback-dev