http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/roundup/templates/__init__.py Mercurial Repository: p/roundup/code: roundup/templates/__init__.py history 2002-09-10T01:07:06+00:00 more Log removal http://hg.code.sf.net:8000/p/roundup/code/#changeset-e5826025eeb79f39c9c73309727d89b1b24372a8 Richard Jones richard@users.sourceforge.net 2002-09-10T01:07:06+00:00 2002-09-10T01:07:06+00:00
changeset e5826025eeb7
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description more Log removal
files
stupid typo http://hg.code.sf.net:8000/p/roundup/code/#changeset-18134bffab37adb31b9748bde68b0d2f890b6d1e Richard Jones richard@users.sourceforge.net 2001-08-07T00:24:43+00:00 2001-08-07T00:24:43+00:00
changeset 18134bffab37
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description stupid typo
files
Added the copyright/license notice to (nearly) all files... http://hg.code.sf.net:8000/p/roundup/code/#changeset-d45384bc6420d1fe5aa6252310d04956315bdd69 Richard Jones richard@users.sourceforge.net 2001-08-07T00:15:51+00:00 2001-08-07T00:15:51+00:00
changeset d45384bc6420
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Added the copyright/license notice to (nearly) all files...

...at request of Bizar Software.
files
Support for determining the installed tempaltes http://hg.code.sf.net:8000/p/roundup/code/#changeset-da7b97149caa2df478027545c0d6da9d63acce6f Richard Jones richard@users.sourceforge.net 2001-07-30T01:28:17+00:00 2001-07-30T01:28:17+00:00
changeset da7b97149caa
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Support for determining the installed tempaltes
files
Added templatebuilder module. http://hg.code.sf.net:8000/p/roundup/code/#changeset-5e71aaa87e5bca1e82ec78e6577ac55b3ea033f4 Anthony Baxter anthonybaxter@users.sourceforge.net 2001-07-24T10:46:22+00:00 2001-07-24T10:46:22+00:00
changeset 5e71aaa87e5b
branch
bookmark
tag
user Anthony Baxter <anthonybaxter@users.sourceforge.net>
description 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)
files