-
Notifications
You must be signed in to change notification settings - Fork 0
/
Flavours.html
165 lines (124 loc) · 5.34 KB
/
Flavours.html
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>PyBlosxom - THE Python-Based Flatfile Blog Engine</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap3/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="bootstrap3/css/justified-nav.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="bootstrap3/js/html5shiv.js"></script>
<script src="bootstrap3/js/respond.min.js"></script>
<![endif]-->
<style type="text/css">
.pyb_lists li{
padding-bottom: 4px;
}
#bigspacer{
padding-bottom: 30px;
padding-top: 30px;
}
.mainlogo {
margin-top: 4em;
}
img {
max-width: 100%;
height: auto;
}
.tint {
background-color: rgb(245, 245, 245);
}
.spaced {
margin-right: 6px;
margin-left: 6px;
}
</style>
</head>
<body>
<div class="container">
<div class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://pyblosxom.github.io">PyBlosxom</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="http://pyblosxom.github.io">Home</a></li>
<li><a href="About.html">About</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Download <b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="dropdown-header">Releases</li>
<li><a href="download/latest.tar.gz">Latest Release</a></li>
<li><a href="download/index.html">Legacy Releases</a></li>
<li class="divider"></li>
<li class="dropdown-header">Plugins/Themes</li>
<li><a href="Plugins.html">Get Plugins</a></li>
<li><a href="Flavours.html">Get Themes/Flavours</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="dropdown-header">Current Docs (1.5)</li>
<li><a href="Documentation/1.5/install.html">QuickStart</a></li>
<li><a href="Documentation/1.5/index.html">Full Documentation</a></li>
<li class="divider"></li>
<li class="dropdown-header">Legacy Documentation</li>
<li><a href="Documentation/1.4/manual/index.html">PyBlosxom 1.4</a></li>
<li><a href="Documentation/1.4/api/index.html">PyBlosxom 1.4 API</a></li>
<li><a href="Documentation/1.3.1/manual/index.html">PyBlosxom 1.3</a></li>
<li><a href="Documentation/1.3.1/api/index.html">PyBlosxom 1.3 API</a></li>
</ul>
</li>
<li><a href="Community.html">Community</a></li>
<li><a href="https://github.com/pyblosxom/">Github</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<!-- Jumbotron -->
<div class="mainlogo">
<img src="/Images/mainlogo.png">
</div>
<h1>Pyblosxom Flavour Registry</h1>
<p>
Welcome to the Pyblosxom flavour registry.
</p>
<h2>flavours</h2>
<div id="body">
<ul>
<li><b><a href="/registry/flavours/1024px.html">1024px</a></b> : 1024px
<li><b><a href="/registry/flavours/wbg1.html">Blue and blue</a></b> : Blue and blue
<li><b><a href="/registry/flavours/Gray.html">Gray</a></b> : Gray
<li><b><a href="/registry/flavours/MainlyGreen.html">Mainly Green (version 2)</a></b> : Mainly Green (version 2)
<li><b><a href="/registry/flavours/rdf.html">RDF</a></b> : RDF
<li><b><a href="/registry/flavours/snarfed.html">snarfed.org</a></b> : snarfed.org
<li><b><a href="https://github.com/pyblosxom/themes/tree/master/geex.flav">Geex</a></b> : A very basic theme made with Bootstrap
<li><b><a href="https://github.com/pyblosxom/themes/tree/master/darkbloom.flav">Darkbloom</a></b> : When you have an uncontrollable need to write goth poetry..
<li><b><a href="https://github.com/pyblosxom/themes/tree/master/386.flav">386</a></b> : If you find yourself missing your old 386. Show off geek pride!
</ul>
</div>
</td>
</tr>
</table>
<!-- Site footer -->
<div class="footer">
<p>Website content and documentation are both released under the
<a href="http://creativecommons.org/publicdomain/zero/1.0/">CC0 Licence</a></p>
</div>
</div> <!-- /container -->
<script src="bootstrap3/js/jquery.js"></script>
<script src="bootstrap3/js/bootstrap.min.js"></script>
</body>
</html>