-
Notifications
You must be signed in to change notification settings - Fork 19
/
index.html.j2
98 lines (95 loc) · 6.25 KB
/
index.html.j2
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Buildbot Documentation</title>
<link rel="stylesheet" href="current/_static/qtile.css" type="text/css" />
<link rel="stylesheet" href="current/_static/pygments.css" type="text/css" />
<link rel="shortcut icon" href="current/_static/icon.png"/>
<!-- GA-TRACKING-START -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try{
var pageTracker = _gat._getTracker("UA-12313843-4");
pageTracker._setDomainName("none");
pageTracker._setAllowLinker(true);
pageTracker._trackPageview();
} catch(err) {}
</script>
<!-- GA-TRACKING-END -->
</head>
<body>
<div class="content-wrapper">
<div class="content">
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<p class="logo"><a href="#">
<img class="logo" src="current/_static/full_logo.png" alt="Logo"/>
</a></p>
<h1><a href="#">Buildbot Documentation</a></h1>
<div class="rel">
<a href="current/" title="Current Version">Current</a> (released) |
<a href="latest/" title="Latest Version">Latest</a> (development)
</div>
<h1>Documentation:</h1>
<ul>
<li><a href="{{ current_version }}">{{ current_version }}</a> / <a href="http://readthedocs.org/docs/buildbot/en/v{{ current_version }}/">mirror</a>
(<a href="{{ current_version }}/full.html">one page</a>
| <a href="http://media.readthedocs.org/pdf/buildbot/v{{ current_version }}/buildbot.pdf">PDF</a>
| <a href="http://media.readthedocs.org/htmlzip/buildbot/v{{ current_version }}/buildbot.zip">HTMLZip</a>
| <a href="http://media.readthedocs.org/epub/buildbot/v{{ current_version }}/buildbot.epub">Epub</a>)
- <a href="current">current</a> version
<li><a href="latest">latest</a>
(<a href="latest/full.html">one page</a>
| <a href="http://media.readthedocs.org/pdf/buildbot/latest/buildbot.pdf">PDF</a>
| <a href="http://media.readthedocs.org/htmlzip/buildbot/latest/buildbot.zip">HTMLZip</a>
| <a href="http://media.readthedocs.org/epub/buildbot/latest/buildbot.epub">Epub</a>)
- latest development version (<a href="http://trac.buildbot.net/wiki/Nine">nine</a>)
</ul>
<p>Documentation is available in other formats from <a href="http://readthedocs.org/projects/buildbot/">readthedocs.org</a>.</p>
</div>
<div class="body">
<h1>Older Versions</h1>
<ul>
{% for parsed, version in older_versions -%}
<li><a href="{{ version }}">{{ version }}</a> / <a href="http://readthedocs.org/docs/buildbot/en/v{{ version }}/">mirror</a>
(<a href="{{ version }}/full.html">one page</a>
| <a href="http://media.readthedocs.org/pdf/buildbot/v{{ version }}/buildbot.pdf">PDF</a>
| <a href="http://media.readthedocs.org/htmlzip/buildbot/v{{ version }}/buildbot.zip">HTMLZip</a>
| <a href="http://media.readthedocs.org/epub/buildbot/v{{ version }}/buildbot.epub">Epub</a>)
{% endfor -%}
<li><a href="0.8.5">0.8.5</a> (<a href="0.8.5/full.html">one page</a>)
<li><a href="0.8.4p2">0.8.4p2</a> (<a href="0.8.4p2/full.html">one page</a>)
<li><a href="0.8.3">0.8.3</a> (<a href="0.8.3/full.html">one page</a>)
<li><a href="0.8.2">0.8.2</a> (<a href="0.8.2/full.html">one page</a>)
<li><a href="0.8.1">0.8.1</a> (<a href="0.8.1/full.html">one page</a>)
<li><a href="0.8.0">0.8.0</a> (<a href="0.8.0/full.html">one page</a>)
<li><a href="0.7.12">0.7.12</a>
<li><a href="0.7.11">0.7.11</a>
<li><a href="0.7.10">0.7.10</a>
<li><a href="0.7.9">0.7.9</a>
<li><a href="0.7.8">0.7.8</a>
<li><a href="0.7.7">0.7.7</a>
<li><a href="0.7.6">0.7.6</a>
<li><a href="0.7.5">0.7.5</a>
<li><a href="0.7.4">0.7.4</a>
<li><a href="0.7.3">0.7.3</a>
<li><a href="0.7.2">0.7.2</a>
<li><a href="0.7.1">0.7.1</a>
<li><a href="0.7.0">0.7.0</a>
<li><a href="0.6.6">0.6.6</a>
</ul>
</div>
</div>
</div>
</div>
<div class="clearer" /></div>
</div>
</body>
</html>