erlehmann / buddleblag

A blog engine in Python, with html5lib and Git backend. Proudly made without PHP, Java, Perl, MySQL and Postgres.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisites

Buddleblag requires Bottle, GitPython, html5lib. On a Debian-based system you can get all of these by issuing the following command as root:

apt-get install python-bottle python-git python-html5lib

Installation and Setup

mkdir posts
cd posts
git init
cd ..
nano buddelblag.config
./buddleblag.py

License

Buddleblag is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Testing

Haha, no.

About

A blog engine in Python, with html5lib and Git backend. Proudly made without PHP, Java, Perl, MySQL and Postgres.


Languages

Language:JavaScript 94.7%Language:Python 5.3%