An open API service indexing awesome lists of open source software.

https://github.com/irskep/steveasleep

Steve Johnson's personal web site, built on Flask and Google App Engine (for now)
https://github.com/irskep/steveasleep

Last synced: 13 days ago
JSON representation

Steve Johnson's personal web site, built on Flask and Google App Engine (for now)

Awesome Lists containing this project

README

          

Steve, Asleep
=============

Backend code for Steve Johnson's personal web site. Based on [Flask](http://flask.pocoo.org/). Codename: `hipflask`. Starter code stolen shamelessly from [Francisco Souza](http://www.franciscosouza.net/2010/08/flying-with-flask-in-google-app-engine.html).

To secure the site and enable Github and Posterous streams, duplicate `/hipflask/default_settings.py` to `/settings.py` and change the settings.

Requirements
------------

* [flask](http://flask.pocoo.org/)
* [github2](https://github.com/ask/python-github2)
* jinja2 (flask)
* [markdown](http://pypi.python.org/pypi/Markdown/)
* [posterous-python](https://github.com/nureineide/posterous-python)
* [simplejson](http://pypi.python.org/pypi/simplejson)
* werkzeug (flask)