Converted homepage to use SihnonFramework and updated content
This commit is contained in:
36
source/webui/templates/projects/ripping-cluster.tpl
Normal file
36
source/webui/templates/projects/ripping-cluster.tpl
Normal 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>
|
||||
Reference in New Issue
Block a user