public
Description: A blog application for App Engine
Homepage: http://bloggart-demo.appspot.com/
Clone URL: git://github.com/Arachnid/bloggart.git
name age message
file .gitignore Thu Oct 08 05:03:31 -0700 2009 Added 'keep it simple' default theme [Nicholas Johnson]
file .gitmodules Mon Oct 05 09:52:10 -0700 2009 Static serving code [Nicholas Johnson]
file README.textile Tue Oct 13 10:12:07 -0700 2009 Added bloggart-on-appengine logo [Nicholas Johnson]
file admin.py Mon Oct 26 16:24:33 -0700 2009 Fix sys.path issue using ultimate_sys_path appr... [Andi Albrecht]
file app.yaml Mon Oct 19 02:54:37 -0700 2009 Basic bloog migration script [Nicholas Johnson]
file config.py Sun Oct 25 14:50:20 -0700 2009 Added andialbrecht's markup language patch. [Arachnid]
file fix_path.py Mon Oct 26 16:24:33 -0700 2009 Fix sys.path issue using ultimate_sys_path appr... [Andi Albrecht]
file generators.py Thu Nov 05 14:20:23 -0800 2009 Turn the iterator into a slice for atom content... [Arachnid]
file handlers.py Tue Oct 27 15:07:02 -0700 2009 Fixed draft behaviour [Arachnid]
file index.yaml Sat Oct 17 09:00:37 -0700 2009 Cleaned up etag generation for posts. Fixes #7. [Arachnid]
directory lib/ Sun Oct 25 14:50:20 -0700 2009 Added andialbrecht's markup language patch. [Arachnid]
file markup.py Sun Oct 25 14:50:20 -0700 2009 Added andialbrecht's markup language patch. [Arachnid]
file migrate.py Thu Nov 12 08:02:00 -0800 2009 Change return value of WordpressMigration._get_... [Andi Albrecht]
file models.py Tue Oct 27 15:11:51 -0700 2009 Fixed rendering for atom feeds [Arachnid]
file post_deploy.py Thu Nov 05 14:16:13 -0800 2009 Exclude drafts when regenerating posts. [Andi Albrecht]
file static.py Sun Nov 15 02:53:15 -0800 2009 fixed memcache issue and added 404 handling [Jeffrey Rosen]
directory themes/ Tue Nov 24 04:29:23 -0800 2009 Fixed display of pre tags [Nicholas Johnson]
file utils.py Mon Oct 26 16:24:08 -0700 2009 Refactor template rendering to allow theme inhe... [Andi Albrecht]
README.textile

Bloggart is a blog application for Google App Engine. It’s currently being developed as a demonstration app for a series of blog posts, but is intended to be a useful and versatile blogging system for App Engine by the time it’s done.