decoupage

log

age author description
6 months Jeff Hammel make sort formatter more extensible and add a random methoddefault tip
6 months Jeff Hammel improvements to the inclusion template
6 months Jeff Hammel add inclusion template
17 months Jeff Hammel return exceptions rather than just raise them; needed for wsgiref and who knows what other servers
17 months Jeff Hammel move app_conf parsing logic to factory.py
17 months Jeff Hammel include head.html in the master template
18 months Jeff Hammel remove previous hacks
18 months Jeff Hammel add some RSS
18 months Jeff Hammel make formats classes that can take arguments
18 months Jeff Hammel depend on py2rssgen; not hooked up yet
18 months Jeff Hammel more stubbing for RSS
18 months Jeff Hammel dont show size for directories
18 months Jeff Hammel merge commit
18 months Jeff Hammel add documentation for formats and a stub
18 months Jeff Hammel dont capitalize unimportant words
18 months Jeff Hammel work towards refactor letting links (and maybe other things in the future) dwell in a decoupage namespace
18 months Jeff Hammel add "-" to list of FilenameDescription separators
18 months Jeff Hammel add size of file to metadata
18 months Jeff Hammel add idea of formats and json format
18 months Jeff Hammel add more metadata to files: modification time, type
18 months Jeff Hammel * make head.html actually be correct;
18 months 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
20 months Jeff Hammel add order formatter (untested)
20 months Jeff Hammel typo
20 months Jeff Hammel actual sane error handling that human beings can read and decipher
20 months Jeff Hammel print which formmaters werent available
22 months Jeff Hammel and a commit following a merge, goody goody...lets get a snack
22 months Jeff Hammel add arguments to transformers....configparser is somewhat retarded about capitalization so im going to be somewhat retarded here rather than google for how to fix right now. lame
23 months Jeff Hammel using a blank title will have the title be the filename
2 years Jeff Hammel bump version following distribution
2 years Jeff Hammel alter setup metadata
2 years k0s adding TODO items
2 years k0s better way of doing up; this breaks old behaviour so incrementing version
2 years k0s merged some stuff
2 years k0s include components necessary to make decoupage feel almost like a framework
2 years k0s included a links formatter; restructure index template
2 years egj merge from head
2 years egj better error message
2 years k0s remove montage formatter
2 years k0s more docmentation updates
2 years k0s minor documentation updates
2 years k0s now use contenttransformer to serve files if /transformer in directory configuration; TODO: cache on a per-directory basis
2 years k0s remove pointless get_response method
2 years k0s correct variable name
2 years egj unfold the list out of the reverseiterator which otherwise gets consumed and funky
2 years egj add formatter
2 years egj fix breakages
2 years egj try to fail gracefully if index.html exists
2 years egj css not stylesheets
2 years k0s update documentation
2 years k0s meaningful descriptions from filenames
2 years k0s add formatters to include css and genshi templates
2 years k0s misspelling
2 years k0s stub for putting stylesheets and includes on templates"
2 years k0s * get the templates in the correct way
2 years k0s * split on space in formatters to be consist with everything else
2 years k0s template improvements
2 years k0s * fix formatters
2 years k0s add ability to print formatters with decoupage-formatters console_script
2 years k0s add ability to print templates