log setup.py @ 116:eac2c03c40ee default tip

age author description
9 months ago Jeff Hammel bump version default tip
2017-07-07 Jeff Hammel [templates] --cwd requires no argument
2017-04-01 Jeff Hammel version bump
2017-03-31 Jeff Hammel pave way for pytest
2017-03-31 Jeff Hammel begin to toxify
2017-03-29 Jeff Hammel untangle `decoupage-templates` console script + minor cleanup + version bump
2017-03-29 Jeff Hammel py 3 compat
2017-01-31 Jeff Hammel add local directory for template rendering
2016-08-24 Jeff Hammel sort by index order now works
2016-08-24 Jeff Hammel update ReST
2016-08-22 Jeff Hammel version bump
2016-08-22 Jeff Hammel make a proper python script for discovery and extension
2014-01-13 Jeff Hammel directory indicator
2013-12-29 Jeff Hammel add command line serving
2013-12-29 Jeff Hammel cli client
2013-11-30 Jeff Hammel unicode
2013-07-05 Jeff Hammel bump version
2013-07-05 Jeff Hammel add some dates and fix some bugs!
2012-08-29 Jeff Hammel error and bump
2012-08-09 Jeff Hammel fix rss bug
2012-08-04 Jeff Hammel make template loading lenient and other fixes; bump version
2011-11-19 Jeff Hammel make sort formatter more extensible and add a random method
2011-10-27 Jeff Hammel add inclusion template
2010-11-25 Jeff Hammel remove previous hacks
2010-11-22 Jeff Hammel add some RSS
2010-11-21 Jeff Hammel make formats classes that can take arguments
2010-11-18 Jeff Hammel depend on py2rssgen; not hooked up yet
2010-11-03 Jeff Hammel add idea of formats and json format
2010-10-27 Jeff Hammel * make head.html actually be correct;
2010-10-27 Jeff Hammel add a stub head template for inclusion; not sure if this is the way to go; alternatively, each formatter could contribute to the markup individually
2010-09-09 Jeff Hammel add order formatter (untested)
2010-09-06 Jeff Hammel typo
2010-04-20 Jeff Hammel bump version following distribution
2010-04-20 Jeff Hammel alter setup metadata
2010-02-09 k0s better way of doing up; this breaks old behaviour so incrementing version
2010-02-08 k0s include components necessary to make decoupage feel almost like a framework
2010-02-08 k0s included a links formatter; restructure index template
2010-01-18 k0s now use contenttransformer to serve files if /transformer in directory configuration; TODO: cache on a per-directory basis
2010-01-04 egj add formatter
2009-12-30 k0s update documentation
2009-12-26 k0s meaningful descriptions from filenames
2009-12-25 k0s add formatters to include css and genshi templates
2009-12-25 k0s stub for putting stylesheets and includes on templates"
2009-12-25 k0s * get the templates in the correct way
2009-12-25 k0s * fix formatters
2009-12-25 k0s add ability to print formatters with decoupage-formatters console_script
2009-12-25 k0s add ability to print templates
2009-12-25 k0s mv decoupage to the web module bc thats where it should live; increment version
2009-10-27 k0s use paste.fileapp as the fileserver
2009-09-07 k0s adding decoupage from http://my-svn.assembla.com/svn/arbez/decoupage r355