Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
added thanks to Rackspace
Browse files Browse the repository at this point in the history
  • Loading branch information
agroszer committed Apr 2, 2014
1 parent cda95f1 commit 86c04f7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
12 changes: 9 additions & 3 deletions templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</head>
<body class="interface">
{% block header -%}
<div class="header">
<div class="header">
<a href="{{ path_to_root or '.' }}">Home</a>
- <a href="{{ path_to_root }}waterfall">Waterfall</a>
<a href="{{ path_to_root }}grid">Grid</a>
Expand All @@ -35,11 +35,11 @@
<hr/>

<div class="content">
{%- block content -%}
{%- block content -%}
{%- endblock -%}
</div>

{%- block footer -%}
{%- block footer -%}
<div class="footer" style="clear:both">
<hr/>
<a href="http://buildbot.net/">BuildBot</a> ({{version}})
Expand All @@ -53,6 +53,12 @@
&nbsp;project.
{%- endif -%}
<br/>
This buildbot is generously hosted on a <a href="http://www.rackspace.com/">Rackspace</a> VM.
<br/>
Configuration at: <a href="https://github.com/zopefoundation/zope.winbot">https://github.com/zopefoundation/zope.winbot</a>
<br/>
The egg builder task source is at: <a href="https://github.com/zopefoundation/zope.wineggbuilder">https://github.com/zopefoundation/zope.wineggbuilder</a>
<br/>
Page built: <b>{{ time }}</b> ({{ tz }})
</div>
{% endblock -%}
Expand Down
11 changes: 4 additions & 7 deletions templates/root.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>Welcome to the Buildbot

<ul>
{% set item_class=cycler('alt', '') %}

<li class="{{ item_class.next() }}">The <a href="waterfall">Waterfall Display</a> will give you a
time-oriented summary of recent buildbot activity.</li>

Expand All @@ -29,7 +29,7 @@ <h1>Welcome to the Buildbot
<li class="{{ item_class.next() }}">The <a href="tgrid">Transposed Grid Display</a> presents
the same information as the grid, but lists the revisions down the side.</li>

<li class="{{ item_class.next() }}">The <a href="console">Console</a> presents
<li class="{{ item_class.next() }}">The <a href="console">Console</a> presents
a user-oriented status page.</li>

<li class="{{ item_class.next() }}">The <a href="builders">Builders</a> and their most recent builds are
Expand All @@ -44,11 +44,8 @@ <h1>Welcome to the Buildbot
<li class="{{ item_class.next() }}"><a href="about">About</a> this Buildbot</li>
</ul>


<p>This buildbot is sponsored by the <a href="http://foundation.zope.org/">Zope foundation</a></p>

<p>Configuration at: <a href="svn://svn.zope.org/repos/main/zope.wineggbuilder/trunk/master.cfg">svn://svn.zope.org/repos/main/zope.wineggbuilder/trunk/master.cfg</a></p>

<h2>This buildbot is generously hosted on a <a href="http://www.rackspace.com/">Rackspace</a> VM.</h2>
<p>Special thanks go to <a href="http://jessenoller.com/">Jesse Noller</a>.</p>

</div>

Expand Down

0 comments on commit 86c04f7

Please sign in to comment.