James Moger
2012-02-02 d394d950100a97b7d73f0e162b64b0b8f3cef988
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
    <head>
        <title>Gitblit</title>
        <link rel="stylesheet" type="text/css" href="./bootstrap.140.css"/>
        <link rel="stylesheet" type="text/css" href="./bootstrap.gb.css"/>
        <link rel="stylesheet" type="text/css" href="./markdown.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="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
        <script>
            !window.jQuery && document.write('<script src="./fancybox/jquery-1.4.3.min.js"><\/script>');
        </script>
        <script type="text/javascript" src="./fancybox/query.mousewheel-3.0.4.pack.js"></script>
        <script type="text/javascript" src="./fancybox/jquery.fancybox-1.3.4.pack.js"></script>
        <link rel="stylesheet" type="text/css" href="./fancybox/jquery.fancybox-1.3.4.css" media="screen" />
        
        <script type="text/javascript" src="./screenshots.js"></script>
        <style>
            ul.noBullets '{'
                list-style: none;
            '}'
        </style>
        
        <script type="text/javascript" src="prettify/prettify.js"></script>
        <link href="prettify/prettify.css" type="text/css" rel="stylesheet" />        
    </head>
    <body style="padding-top:40px;"  onload="prettyPrint()">
        <div class="topbar">
            <div class="fill">
                <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="content">
                <div class="markdown">