henry / weblog (http://henry.precheur.org/weblog/)

Simple blog publisher. It reads structured text files and generates static HTML / Feed files. Weblog aims to be simple and robust.

Clone this repository (size: 745.9 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/henry/weblog/
commit 333: 4a48bc0e3439
parent 332: 11f6c3598b72
branch: default
tags: 2.4
2.4
Henry PrĂȘcheur / henry
6 weeks ago

Changed (Δ0 bytes):

raw changeset »

INSTALL (2 lines added, 2 lines removed)

weblog/__init__.py (1 lines added, 1 lines removed)

Up to file-list INSTALL:

@@ -11,12 +11,12 @@ Requirements
11
11
Download
12
12
--------
13
13
14
`Download Weblog 2.3 <http://henry.precheur.org/weblog/weblog-2.3.tar.gz>`_
14
`Download Weblog 2.4 <http://henry.precheur.org/weblog/weblog-2.4.tar.gz>`_
15
15
16
16
A standalone version of Weblog which includes Jinja2 and markdown2 is also
17
17
available:
18
18
19
`Download Weblog 2.3 standalone version <http://henry.precheur.org/weblog/weblog+jinja2+markdown2-2.3.tar.gz>`_
19
`Download Weblog 2.4 standalone version <http://henry.precheur.org/weblog/weblog+jinja2+markdown2-2.4.tar.gz>`_
20
20
21
21
You can also get it from Weblog's page on the `Python package Index
22
22
<http://pypi.python.org/pypi/weblog/>`_.

Up to file-list weblog/__init__.py:

1
1
__author__ = u'Henry Pr\u00EAcheur <henry@precheur.org>'
2
__version__ = '2.3'
2
__version__ = '2.4'
3
3
__license__ = 'ISCL'
4
4
5
5
def main():