Adds updated images to github page
[m6w6/gitweb-theme] / index.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset='utf-8'>
5 <title>kogakure/gitweb-theme @ GitHub</title>
6 <link rel="stylesheet" type="text/css" href="css/style.css" media="all" />
7 </head>
8
9 <body>
10 <a href="http://github.com/kogakure/gitweb-theme"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
11 <div id="container">
12
13 <div class="download">
14 <a href="http://github.com/kogakure/gitweb-theme/zipball/master">
15 <img border="0" width="90" src="http://github.com/images/modules/download/zip.png"></a>
16 <a href="http://github.com/kogakure/gitweb-theme/tarball/master">
17 <img border="0" width="90" src="http://github.com/images/modules/download/tar.png"></a>
18 </div>
19
20 <h1>
21 <a href="http://github.com/kogakure/gitweb-theme">gitweb-theme</a>
22 <span class="small">by <a href="http://github.com/kogakure">kogakure</a></span>
23 </h1>
24
25 <div class="description">
26 An alternative theme for gitweb, strongly inspired by GitHub
27 </div>
28
29 <h2>Screenshots</h2>
30 <div id="screenshots">
31 <a href="img/projects.png" rel="screenshots"><img src="img/thumbs/projects.png" alt="Project view" /></a>
32 <a href="img/summary.png" rel="screenshots"><img src="img/thumbs/summary.png" alt="Summary" /></a>
33 <a href="img/commit.png" rel="screenshots"><img src="img/thumbs/commit.png" alt="Commit" /></a>
34 <a href="img/commitdiff.png" rel="screenshots"><img src="img/thumbs/commitdiff.png" alt="DIFF" /></a>
35 <a href="img/log.png" rel="screenshots"><img src="img/thumbs/log.png" alt="Log" /></a>
36 <a href="img/tree.png" rel="screenshots"><img src="img/thumbs/tree.png" alt="Tree" /></a>
37 </div>
38
39 <h2>Dependencies</h2>
40 <p>git web interface version 1.7.12 (though it may work in older versions, too …)</p>
41
42 <h2>Install</h2>
43 <p>Just copy the CSS-file gitweb.css into the gitweb folder. Best practise is to rename the old file, in case you want to switch back.</p>
44
45 <h2>Authors</h2>
46 <ul>
47 <li>Stefan Imhoff (stefan@imhoff.name)</li>
48 <li>Troels Knak-Nielsen (troelskn@gmail.com)</li>
49 <li>Sebastian Slomski (sebastian@simple-systems.org)</li>
50 <li>Yang Acer (yangacer@gmail.com)</li>
51 <li>Eric J. Holmes (eric@ejholmes.net)</li>
52 <li>Billy Visto (bvisto@gustavus.edu)</li>
53 <li>Tom Van Looy (tom$ctors,net)</li>
54 </ul>
55
56 <h2>Contact</h2>
57 <p>Stefan Imhoff (stefan@imhoff.name)</p>
58
59 <h2>Download</h2>
60 <p>
61 You can download this project in either
62 <a href="http://github.com/kogakure/gitweb-theme/zipball/master">zip</a> or
63 <a href="http://github.com/kogakure/gitweb-theme/tarball/master">tar</a> formats.
64 </p>
65 <p>
66 You can also clone the project with <a href="http://git-scm.com">Git</a> by running:
67 <pre>$ git clone git://github.com/kogakure/gitweb-theme</pre>
68 </p>
69
70 <div class="footer">
71 <p>Get the source code on GitHub: <a href="http://github.com/kogakure/gitweb-theme">kogakure/gitweb-theme</a></p>
72 <p>or visit my website at <a href="http://stefanimhoff.de/">stefanimhoff.de</a></p>
73 </div>
74
75 </div>
76
77 <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
78 <script>!window.jQuery && document.write('<script src="js/jquery-1.4.2.min.js"><\/script>')</script>
79 <script src="js/plugins.js"></script>
80 <script>
81 $(document).ready(function() {
82 $("#screenshots a").fancybox({
83 'titleShow' : false,
84 'transitionIn' : 'elastic',
85 'transitionOut' : 'elastic',
86 });
87 });
88 </script>
89 <script type="text/javascript">
90 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
91 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
92 </script>
93 <script type="text/javascript">
94 try {
95 var pageTracker = _gat._getTracker("UA-83074-7");
96 pageTracker._trackPageview();
97 } catch(err) {}
98 </script>
99 </body>
100 </html>