how to setup the bloog repository
Prerequisites:
setup a github account in github.com
install git (in windows code.google.com/p/msysgit )
generate your ssh keys (http://github.com/guides/providing-your-ssh-key)
After that, clone the bloog master repo via the browser interface to your own fork (usually know as branches in another control version systems).
You can checkout the code to your computer right now with the git clone command, using your private ...
Require login for bloog contact form
I don't like that almost anyone could post a message via the contact form, so I made obligatory to be logged before anyone could send a contact request.
with app engine is as easy as mark the next request as login required in the app.yaml with the next lines:
- url: /contact
script: main.py
login: required
As usual in this file, the order of the patterns ...
Bloog setup
With a bit from help from http://tombrander.wordpress.com/ I manage to setup the bloog application on app engine, now it's time to personalize and share some stuff