/blog

The PropellerHead Blog implemented in Python running Google App Engine.

Primary LanguagePythonMIT LicenseMIT

Introduction

This includes all necessary resources to build and implement my blog (live at http://blog.propellerhead.dk).
The blog was developed in Python and runs on Google App Engine. The solution was initially created as a learning 
project migrating an existing solution originally developed in C# (ASP.NET) to Python and Google Appe Engine, 
but is today the sole implementation of this blog.

Licensing and Thrid Party Resources

All code herein are released under the MIT license (see license.txt). This include all code, text, or any other 
resource that is not by a third party. Please refer to third party licenses for additional information.

The following is a list of third party resources used as part of this code bundle:

Google Data APIa Python Client Library (gdata+atom), http://code.google.com/p/gdata-python-client/
Labix python-dateutil (datautil), http://labix.org/python-dateutil
recaptcha-client (recaptcha), http://pypi.python.org/pypi/recaptcha-client

Further more this code also communicates with the APIs:

Twitter REST API, http://apiwiki.twitter.com/Twitter-API-Documentation
Gravatar API, http://en.gravatar.com/site/implement