Files
GitList/index.html
2013-06-01 15:20:34 -03:00

126 lines
7.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GitList - An elegant and modern git repository viewer</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<a href="https://github.com/klaussilveira/gitlist"><img class="ribbon" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="http://www.gitlist.org/">
GitList
</a>
<div class="nav-collapse fr">
<ul class="nav">
<li class="active"><a href="http://www.gitlist.org/">Home</a></li>
<li><a href="http://ci.gitlist.org:8080">Continuous Integration</a></li>
<li><a href="https://github.com/klaussilveira/gitlist/issues?state=open">Issues</a></li>
<li><a href="https://github.com/klaussilveira/gitlist/wiki">Wiki</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="hero-unit">
<div class="container">
<h1 class="ac">GitList</h1><br />
<p class="ac">
an elegant and modern git repository viewer
</p>
<div id="gitlist_roller">
<div id="gitlist_preview" class="carousel slide" rel="carousel">
<div class="carousel-inner">
<div class="active item">
<span class="feature" style="width:90px;height:18px;" data-top="43" data-left="8" rel="popover" data-placement="bottom" data-title="Branch switching" data-content="GitList allows you to easily switch between branches"></span>
<span class="feature" style="width:130px;height:28px;" data-top="43" data-left="110" rel="popover" data-placement="bottom" data-title="Repository tools" data-content="Browse files, view commits and check stats of your repositories"></span>
<span class="feature" style="width:20px;height:20px;" data-top="82" data-left="640" rel="popover" data-placement="bottom" data-title="Repository feed" data-content="Stay tuned to repository commits with RSS feeds"></span>
<img src="img/roller/3.jpg" />
</div>
<div class="item">
<span class="feature" style="width:140px;height:24px;" data-top="120" data-left="520" rel="popover" data-placement="bottom" data-title="File tools" data-content="Easily check the commit history of a file, blame it or see the raw version"></span>
<img src="img/roller/1.jpg" />
</div>
<div class="item">
<img src="img/roller/2.jpg" />
</div>
</div>
<a class="carousel-control left" href="#gitlist_preview" data-slide="prev">&lsaquo;</a>
<a class="carousel-control right" href="#gitlist_preview" data-slide="next">&rsaquo;</a>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="span8">
<h1 class="lead">
GitList allows you to browse repositories using your favorite browser, viewing files under different revisions, commit history and diffs. GitList is free and open source software, written in PHP, on top of <a href="http://silex.sensiolabs.org/">Silex</a> and the <a href="http://twig.sensiolabs.org/">Twig</a> template engine.
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_tweet"></a>
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a class="addthis_counter addthis_pill_style"></a>
</div>
</h1>
</div>
<div class="span4">
<h2 class="ac download">Download</h2>
<p class="ac">
<a class="btn btn-large btn-primary" href="https://s3.amazonaws.com/gitlist/gitlist-0.4.0.tar.gz"><b>Latest stable (0.4.0)</b></a>
</p>
<p class="ac">
<a class="btn btn-large btn-inverse" href="https://s3.amazonaws.com/gitlist/gitlist-master.tar.gz"><b>Development build (master)</b></a>
</p>
</div>
</div>
<hr />
<div class="row">
<div class="span4">
<h2>Development</h2>
<p >GitList is actively maintained by many developers around the world. You can <a href="https://github.com/klaussilveira/gitlist/">fork the project on GitHub</a> and start contributing yourself. The project is <a href="http://ci.gitlist.org:8080">continuously integrated</a>, so we can improve code quality and build effortlessly.</p>
</div>
<div class="span4">
<h2>Mailing list</h2>
<p>The <a href="http://groups.google.com/group/gitlist">GitList mailing list</a> is where you can find support and where we discuss the development of the project.</p>
</div>
<div class="span4">
<h2>Contributors</h2>
<p>This is a list of developers who have contributed to GitList. Thank you! :)</p>
<div id="contributors"></div>
</div>
</div>
<hr />
<br />
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4ff4f44714213073"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33185077-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>