Hello TEH!

23 Apr 2008

TEH is a minimalist blog engine written using Google App Engine.

Implemented Features

  • Add, edit and delete entries
  • Create static pages
  • ATOM feed
  • Markdown for text rendering
  • Entry classification using Topics (tags)
  • Configurable elements (blog title etc) so that it can be hosted on google apps enabled websites.
  • Comment using disqus.

Features in the works

  • Save tags on edit.
  • Additional markdown options (textile,
  • Export posts using ATOM format
  • Import posts (untested. see shooin.py for json import).
  • figure out baseurl based on domain deployed.

Nice to have

  • Editable templates so that the users can change the look and feel.
  • group templates into themes
  • API

Source code

Download the source code using git from here: http://github.com/btbytes/teh/tree/master

Note: You cannot edit this blog, even if you are logged in. That's because I've disabled editing by anybody who is not an admin on this site. Currently, thats only me. Play with the code :)

All posts