Styled the page and added screenshots
[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/tb_projects.png" alt="Project view" /></a>
32 <a href="img/summary.png" rel="screenshots"><img src="img/tb_summary.png" alt="Summary" /></a>
33 <a href="img/commit.png" rel="screenshots"><img src="img/tb_commit.png" alt="Commit" /></a>
34 <a href="img/diff.png" rel="screenshots"><img src="img/tb_diff.png" alt="DIFF" /></a>
35 <a href="img/log.png" rel="screenshots"><img src="img/tb_log.png" alt="Log" /></a>
36 <a href="img/tree.png" rel="screenshots"><img src="img/tb_tree.png" alt="Tree" /></a>
37 </div>
38
39 <h2>Dependencies</h2>
40 <p>git web interface version 1.7.4.2 (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 </ul>
50
51 <h2>Contact</h2>
52 <p>Stefan Imhoff (stefan@imhoff.name)</p>
53
54 <h2>Download</h2>
55 <p>
56 You can download this project in either
57 <a href="http://github.com/kogakure/gitweb-theme/zipball/master">zip</a> or
58 <a href="http://github.com/kogakure/gitweb-theme/tarball/master">tar</a> formats.
59 </p>
60 <p>
61 You can also clone the project with <a href="http://git-scm.com">Git</a> by running:
62 <pre>$ git clone git://github.com/kogakure/gitweb-theme</pre>
63 </p>
64
65 <div class="footer">
66 <p>Get the source code on GitHub: <a href="http://github.com/kogakure/gitweb-theme">kogakure/gitweb-theme</a></p>
67 <p>or visit my website at <a href="http://stefanimhoff.de/">stefanimhoff.de</a></p>
68 </div>
69
70 </div>
71
72 <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
73 <script>!window.jQuery && document.write('<script src="js/jquery-1.4.2.min.js"><\/script>')</script>
74 <script src="js/plugins.js"></script>
75 <script>
76 $(document).ready(function() {
77 $("#screenshots a").fancybox({
78 'titleShow' : false,
79 'transitionIn' : 'elastic',
80 'transitionOut' : 'elastic',
81 });
82 });
83 </script>
84 <script type="text/javascript">
85 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
86 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
87 </script>
88 <script type="text/javascript">
89 try {
90 var pageTracker = _gat._getTracker("UA-83074-7");
91 pageTracker._trackPageview();
92 } catch(err) {}
93 </script>
94 </body>
95 </html>