[Buildbot-commits] site index.html,1.55,1.56 ChangeLog,1.26,1.27

Brian Warner warner at users.sourceforge.net
Sun Mar 12 09:13:07 UTC 2006


Update of /cvsroot/buildbot/site
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6942

Modified Files:
	index.html ChangeLog 
Log Message:
table+CSS-ify the Success Stories portion

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/site/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- ChangeLog	12 Mar 2006 08:21:01 -0000	1.26
+++ ChangeLog	12 Mar 2006 09:13:03 -0000	1.27
@@ -1,5 +1,8 @@
 2006-03-12  Brian Warner  <warner at lothar.com>
 
+	* index.html (Success Stories): turn it into a table, with a light
+	touch of CSS to make it less ugly
+
 	* source-Arch.html: updated the Darcs mirror with a new version of
 	tailor, so there is no longer the spurious extra buildbot/
 	directory

Index: index.html
===================================================================
RCS file: /cvsroot/buildbot/site/index.html,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- index.html	17 Feb 2006 08:35:30 -0000	1.55
+++ index.html	12 Mar 2006 09:13:03 -0000	1.56
@@ -3,6 +3,19 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <title>The BuildBot</title>
+<style type="text/css">
+table {border-collapse: collapse;
+    }
+table.legend {
+    border-style: solid;
+}
+td {border-style: dashed;
+    border-width: 1px;
+    border-color: #808080;
+}
+a img {border-style: hidden;
+}
+</style>
 </head>
 
 <body>
@@ -78,128 +91,365 @@
 
 <h2>Success Stories</h2>
 
-<ul>
-  <li> <a href="http://twistedmatrix.com/buildbot/">twistedmatrix.com</a>:
-  The original publically-visible Buildbot installation runs the <a
-  href="http://twistedmatrix.com/">Twisted</a> unit test suite.</li>
+<table>
 
-  <li>TTimo (at Id software) is using a Buildbot for testing Wolfenstein:
-  Enemy Territory Linux.</li>
+  <tr>
+    <td>Twisted</td>
+    <td><a href="http://twistedmatrix.com/buildbot/">
+      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
+    </td>
+    <td><a href="http://twistedmatrix.com/">
+      <img src="home.png" alt="home page" height="16" width="16"></a>
+    </td>
+    <td>    
+      The original publically-visible Buildbot installation runs the
+      Twisted unit test suite.
+    </td>
+  </tr>
 
-  <li>Christopher Armstrong (radix) has set up a Buildbot to do web testing
-  (using MaxQ) for one of his clients, as well as internally at Nunatak to
-  run python unit tests.</li>
+  <tr>
+    <td>Id Software</td>
+    <td>
+    </td>
+    <td>
+    </td>
+    <td>
+      TTimo (at Id software) is using a Buildbot for testing Wolfenstein:
+      Enemy Territory Linux.
+    </td>
+  </tr>
 
-  <li>'nbm' reports that <q>the first-or-second-largest media company
-  in South Africa uses buildbot</q>, testing PHP code.</li>
+  <tr>
+    <td>Nunatek</td>
+    <td>
+    </td>
+    <td>
+    </td>
+    <td>    
+      Christopher Armstrong (radix) has set up a Buildbot to do web testing
+      (using MaxQ) for one of his clients, as well as internally at Nunatak
+      to run python unit tests.
+    </td>
+  </tr>
 
-  <li>Thomas Vander Stichele at <a href="http://www.fluendo.com">Fluendo</a>
-  is using a <a href="http://build.fluendo.com:8080/">Buildbot</a> to run
-  multi-distribution tests for their <a
-  href="http://www.freedesktop.org/~gstreamer/">GStreamer</a>-based streaming
-  multimedia framework.</li>
+  <tr>
+    <td>?</td>
+    <td>
+    </td>
+    <td>
+    </td>
+    <td>
+      'nbm' reports that <q>the first-or-second-largest media company
+      in South Africa uses buildbot</q>, testing PHP code.
+    </td>
+  </tr>
 
-  <li>Dave Peticolas at Industrial Light & Magic is using a Buildbot
-  internally to test <q>lots of python code</q>.</li>
+  <tr>
+    <td>GStreamer</td>
+    <td><a href="http://build.fluendo.com:8080/">
+      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
+    </td>
+    <td><a href="http://gstreamer.freedesktop.org/">
+      <img src="home.png" alt="home page" height="16" width="16"></a>
+    </td>
+    <td>
+      Thomas Vander Stichele at <a href="http://www.fluendo.com">Fluendo</a>
+      is using a Buildbot to run multi-distribution tests for their
+      GStreamer-based streaming multimedia framework.
+    </td>
+  </tr>
 
-  <li>The Free Geek project has a <a
-  href="http://cvs.freegeek.org/buildbot/">buildbot</a> for the diagnostic
-  tools they use to test donated hardware.</li>
+  <tr>
+    <td>ILM</td>
+    <td>
+    </td>
+    <td>
+    </td>
+    <td>Dave Peticolas at Industrial Light & Magic is using a Buildbot
+  internally to test <q>lots of python code</q>
+    </td>
+  </tr>
 
-  <li>Cory Dodt has created a BuildStep which allows Buildbots to drive <a
-  href="http://pbp.berlios.de">PBP</a> tests. PBP is a web testing tool that
-  (as I understand it) behaves as an HTTP client and makes sure a web
-  application responds to queries correctly. With this BuildStep, you can
-  incorporate PBP tests into your compile/build/test cycle.</li>
+  <tr>
+    <td>Free Geek</td>
+    <td><a href="http://cvs.freegeek.org/buildbot/">
+      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
+    </td>
+    <td>
+    </td>
+    <td>
+      The Free Geek project has a buildbot for the diagnostic tools they use
+      to test donated hardware.
+    </td>
+  </tr>
 
-  <li>According to Fawad Halim, the <a
-  href="http://www.mono-project.com/">Mono</a> project has a <a
-  href="http://mono.ximian.com:8008/">buildbot</a> running to test the HEAD
-  and release branches of the main project on several architectures.</li>
+  <tr>
+    <td>PBP</td>
+    <td>
+    </td>
+    <td><a href="http://pbp.berlios.de/">
+      <img src="home.png" alt="home page" height="16" width="16"></a>
+    </td>
+    <td>
+      Cory Dodt has created a BuildStep which allows Buildbots to drive
+      tests. PBP is a web testing tool that (as I understand it) behaves as
+      an HTTP client and makes sure a web application responds to queries
+      correctly. With this BuildStep, you can incorporate PBP tests into your
+      compile/build/test cycle.
+    </td>
+  </tr>
 
-  <li>Justin Mason reports that the SpamAssassin project is running a <a
-  href="http://buildbot.spamassassin.org:8010/">buildbot</a> too.</li>
+  <tr>
+    <td>Mono</td>
+    <td><a href="http://mono.ximian.com:8008/">
+      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
+    </td>
+    <td><a href="http://www.mono-project.com/">
+      <img src="home.png" alt="home page" height="16" width="16"></a>
+    </td>
+    <td>
+      According to Fawad Halim, the Mono project has a buildbot running to
+      test the HEAD and release branches of the main project on several
+      architectures.
+    </td>
+  </tr>
 
-  <li>Rene Rivera says that the well-known <a
-  href="http://www.boost.org">Boost C++</a> project is moving all their
-  testing to run under a <a
-  href="http://build.redshift-software.com:9990">buildbot</a>, but it does
-  not currently (aug 2005) appear to be online yet.</li>
+  <tr>
+    <td>SpamAssassin</td>
+    <td><a href="http://buildbot.spamassassin.org:8010/">
+      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
+    </td>
+    <td><a href="http://spamassassin.apache.org/">
+      <img src="home.png" alt="home page" height="16" width="16"></a>
+    </td>
+    <td>
+      Justin Mason reports that the SpamAssassin project is running a
+      buildbot too.
+    </td>
+  </tr>
 
-  <li>The <a href="http://www.venge.net/monotone">Monotone</a> version
-  control system is using a <a href="http://venge.net:9000/">buildbot</a> to
-  run unit tests. Their buildbot has been extended to handle Monotone's
-  somewhat-unique VC scheme by Nathaniel Smith, and hopefully the patches
-  will be merged into the main release soon.</li>
+  <tr>
+    <td>Boost</td>
+    <td><a href="http://build.redshift-software.com:9990">
+      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
+    </td>
+    <td><a href="http://www.boost.org">
+      <img src="home.png" alt="home page" height="16" width="16"></a>
+    </td>
+    <td>
+      Rene Rivera says that the well-known Boost C++ project is moving all
+      their testing to run under a buildbot, but it does not currently (aug
+      2005) appear to be online yet.
+    </td>
+  </tr>
 
-  <li>Mark Dillavou reports that he's installed a Buildbot in the <a
-  href="http://www.eng.uab.edu/me/ETLab/">Enabling Technology Laboratory</a>
-  at the University of Alabama, Birmingham, to maintain their visualization
-  and virtual-environment projects.</a>
+  <tr>
+    <td>Monotone</td>
+    <td><a href="http://venge.net:9000/">
+      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
+    </td>
+    <td><a href="http://www.venge.net/monotone">
+      <img src="home.png" alt="home page" height="16" width="16"></a>
+    </td>
+    <td>
+      The Monotone version control system is using a buildbot to run unit
+      tests. Their buildbot has been extended to handle Monotone's
+      somewhat-unique VC scheme by Nathaniel Smith, and hopefully the patches
+      will be merged into the main release soon.
+    </td>
+  </tr>
 
-  <li>Stephen Thorne says that his company, <a
-  href="http://netboxblue.com/">Netbox Blue</a>, uses a buildbot to build and
-  test their network security appliance.</li>
+  <tr>
+    <td>ETLab</td>
+    <td>
+    </td>
+    <td><a href="http://www.eng.uab.edu/me/ETLab/">
+      <img src="home.png" alt="home page" height="16" width="16"></a>
+    </td>
+    <td>
+      Mark Dillavou reports that he's installed a Buildbot in the Enabling
+      Technology Laboratory at the University of Alabama, Birmingham, to
+      maintain their visualization and virtual-environment projects.
+    </td>
+  </tr>
 
-  <li>Ulf Lamping reports that the <a
-  href="http://www.ethereal.com">Ethereal</a> project, a well-known packet
-  sniffer, uses a <a href="http://buildbot.ethereal.com/">buildbot</a> for
-  their cross-platform compatibility testing.</li>
+  <tr>
+    <td>Netbox Blue</td>
+    <td>
+    </td>
+    <td>
+    </td>
+    <td>
+      Stephen Thorne says that his company, Netbox Blue, uses a buildbot to
+      build and test their network security appliance.
+    </td>
+  </tr>
 
-  <li>Clément Stenac writes in to say that the <a
-  href="http://www.videolan.org">VideoLAN Project</a> has a <a
-  href="http://buildbot.videolan.org">Buildbot</a> to do their
-  continuous-integration and nightly builds.</li>
+  <tr>
+    <td>Ethereal</td>
+    <td><a href="http://buildbot.ethereal.com/">
+      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
+    </td>
+    <td><a href="http://www.ethereal.com/">
+      <img src="home.png" alt="home page" height="16" width="16"></a>
+    </td>
+    <td>
+      Ulf Lamping reports that the Ethereal project, a well-known packet
+      sniffer, uses a buildbot for their cross-platform compatibility
+      testing.
+    </td>
+  </tr>
 
-  <li>Stefane Fermigier reports that <a href="http://www.nuxeo.com/">Nuxeo
-  SAS</a> is running <a href="http://buildbot.nuxeo.org/">this buildbot</a>
-  to test their ECM project named <a
-  href="http://www.cps-project.org/">CPS</a>.</li>
+  <tr>
+    <td>VideoLAN</td>
+    <td><a href="http://buildbot.videolan.org/">
+      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
+    </td>
+    <td><a href="http://www.videolan.org/">
+      <img src="home.png" alt="home page" height="16" width="16"></a>
+    </td>
+    <td>
+      Clément Stenac writes in to say that the VideoLAN Project has a
+      Buildbot to do their continuous-integration and nightly builds.
+    </td>
+  </tr>
 
-  <li>The <a href="http://zope.org/">Zope project</a> (a large and well-known
-  application server for building web Content Management Systems and the
-  like) is using a <a href="http://buildbot.zope.org/">buildbot</a> to track
-  the status of Zope3.</li>
+  <tr>
+    <td>Nuxeo</td>
+    <td><a href="http://buildbot.nuxeo.org/">
+      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
+    </td>
+    <td><a href="http://www.nuxeo.com/">
+      <img src="home.png" alt="home page" height="16" width="16"></a>
+    </td>
+    <td>
+      Stefane Fermigier reports that Nuxeo SAS is running this buildbot to
+      test their ECM project named <a
+      href="http://www.cps-project.org/">CPS</a>.
+    </td>
+  </tr>
 
-  <li>Kevin Turner reports that JanRain, Inc. is using a buildbot for their
-  multi-language <a href="http://openidenabled.com/">OpenID
-  libraries</a>.</li>
+  <tr>
+    <td>Zope</td>
+    <td><a href="http://buildbot.zope.org/">
+      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
+    </td>
+    <td><a href="http://zope.org/">
+      <img src="home.png" alt="home page" height="16" width="16"></a>
+    </td>
+    <td>
+      The Zope project (a large and well-known application server for
+      building web Content Management Systems and the like) is using a
+      buildbot to track the status of Zope3.
+    </td>
+  </tr>
 
-  <li><a href="http://www.python.org">Python</a>, the language that the
-  Buildbot is written in, has recently set up its own <a
-  href="http://www.python.org/dev/buildbot/">Buildbot</a>. Guido van Rossum
-  mentioned it in his <a
-  href="//www.artima.com/weblogs/viewpost.jsp?thread=143947">blog</a>.</li>
+  <tr>
+    <td>OpenID</td>
+    <td>
+    </td>
+    <td><a href="http://openidenabled.com/">
+      <img src="home.png" alt="home page" height="16" width="16"></a>
+    </td>
+    <td>
+      Kevin Turner reports that JanRain, Inc. is using a buildbot for their
+      multi-language OpenID libraries.
+    </td>
+  </tr>
 
-  <li>The <a href="http://www.englishbreakfastnetwork.org:8010/">KDE
-  Project</a> has a buildbot, working on their unstable code branch.</li>
+  <tr>
+    <td>Python</td>
+    <td><a href="http://www.python.org/dev/buildbot/">
+      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
+    </td>
+    <td><a href="http://www.python.org/">
+      <img src="home.png" alt="home page" height="16" width="16"></a>
+    </td>
+    <td>
+      Python, the language that the Buildbot is written in, has recently set
+      up its own Buildbot. Guido van Rossum mentioned it in his <a
+      href="//www.artima.com/weblogs/viewpost.jsp?thread=143947">blog</a>,
+      and again in his keynote at PyCon2006.
+    </td>
+  </tr>
 
-  <li>The OpenDarwin <a
-  href="http://wiki.opendarwin.org/index.php/WebKit">WebKit</a> component
-  (which includes the HTML renderer used by the Safari browser in OS-X) has a
-  <a href="http://build.webkit.org/">buildbot</a> too.</li>
+  <tr>
+    <td>KDE</td>
+    <td><a href="http://www.englishbreakfastnetwork.org:8010/">
+      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
+    </td>
+    <td><a href="http://www.kde.org/">
+      <img src="home.png" alt="home page" height="16" width="16"></a>
+    </td>
+    <td>
+      The KDE Project has a buildbot, working on their unstable code branch.
+    </td>
+  </tr>
 
-  <li><b>install a Buildbot today and get your name added here!</b></li>
-</ul>
+  <tr>
+    <td>WebKit</td>
+    <td><a href="http://build.webkit.org/">
+      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
+    </td>
+    <td><a href="http://wiki.opendarwin.org/index.php/WebKit">
+      <img src="home.png" alt="home page" height="16" width="16"></a>
+    </td>
+    <td>
+      The OpenDarwin WebKit component (which includes the HTML renderer used
+      by the Safari browser in OS-X) has a buildbot too.
+    </td>
+  </tr>
+
+  <tr>
+    <td></td>
+    <td>
+    </td>
+    <td>
+    </td>
+    <td><b>install a Buildbot today and get your name added here!</b>
+    </td>
+  </tr>
 
+</table>
 
 
+<p>
+<table class="legend">
+  <tr>
+    <td><img src="buildbot.png" alt="Buildbot" height="16" width="16"></td>
+    <td>link to the buildbot's main status page</td>
+  </tr>
+  <tr>
+    <td><img src="home.png" alt="home page" height="16" width="16"></td>
+    <td>link to the project's home page</td>
+  </tr>
+</table>
+</p>
+
 <hr />
 
-<address>
- <a href="http://www.lothar.com/index.html">
+<a href="http://www.lothar.com/index.html">
  <img WIDTH="44" HEIGHT="32" ALIGN="left"
       src="http://www.lothar.com/castle-icon.gif" />
- </a>
+</a>
+<a href="http://sourceforge.net">
+ <img src="http://sourceforge.net/sflogo.php?group_id=73177&type=5"
+      width="210" height="62" border="0" alt="SourceForge.net Logo"
+      align="right" />
+</a>
+<address>
  <a href="http://www.lothar.com/warner.html">Brian Warner</a>
  <warner @ lothar.com>
 </address>
 
-<a href="http://sourceforge.net">
-<img src="http://sourceforge.net/sflogo.php?group_id=73177&type=5"
-     width="210" height="62" border="0" alt="SourceForge.net Logo"
-     align="right" />
-</a>
 
-<!-- hhmts start -->Last modified: Fri Feb 17 00:34:36 PST 2006 <!-- hhmts end -->
+
+
+<p><font size="-1">The pretty home page icon comes from the <a
+href="http://tango-project.org/Tango_Icon_Gallery">Tango Project</a>, and is
+used under the <a
+href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commands
+Attribution Share-Alike license</a>.</font></p>
+
+<!-- hhmts start -->Last modified: Sun Mar 12 00:33:14 PST 2006 <!-- hhmts end -->
 </body> </html>





More information about the Commits mailing list