
Author: seb Date: Fri Dec 15 14:31:30 2006 New Revision: 1087 Added: logback/trunk/logback-site/src/site/resources/images/ceki.gif (contents, props changed) logback/trunk/logback-site/src/site/xdocTemplates/team.xml Modified: logback/trunk/logback-site/src/site/site.xml logback/trunk/logback-site/src/site/xdocTemplates/news.xml Log: first draft of the qos team page Added: logback/trunk/logback-site/src/site/resources/images/ceki.gif ============================================================================== Binary file. No diff available. Modified: logback/trunk/logback-site/src/site/site.xml ============================================================================== --- logback/trunk/logback-site/src/site/site.xml (original) +++ logback/trunk/logback-site/src/site/site.xml Fri Dec 15 14:31:30 2006 @@ -16,13 +16,6 @@ </bannerLeft> <body> - <!-- - <links> - <item name="Core Module" href="http://logback.qos.ch/core/" /> - <item name="Classic Module" href="http://logback.qos.ch/classic/"/> - <item name="Access Module" href="http://logback.qos.ch/access/"/> - </links> - --> <menu name="Logback Project"> <item name="Introduction" href="index.html"/> @@ -34,6 +27,7 @@ <item name="Bug Report" href="bugreport.html"/> <item name="License" href="license.html" /> <item name="Log4j Properties Translator" href="http://logback.qos.ch/translator/" /> + <item name="Logback Team" href="team.html" /> </menu> </body> </project> \ No newline at end of file Modified: logback/trunk/logback-site/src/site/xdocTemplates/news.xml ============================================================================== --- logback/trunk/logback-site/src/site/xdocTemplates/news.xml (original) +++ logback/trunk/logback-site/src/site/xdocTemplates/news.xml Fri Dec 15 14:31:30 2006 @@ -10,7 +10,7 @@ <body> <h2>Logback News</h2> - <p>Here are the lastest news about logback.</p> + <p>Here are the latest news about logback.</p> <h3>November 30th, 2006 - Release of version 0.6</h3> Added: logback/trunk/logback-site/src/site/xdocTemplates/team.xml ============================================================================== --- (empty file) +++ logback/trunk/logback-site/src/site/xdocTemplates/team.xml Fri Dec 15 14:31:30 2006 @@ -0,0 +1,39 @@ +<?xml version="1.0"?> +<document> + + <properties> + <author email="ceki at qos ddoott ch ">Ceki Gulcu</author> + <author email="sebastien at qos ddoott ch ">Sebastien Pennec</author> + <title>Logback Team</title> + </properties> + + <body> + <h2>Logback Team</h2> + + <p>Let us introduce you to the logback team members:</p> + + <table> + <tr> + <td><img src="images/ceki.gif" alt="Ceki" witdh="79" height="110"/></td> + <td> + Ceki Gülcü has been working on logging systems since 1996. + He is the founder of the log4j as well as logback projects. + Ceki very much enjoys writing software, a task far more difficult + than what it might seem at first sight. + One of the core lessons he has learned is that unit tests lie + at the heart of maintainable software. + </td> + </tr> + <tr> + <td><img src="images/seb.gif" alt="Sebastien" witdh="79" height="110"/></td> + <td> + Sébastien Pennec has been using computers for the most part of + his life, be it as a hobby, or during his studies or, + more recently, as Software Engineer. He loves to write software in dynamic + and enthusiastic environments, while learning new technologies and practices. + </td> + </tr> + </table> + + </body> +</document>