Updated ripping-cluster screenshots

This commit is contained in:
2012-04-12 01:23:27 +01:00
parent 487700c291
commit 53ec4c78c6
5 changed files with 46 additions and 12 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

View File

@@ -1,16 +1,21 @@
<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>.
My third year dissertation was a research/design/build project investigating the use of RSA keys and a web-of-trust to provide
simple and secure yet password-less and zero-configuration file sharing between users located on the same network segment.
</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.
The source code is currently archived on CD, but I will attempt to locate and upload a copy of the version control repository in due course.
In the meantime, for anyone who might be interested in the rationale, design decisions and implementation detail, please see the
<a href="{$base_uri}files/3yp/project-report.pdf" title="RSDSS Post Project Report">post-project report</a>.
</p>
<p>
The project was not completed beyond an alpha stage, so the binaries below are strictly for testing purposes only and are definitely
not ready for any kind of production use. These are provided as-is with no guarantees for functionality or safetly!
<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>
<li><a href="{$base_uri}files/3yp/rsdss_1.01_i386.deb" title="Ubuntu x86 deb package">rsdss-1.01-i386.deb</a></li>
<li><a href="{$base_uri}files/3yp/rsdss-1.0.2-1-i386.tar.bz2" title="Linux x86 binary archive">rsdss-1.0.1-i386.tar.bz2</a></li>
<li><a href="{$base_uri}files/3yp/rsdss-1.0.2-win32.zip" title="Windows 32-bit zip archive">rsdss-1.0.2-win32.zip</a></li>
</ul>
</p>

View File

@@ -7,10 +7,12 @@
<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 class="span6 column">
<div class="thumbnail">
<img src="{$base_uri}images/ripping-cluster/overview.png" alt="RippingCluster Overview" />
</div>
</div>
<div class="span8 column">
<div class="span6 column">
<h3>Features</h3>
<ul>
<li>Multiple machines can participate in transcoding jobs using a worker daemon.</li>
@@ -22,7 +24,7 @@
</div>
<div class="row">
<div class="span16">
<div class="span12">
<h3>Source</h3>
<p>
View or clone a copy of the Git repositories from one of the mirrors listed below:
@@ -33,4 +35,31 @@
</ul>
</div>
</div>
</div>
<div class="row">
<div class="span12">
<h3>Screenshots</h3>
<ul class="thumbnails">
<li class="span4">
<div class="thumbnail">
<img src="{$base_uri}images/ripping-cluster/setup-rip.png" alt="Setup Rip" />
<a href="{$base_uri}images/ripping-cluster/setup-rip.png" class="viewmore">View larger</a>
<h5>Setup Rip</h5>
<p>
Configure the titles, audio and subtitle tracks to be ripped.
</p>
</div>
</li>
<li class="span4">
<div class="thumbnail">
<img src="{$base_uri}images/ripping-cluster/jobs.png" alt="Job history" />
<a href="{$base_uri}images/ripping-cluster/jobs.png" class="viewmore">View larger</a>
<h5>Job History</h5>
<p>
View all jobs in detail, with options to re-run or remove info on past jobs.
</p>
</div>
</li>
</ul>
</div>
</div>