/blog/latest_articles/  - Articles index (y/m/d)
/blog/haikus/ - 
/blog/<username>/notifications/ - Notifications for this user 
/blog/erob/notifications/ - Get list of messages for this user


- User<custom> support

TODO: Write native and top-secret py-cassandra based driver: 
see authkit/users/schevo_04_driver.py for details.

1. fork schevo_04_driver.py to cassandra_04_driver.py
2. make and verify testcases for schevo_04_driver, etc..


Database: Schevo (builtin) or Cassandra 
TODO: explain how to migrate between Schevo to Cassandra using schevoexport.py script (-> json output)

- Comments -> ThreadedComment
- Bookmarks/Ajax History 
- RSS/RDF support
 /blog/investigations/article_id/rss/

/blog/<username>/posts/ models.Post 	(BlogEngine 1.0)
/blog/erob/messages/ models.Message 	(BlogEngine 1.0)
/blog/sara/messages/all/rss/		(BlogEngine 1.1)
/blog/saya/<model_plural_form>/<view>/<format>/ (1.1)
/blog/mike/posts/1/ <-- detailed view 	(BlogEngine 1.0)
/blog/mike/posts/slug-name/ <-- same thing than above..
/blog/mike/posts/add/ <-- add new Post entry (form) (BlogEngine 1.0)
/blog/user/posts/delete/1/ <-- delete Post item with id==1 from user `user'

/blog/<username>/rss/


- Entry:
  - title
  - ...
  - Category:
   - title
   - tag/slug
   - description
   - ...
