-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
227 lines (172 loc) · 8.71 KB
/
index.htm
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
<!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>
<p>PyBlosxom is:</p>
<ul class="pyb_lists">
<li><strong>File-Based:</strong> In PyBlosxom everything is a text file.
Entries are files, configuration is a file, plugins are files, etc... </li>
<li><strong>Extensible: </strong>Has a plugin framework which allows you to customize and extend PyBlosxom in almost every way.</li>
<li><strong>Standards-compliant:</strong> Supports RSS 2.0 and Atom syndication feeds.</li>
<li><strong>Customizeable:</strong> Has a simple templating engine to make it easy to design your own themes with a minimum of development knowlage.</li>
<li><strong>Community-oriented:</strong> We pride ourselves in being a nice,
open and friendly community. Join in!</li>
</ul>
<p>Pyblosxom allows you to use your favorite editor, toolset and workflow to maintain your blog without forcing you to build it all from scratch. </p>
<div id="bigspacer"></div>
<div class="row">
<div class="col-lg-3 tint spaced">
<h2>Documentation</h2>
<p>Learn what makes PyBlosxom great and get started with your own
PyBlosxom blog. </p>
<p><a class="btn btn-primary" href="Documentation/1.5/index.html">Read the Docs »</a></p>
</div>
<div class="col-lg-3 tint spaced">
<h2>Download</h2>
<p>Click below for all our download options as well as themes and
plugins</p>
<br>
<p><a class="btn btn-primary" href="Documentation/1.5/install.html">Get PyBlosxom »</a></p>
</div>
<div class="col-lg-3 tint spaced">
<h2>Community</h2>
<p>Come join us on IRC and our mailing lists and help improve
PyBlosxom!</p>
<br>
<p><a class="btn btn-primary" href="Community.html">Join the Movement »</a></p>
</div>
</div>
<div id="bigspacer"></div> <div id="bigspacer"></div>
<div class="row">
<div class="col-lg-8">
<h2>Notice - Pyblosxom is no longer in active development</h2>
<h2>Work In Progress</h2>
<p>The Python3 fork of Pyblosxom has been kicked off - Some tests are still failing and I'm sure there are more bugs you can shake a stick at, but check it out it out!, on the python3 branch</p>
<h4><p>One of PyBlosxom's greatest strengths is our community</p>
<p>Here
are some of the things we are working on right now that you can
contribute to.</p></h4><br><br>
<p><strong>PyBlosxom Codebase</strong></p>
<ul>
<li>The list you are reading now needs to be ported to a todo.txt in the <a href="https://github.com/pyblosxom/pyblosxom">PyBlosxom repo</a> in an easy, automated way</li>
<li>The <a href="/registry/text/jinjablosxom.html">Jinja2 plugin</a> needs to be added to the base repo + docs and automated tests written</li>
</ul>
<p><strong>Community</strong></p>
<ul>
<li>Port and add themes to the <a href="https://github.com/pyblosxom/themes">themes repo</a></li>
<li>Automated tests need to be created for any plugin that dosen't have it</li>
<li>Create an easy CLI UI for adding and removing themes/plugins from the repo to the local install</li>
<li>The <a href="https://github.com/pyblosxom/pyblosxom/pull/13">"Newslists" plugin</a> needs to be moved into the <a href="https://github.com/pyblosxom/plugins">plugins repo</a> and tests/docs created</li>
</ul>
<p><strong>Site and Administration</strong></p>
<ul>
<li>Puppet/Vagrant testing/deployment images need to be created to test various enviroments and setups more effectively</li>
</ul>
</div>
<div class="col-lg-4 feed tint">
<h2>Keep Updated</h2>
<p>
<a class="twitter-timeline" href="https://twitter.com/PyBlosxom" data-widget-id="377244366093287425">Tweets by @PyBlosxom</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</p>
</div>
</div>
<!-- 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>