forked from joeyb/joeyb-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
32 lines (21 loc) · 735 Bytes
/
README
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
Google App Engine/webapp Blog
Created by Joey Bratton <http://www.joeyb.org>
Licensed under the MIT License
Install Instructions:
1. Edit app.yaml and change the application name to the correct
name for your application
2. Edit config.py and change the default settings
3. Run like any other GAE app
Credits:
Several ideas on the code structure/layout for this application
were borrowed from Bloog <http://bloog.billkatz.com/>, which is
another GAE-based blog.
This application makes use of several 3rd party libraries.
The following libraries are included:
Markdown 2.0.1
Pygments 1.0
Dateutil 1.4.1
PyRSS2Gen 1.0.0
BlueprintCSS 0.9
Building this blog was much easier because of the authors of
those libraries. Thanks!