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,16 @@
<h2>Third Year Project</h2>
<p>
I am still working on my project, but in the mean time I have some binaries available for user testing.
Please report any bugs you might find on the <a href="https://bugs.sihnon.net/" title="Sihnon Bug Tracker">bug tracker</a>.
</p>
<p>
These binaries are solely for testing purposes, and may not be redistributed from anywhere other than this site.
I may find time to produce a source package in the future.
<ul>
<li><a href="{$base_uri}files/rsdss_1.01_i386.deb" title="Ubuntu x86 deb package">rsdss-1.01-i386.deb</a></li>
<li><a href="{$base_uri}files/rsdss-1.0.1-i386.tar.bz2" title="Linux x86 binary archive">rsdss-1.0.1-i386.tar.bz2</a></li>
<li><a href="{$base_uri}files/rsdss-1.0.2-win32.zip" title="Windows 32-bit zip archive">rsdss-1.0.2-win32.zip</a></li>
</ul>
</p>

View File

@@ -0,0 +1,22 @@
<h2>Gentoo Portage Overlay</h2>
<p>
The ebuilds in this overlay have mostly been taken from the Gentoo
bugzilla, where the packages haven't yet made it into the portage tree. There
are also a couple of version-bumped packages, and packages to install homegrown
software on local machines. Feel free to use these packages, but do so at your
own risk.
</p>
<p>
You can install this overlay using layman. Add the the
<a href="https://dev.sihnon.net/projects/gentoo-overlay/layman.xml" title="Sihnon overlay url">Sihnon overlay url</a>
to your overlays variable in <code class="file">/etc/layman/layman.cfg</code>. Then update
the list of overlays with <code class="root">layman -L</code> and add the Sihnon overlay
with <code class="root">layman -a sihnon</code>.
</p>
<p>
The contents of the overlay can be browsed in the
<a href="https://git.sihnon.net/cgit.cgi/gentoo-overlay.git/" title="Sihnon Git repository browser">Sihnon Git repository browser</a>.
</p>

View File

@@ -0,0 +1,36 @@
<h2>RippingCluster</h2>
<p>
RippingCluster provides a web interface for managing a cluster of nodes for transcoding DVDs. The application provides the means
to list available sources and prepare a list of titles to rip over a collection of nodes using HandBrake and Gearman.
</p>
<div class="container">
<div class="row">
<div class="span8 column">
<img class="span8" src="{$base_uri}images/ripping-cluster/overview.png" alt="RippingCluster Overview" />
</div>
<div class="span8 column">
<h3>Features</h3>
<ul>
<li>Multiple machines can participate in transcoding jobs using a worker daemon.</li>
<li>Single WebUI to prepare and manage jobs.</li>
<li>Batch multiple titles from a single DVD source (perfect for TV boxsets).</li>
<li>Select audio and subtitle streams to include with the rip.</li>
</ul>
</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/handbrake-cluster-webui.git/" title="Sihnon Mirror">Sihnon Mirror</a></li>
<li><a href="https://github.com/optiz0r/handbrake-cluster-webui/" title="GitHub Mirror">GitHub Mirror</a></li>
</ul>
</div>
</div>
</div>

View File

@@ -0,0 +1,18 @@
<h2>Sabayon Entropy Community Repositories</h2>
<p>
I have a collection of community repositories for both amd64 and i686 architectures. These contain version-bumped or modified packages already
present in the upstream repositories, packages available in Gentoo but not Sabayon, and locally-developed software. Feel free to add these if any
of the packages inside might be of use, but please be aware they are provided as-is with no guarantees.
</p>
<dl>
<dt><a href="http://packages.sihnon.net/standard/packages.sihnon.net/" title="Common Repository">packages.sihnon.net</a></dt>
<dd>Packages suitable for machines of any designation.</dd>
<dt><a href="http://packages.sihnon.net/standard/server.packages.sihnon.net/" title="Server Repository">server.packages.sihnon.net</a></dt>
<dd>Packages suitable for server machines (without X).</dd>
<dt><a href="http://packages.sihnon.net/standard/desktop.packages.sihnon.net/" title="Desktop Repository">desktop.packages.sihnon.net</a></dt>
<dd>Packages suitable for desktop machines (with X).</dd>
</dl>

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>