# HG changeset patch # User k0s # Date 1254879470 14400 # Node ID 93a4557e15c1fb7a29d39081b59f0cadea674d6f # Parent e4f28fde518a5ec3c5880313d8388966b49d9c82 filling out genshi diff -r e4f28fde518a -r 93a4557e15c1 bitsyblog/templates/blog.html --- a/bitsyblog/templates/blog.html Tue Oct 06 21:37:28 2009 -0400 +++ b/bitsyblog/templates/blog.html Tue Oct 06 21:37:50 2009 -0400 @@ -1,7 +1,44 @@ + + -
- -
- ${subject} - + + ${user} - ${site_name} + + + + + + + + + +
+ + +
+ ${subject} + + secret + +
+ + ${body} + + +
+
+ public + secret + private + +
+
+ +
+ + + diff -r e4f28fde518a -r 93a4557e15c1 setup.py --- a/setup.py Tue Oct 06 21:37:28 2009 -0400 +++ b/setup.py Tue Oct 06 21:37:50 2009 -0400 @@ -19,8 +19,8 @@ classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers keywords='blog', author='Jeff Hammel', - author_email='jhammel@openplans.org', - url='http://bitsyblog.biz', + author_email='k0scist@gmail.com', + url='http://k0s.org/blog', license='GPL', packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), include_package_data=True, @@ -35,7 +35,8 @@ 'skimpygimpy', 'lxml', 'PyRSS2Gen', - 'docutils' + 'docutils', + 'genshi', ], dependency_links=[ 'https://svn.openplans.org/svn/standalone/markup#egg=markup',