
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 947931023b158b3e78b70f84ef514aa24db6f79e (commit) via 49b996c76ed4e832adb9a4513a9fd5c23f2f0b9d (commit) from 93c4a909fb06135515f7d3a0b057ddede0c8cd4b (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=947931023b158b3e78b70f84ef5... http://github.com/ceki/slf4j/commit/947931023b158b3e78b70f84ef514aa24db6f79e commit 947931023b158b3e78b70f84ef514aa24db6f79e Author: Ceki Gulcu <ceki@qos.ch> Date: Fri Feb 25 22:54:19 2011 +0100 added a link to logback/jb.html from the header diff --git a/slf4j-site/src/site/pages/templates/header.js b/slf4j-site/src/site/pages/templates/header.js index d2e29d8..2e44443 100644 --- a/slf4j-site/src/site/pages/templates/header.js +++ b/slf4j-site/src/site/pages/templates/header.js @@ -4,7 +4,7 @@ document.write('<td><a href="http://www.slf4j.org/">'); document.write('<img src="' + prefix + 'images/logos/slf4j-logo.jpg" alt="" border="0"/>'); document.write('</a></td>') -document.write('<td align="right"><a href="http://www.slf4j.org/">'); +document.write('<td align="right"><a href="http://logback.qos.ch/job.html">'); document.write('<img src="' + prefix + 'images/myjob.png" alt="" border="0"/>'); document.write('</a></td>') http://git.qos.ch/gitweb/?p=slf4j.git;a=commit;h=49b996c76ed4e832adb9a4513a9... http://github.com/ceki/slf4j/commit/49b996c76ed4e832adb9a4513a9fd5c23f2f0b9d commit 49b996c76ed4e832adb9a4513a9fd5c23f2f0b9d Author: Ceki Gulcu <ceki@qos.ch> Date: Thu Feb 24 23:56:11 2011 +0100 adding a link to qos.ch careers diff --git a/slf4j-site/src/site/pages/templates/header.js b/slf4j-site/src/site/pages/templates/header.js index bbaac0d..d2e29d8 100644 --- a/slf4j-site/src/site/pages/templates/header.js +++ b/slf4j-site/src/site/pages/templates/header.js @@ -1,7 +1,12 @@ -document.write('<p align="left">'); -document.write('<a href="http://www.slf4j.org/">'); +document.write('<table width="100%" border="0"><tr>'); +document.write('<td><a href="http://www.slf4j.org/">'); document.write('<img src="' + prefix + 'images/logos/slf4j-logo.jpg" alt="" border="0"/>'); -document.write('</a>') -document.write('</p>'); +document.write('</a></td>') + +document.write('<td align="right"><a href="http://www.slf4j.org/">'); +document.write('<img src="' + prefix + 'images/myjob.png" alt="" border="0"/>'); +document.write('</a></td>') + +document.write('</tr></table>'); document.write('<div id="breadcrumbs"></div>'); \ No newline at end of file diff --git a/slf4j-site/src/site/resources/images/myjob.png b/slf4j-site/src/site/resources/images/myjob.png new file mode 100644 index 0000000..40b50d4 Binary files /dev/null and b/slf4j-site/src/site/resources/images/myjob.png differ ----------------------------------------------------------------------- Summary of changes: slf4j-site/src/site/pages/templates/header.js | 13 +++++++++---- slf4j-site/src/site/resources/images/myjob.png | Bin 0 -> 2468 bytes 2 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 slf4j-site/src/site/resources/images/myjob.png hooks/post-receive -- SLF4J: Simple Logging Facade for Java