Code on BitBucket

Dec 02, 2008

If you are crazy enough to be interested in the code, take a look at BitBucket and look for project appblog.

If you are already familiar with Mercurial, you can just clone the repository by doing:

hg clone http://bitbucket.org/lullis/appblog

Please, let me know what atrocities that you found and you'd like to see corrected.

View Comments

Things that need to be worked on

Nov 30, 2008

If you can see this, it means that Google App Engine is successfully running my blog application. The idea is not original, far from it. Bret Taylor's website is where I found most of the inspiration - and the css file. ;)

Rather than a mere "Hello World", I want to keep here a list of things that I need to work on, if I decide to turn this into a serious project.

  • Domain name
  • About Page is empty
  • Feeds that are able to filter based on the language that I'm using for the entry
  • Better division of templates. Most of the elements of the webpage are on the "widgets" folder. They should be in a different place.
  • Internationalization
View Comments