Converted homepage to use SihnonFramework and updated content

This commit is contained in:
2011-12-30 02:41:53 +00:00
parent e1012e034f
commit 28117760a5
67 changed files with 1829 additions and 1468 deletions

View File

@@ -0,0 +1,37 @@
<h2>StatusBoard</h2>
<p>
StatusBoard is a simple PHP web-based tool for displaying the status of services. Administrators can manually record incidents and provide
estimated end times and simple descriptions. This tool is suitable for exposing status information to customers or other third parties and
does not need to be connected to internal systems.
</p>
<div class="container">
<div class="row">
<div class="span8 column">
<h3>Features</h3>
<ul>
<li>Customisable list of Services and Sites.</li>
<li>Manual reporting and status changes for Incidents.</li>
<li>Multiple severity levels.</li>
<li>Full admin UI.</li>
</ul>
</div>
<div class="span8 column">
<img class="span8" src="{$base_uri}images/status-board/overview.png" alt="StatusBoard Overview" />
</div>
</div>
<div class="row">
<div class="span16">
<h3>Source</h3>
<p>
View or clone a copy of the Git repositories from one of the mirrors listed below:
</p>
<ul>
<li><a href="https://git.sihnon.net/cgit.cgi/status-board.git/" title="Sihnon Mirror">Sihnon Mirror</a></li>
<li><a href="https://github.com/optiz0r/status-board/" title="GitHub Mirror">GitHub Mirror</a></li>
</ul>
</div>
</div>
</div>