log

age author description
2011-01-07 Jeff Hammel remove deprecated variable setting from command line front end
2011-01-07 Jeff Hammel API templates now hobble along on their own two feet
2011-01-07 Jeff Hammel determine the location in a better way
2011-01-07 Jeff Hammel check in a failing test wrt location
2011-01-07 Jeff Hammel closer to substitution
2011-01-07 Jeff Hammel override get_variables for API template; could instead do this in the ctor, alternately
2011-01-07 Jeff Hammel display defaults with command line --help option
2011-01-07 Jeff Hammel wait, its completely silly to print the variables since OptionParser already does that
2011-01-07 Jeff Hammel what i really meant to do with variables
2011-01-07 Jeff Hammel add a comment
2011-01-06 Jeff Hammel make a full CLI class for a single API template
2011-01-06 Jeff Hammel stub for a command-line parser
2011-01-06 Jeff Hammel * fix another variable-related bug
2011-01-06 Jeff Hammel fix several issues involving variable interpolation
2011-01-06 Jeff Hammel pass the variables, fixes tests
2011-01-06 Jeff Hammel instantiate subtemplates with the appropriate interactive argument
2011-01-06 Jeff Hammel whitespace
2011-01-06 Jeff Hammel missed an interactive=False
2011-01-06 Jeff Hammel make test.py executable
2011-01-06 Jeff Hammel remove unused imports
2011-01-06 Jeff Hammel clean up the dispatcher code
2011-01-06 Jeff Hammel remove paste factory
2011-01-06 Jeff Hammel use proper delimeters
2011-01-06 Jeff Hammel actually introduce a variable for the script
2011-01-05 Jeff Hammel do API variable reading and stubbing a bit for control flow
2011-01-05 Jeff Hammel remove paster .ini file
2011-01-04 Jeff Hammel more stubbing of API class; first get something off the ground; then rewrite
2011-01-03 Jeff Hammel stub out what API templates will look like; put these in a separate file as theres no reason to clutter up the command line entry point any further
2011-01-02 Jeff Hammel test and fix mixed output case
2011-01-02 Jeff Hammel get directory substitution sorta working; start stubbing mixed case
2011-01-02 Jeff Hammel found a serious problem: directories stubbornly substitute into themselves
2011-01-02 Jeff Hammel stub out directory example
2011-01-02 Jeff Hammel fixed single-file test case
2011-01-02 Jeff Hammel started writing tests; what a surprise, everything is broken ;)
2011-01-02 Jeff Hammel continued refactor to have template classes
2010-12-23 Jeff Hammel more stubbing of template classes
2010-12-23 Jeff Hammel add interactive flag and note about it
2010-12-22 Jeff Hammel stub of using classes for this
2010-12-22 Jeff Hammel dont point at trunk tempital; as expected, hg repos dont work with setuptools :(
2010-12-22 Jeff Hammel add license metadata
2010-12-22 Jeff Hammel depend on trunk tempita; stubbing for next stage
2010-12-15 Jeff Hammel make include example work
2010-12-14 Jeff Hammel add a non-working example with an include clause
2010-11-30 Jeff Hammel remove the staging directory you attempted to download
2010-11-30 Jeff Hammel add note about urllib and timeouts
2010-11-30 Jeff Hammel stub out getting tempita from the net; unttested
2010-11-21 Jeff Hammel remove duplicated variable
2010-11-21 Jeff Hammel stub out fetching tempita from the internet; bitbucket is down, so no further work here atm
2010-11-17 Jeff Hammel use tempita instead of genshi since we have it already (and dont need a really complex templating system)
2010-11-17 Jeff Hammel remove references to dissociate
2010-11-17 Jeff Hammel * add a port
2010-11-17 Jeff Hammel update template
2010-11-16 Jeff Hammel change API making substitute return the substituted quantity
2010-11-16 Jeff Hammel add method to work TTW
2010-11-15 Jeff Hammel make this a genshi view (should be: tempita view)
2010-11-15 Jeff Hammel use full dot path to template
2010-11-15 Jeff Hammel add options for starting and ending braces (unused)
2010-11-12 Jeff Hammel add a test with different delimeters
2010-11-12 Jeff Hammel make a directory for examples
2010-11-12 Jeff Hammel * add commandline to print commandlines