Code

Added templatebuilder module. two functions - one to pack up the html base,
authoranthonybaxter <anthonybaxter@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 24 Jul 2001 10:46:22 +0000 (10:46 +0000)
committeranthonybaxter <anthonybaxter@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 24 Jul 2001 10:46:22 +0000 (10:46 +0000)
commit4cb380e6655facb09505ffbfbeccf8e8475e38c1
tree2cf6e3e10e74919b6011043de0df0d79f8b9d446
parent5ebb0be457cd091eed8982913e8aa93cecb50b08
Added templatebuilder module. two functions - one to pack up the html base,
one to unpack it. Packed up the two standard templates into htmlbases.
Modified __init__ to install them.

__init__.py magic was needed for the rather high levels of wierd import magic.
Reducing level of import magic == (good, future)

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@72 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/init.py
roundup/templatebuilder.py [new file with mode: 0644]
roundup/templates/.cvsignore [new file with mode: 0644]
roundup/templates/__init__.py [new file with mode: 0644]
roundup/templates/classic/__init__.py
roundup/templates/classic/dbinit.py
roundup/templates/classic/htmlbase.py [new file with mode: 0644]
roundup/templates/extended/__init__.py
roundup/templates/extended/htmlbase.py [new file with mode: 0644]