Gazelle/index.html
WhatCD 8370918ca5 Merge pull request #1 from d1fferent/gh-pages
created link to install guide
2013-10-14 14:34:07 -04:00

57 lines
2.8 KiB
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Gazelle by What.CD</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Gazelle</h1>
<p></p>
<p class="view"><a href="https://github.com/WhatCD/Gazelle">View the Project on GitHub <small>WhatCD/Gazelle</small></a></p>
<ul>
<li><a href="https://github.com/WhatCD/Gazelle/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/WhatCD/Gazelle/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/WhatCD/Gazelle">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<h3>
<h3>Description</h3>
<p>Gazelle is a web framework geared towards private torrent trackers. Although naturally focusing on music, it can be modified for most needs. Gazelle is written in PHP, JS, and MySQL.</p>
<h3>Installation</h3>
<p><a href="https://github.com/WhatCD/Gazelle/wiki/Gazelle-installation" target="_blank">This guide</a> will walk you through setting up Gazelle on a machine running Gentoo Linux. Although installing Gazelle is relatively straight forward, we recommend a working knowledge of PHP if you plan to modify the source code.</p>
<h3>Changelog</h3>
<p>You may have noticed that commits in the repository do not have have descriptive messages. If you are looking for a changelog of Gazelle it can be <a href="https://raw.github.com/WhatCD/Gazelle/master/docs/CHANGES.txt">viewed here</a>. The <a href="https://raw.github.com/WhatCD/Gazelle/master/docs/CHANGES.txt">changelog</a> is generated daily and includes new additions or modifications to Gazelle's source.
<h3>Coding Standards</h3>
<p>Gazelle's code adheres to a set of coding standards that can be found <a href="https://github.com/WhatCD/Gazelle/wiki/Coding-Standards">here</a>. If you plan on sending pull requests these standards must be followed.</p>
<h3>Contact</h3>
<p>If you find a bug, please report it to a What.CD developer in #gazelle on irc.what-network.net. The same channel can be used for asking questions and chatting about the codebase.</p>
</div>
<footer>
<p>This project is maintained by <a href="https://github.com/WhatCD">What.CD</a></p>
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>