Code

adding the "minimal" template
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 26 Sep 2002 04:15:55 +0000 (04:15 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 26 Sep 2002 04:15:55 +0000 (04:15 +0000)
commitba2393a55084938b58970bc4c817428ce133f36a
treefa001ed4710e420ee40dd653082267bffd15d4f5
parent09d661da02ae102d3ec21025f29cc0ee61636410
adding the "minimal" template

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1257 57a73879-2fb5-44c3-a270-3262357dd7e2
17 files changed:
roundup/templates/minimal/.cvsignore [new file with mode: 0644]
roundup/templates/minimal/__init__.py [new file with mode: 0644]
roundup/templates/minimal/config.py [new file with mode: 0644]
roundup/templates/minimal/dbinit.py [new file with mode: 0644]
roundup/templates/minimal/detectors/.cvsignore [new file with mode: 0644]
roundup/templates/minimal/detectors/__init__.py [new file with mode: 0644]
roundup/templates/minimal/html/_generic.help [new file with mode: 0644]
roundup/templates/minimal/html/_generic.index [new file with mode: 0644]
roundup/templates/minimal/html/_generic.item [new file with mode: 0644]
roundup/templates/minimal/html/home [new file with mode: 0644]
roundup/templates/minimal/html/home.classlist [new file with mode: 0644]
roundup/templates/minimal/html/page [new file with mode: 0644]
roundup/templates/minimal/html/style.css [new file with mode: 0644]
roundup/templates/minimal/html/user.index [new file with mode: 0644]
roundup/templates/minimal/html/user.item [new file with mode: 0644]
roundup/templates/minimal/html/user.register [new file with mode: 0644]
roundup/templates/minimal/interfaces.py [new file with mode: 0644]