Rework downloads page

This commit is contained in:
Kyle Johnson 2015-10-24 21:11:29 -06:00
parent 69c6462c48
commit 585d225a1f
1 changed files with 28 additions and 38 deletions

View File

@ -8,60 +8,50 @@ permalink: /downloads/
The latest code is always available via <a href="https://github.com/ZoneMinder/ZoneMinder/" target="_blank">our github repository</a>. If your distro of choice has an out-of-date ZoneMinder package, you'll want to compile from our source code.
</p>
<div class="row well">
<div class="col-md-2"> <img src="http://git-scm.com/images/logos/downloads/Git-Logo-2Color.png" class="img-responsive" alt="Source Code" /> </div>
<div class="col-md-10">
<h3 class="media-heading">Source Code</h3>
<div class="downloads">
<div class="download">
<h3>Source Code</h3>
<p>You can clone our code repository with git, over HTTPS or over SSH, and then build the code locally:</p>
{% highlight bash %}
# without keys, over https
git clone https://github.com/ZoneMinder/ZoneMinder.git
# with keys, over ssh
git clone git@github.com:ZoneMinder/ZoneMinder.git
{% endhighlight %}
<p>You can also download the source code in a <a href="https://github.com/ZoneMinder/ZoneMinder/archive/v1.27.0.tar.gz">tarball</a>. Instructions for compiling from source can be <a href="https://github.com/ZoneMinder/ZoneMinder/#packages" target="_blank">here</a>.</p>
</div>
</div> <!-- end download -->
</div>
<div class="row well">
<div class="col-md-2"> <img src="http://design.ubuntu.com/wp-content/uploads/logo-ubuntu_su-orange-hex.png" class="img-responsive" alt="Ubuntu" /></div>
<div class="col-md-10">
<h3 class="media-heading">Ubuntu</h3>
<div class="download">
<h3>Ubuntu</h3>
<p> If you are an Ubuntu user, Isaac Connor is <a href="https://launchpad.net/~iconnor/+archive/zoneminder" target="_blank">maintaining a PPA</a> with an up-to-date ZoneMinder package. The packages included in the default Ubuntu repos are out of date.</p>
</div>
</div>
</div> <!-- end download -->
<div class="row well">
<div class="col-md-2"> <img src="https://www.gentoo.org/images/powered-small.png" class="img-responsive" alt="Gentoo" /></div>
<div class="col-md-10">
<h3 class="media-heading">Gentoo</h3>
<div class="download">
<h3>Gentoo</h3>
<p>If you are a Gentoo user, ZoneMinder is available just by typing 'emerge zoneminder'. Thanks to the Gentoo web-apps team for making this available.</p>
</div>
</div>
</div> <!-- end download -->
<div class="row well">
<div class="col-md-2"> <img src="https://www.debian.org/logos/openlogo-100.png" class="img-responsive" alt="Debian" /></div>
<div class="col-md-10">
<h3 class="media-heading">Debian</h3>
<div class="download">
<h3>Debian</h3>
<p>If you are a Debian user, Zoneminder is available in the "unstable" distribution. Thanks to Peter Howard for his considerable efforts in achieving this.</p>
</div>
</div>
</div> <!-- end download -->
<div class="row well">
<div class="col-md-2"> <img src="http://www.mageia.org/g/media/logo/mageia-2013-dark.png" class="img-responsive" alt="Mageia" /></div>
<div class="col-md-10">
<h3 class="media-heading">Mageia</h3>
<div class="download">
<h3>Red Hat, Fedora, CentOS</h3>
<p>If you are a RHEL, Fedora, CentOS or SL user, Andrew Bauer is maintaining zmrepo with an up-to-date ZoneMinder package.</p>
<ul>
<li><a href="http://www.zoneminder.com/wiki/index.php/Fedora#Zmrepo_-_A_ZoneMinder_repository_for_RPM_based_distros">Fedora</a></li>
<li><a href="http://www.zoneminder.com/wiki/index.php/CentOS#Zmrepo_-_A_ZoneMinder_repository_for_RPM_based_distros">CentOS</a></li>
</ul>
</div> <!-- end download -->
<div class="download">
<h3>Mageia</h3>
<p>For Mageia users, Zoneminder is available in the distribution. Go to the Mageia Control Center -> Install and Remove Software. It's in the 'Security' category. A simple setup script (mentioned during install) allows ZoneMinder to work virtually 'out of the box'.</p>
</div>
</div> <!-- end download -->
</div>