James Moger
2012-04-25 0aa8cf8606600d628b2c491e52e9e3c901f9cc80
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
    <head>
        <title>Gitblit</title>
        <link rel="stylesheet" href="./bootstrap/css/bootstrap.css"/>
        <link rel="stylesheet" type="text/css" href="./gitblit.css"/>
        <link rel="shortcut icon" type="image/png" href="./gitblt-favicon.png" />
        <meta name="ROBOTS" content="INDEX, NOFOLLOW">
        <meta http-equiv="imagetoolbar" content="no" />
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <meta name="keywords" content="java git server" />
 
        <script type="text/javascript" src="./bootstrap/js/jquery.js"></script>
        <script type="text/javascript" src="./bootstrap/js/bootstrap.js"></script>
        
        <script type="text/javascript" src="prettify/prettify.js"></script>
        <link href="prettify/prettify.css" type="text/css" rel="stylesheet" />        
    </head>
    <body onload="prettyPrint()">
        <div class="navbar navbar-fixed-top">
            <div class="navbar-inner">
                <div class="container">
                    <a class="brand" href="http://gitblit.com" title="gitblit homepage">
                        <img src="gitblt_25_white.png" width="79" height="25" alt="gitblit" class="logo"/>
                    </a>
                    <ul class="nav">
                        {1}        
                    </ul>
                </div>
            </div>
        </div>
        <div class="container">
            <div class="markdown">