public
Description: A full featured and opinionated blogging solution using Django
Homepage: http://lethain.com/projects/lifeflow/
Clone URL: git://github.com/lethain/lifeflow.git
lethain (author)
Tue Feb 24 15:50:41 -0800 2009
commit  a041c83a1283c7f97776f962c4ca88522629a44a
tree    1a7611ab1ea8f6921a1db63b08270d8b79a6f7c1
parent  b16461017d21f2476c3f8dfe71a989c925fecf87
name age message
file .gitignore Sat Aug 09 17:07:13 -0700 2008 Updated .gitignore. [lethain]
file CHANGES Sat May 31 18:03:22 -0700 2008 Initial commit of LifeFlow files from SVN to Git. [lethain]
file HELP Sat May 31 18:03:22 -0700 2008 Initial commit of LifeFlow files from SVN to Git. [lethain]
file LICENSE Sat May 31 18:03:22 -0700 2008 Initial commit of LifeFlow files from SVN to Git. [lethain]
file TODO Sat May 31 18:03:22 -0700 2008 Initial commit of LifeFlow files from SVN to Git. [lethain]
file __init__.py Loading commit data...
file admin.py Mon Aug 04 21:11:51 -0700 2008 Added newforms-admin support. [lukeman]
directory comments/ Sat May 31 18:03:22 -0700 2008 Initial commit of LifeFlow files from SVN to Git. [lethain]
file context.py Sun Sep 21 13:01:42 -0700 2008 Updated context to have 5 random and 5 recent e... [lethain]
directory editor/
file feeds.py Thu Jul 03 14:58:20 -0700 2008 Updated feeds.py to include published dates on ... [lukeman]
directory fixtures/ Sat May 31 18:03:22 -0700 2008 Initial commit of LifeFlow files from SVN to Git. [lethain]
file forms.py Wed Aug 27 09:06:53 -0700 2008 Updated to be compatable with Django Alpha. [lethain]
directory markdown/ Thu Oct 16 04:39:30 -0700 2008 Updated the regex for code block detection to a... [lethain]
directory media/ Tue Dec 02 19:21:55 -0800 2008 Removed numbering from articles. What where the... [lethain]
file models.py
file search.py
file sitemaps.py Sat May 31 18:03:22 -0700 2008 Initial commit of LifeFlow files from SVN to Git. [lethain]
directory templates/
directory templatetags/
file tests.py Sat May 31 18:03:22 -0700 2008 Initial commit of LifeFlow files from SVN to Git. [lethain]
file text_filters.py Tue Jul 08 21:27:35 -0700 2008 Now escaping raw html in comments instead of st... [lethain]
file urls.py
file views.py