pensadorramm / blog

The PropellerHead Blog implemented in Python running Google App Engine.

Home Page:http://propellerhead.dk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The PropellerHead Blog implemented in Python running Google App Engine.

http://propellerhead.dk

License:MIT License


Languages

Language:Python 99.2%Language:C 0.2%Language:HTML 0.2%Language:CSS 0.2%Language:JavaScript 0.1%