Code

Added a Zope frontend for roundup.
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 12 Dec 2001 23:27:14 +0000 (23:27 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 12 Dec 2001 23:27:14 +0000 (23:27 +0000)
commit44d9324fd574b27553a13b5dc556e18bede96002
treec9b9d68a8da3a697fc4b865e1e7ca977799d02c2
parentb4bc6fc387cb3f298289aba81cfeaa43d617cdfe
Added a Zope frontend for roundup.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@458 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt
frontends/README.txt [new file with mode: 0644]
frontends/ZRoundup/ZRoundup.py [new file with mode: 0644]
frontends/ZRoundup/__init__.py [new file with mode: 0644]
frontends/ZRoundup/dtml/manage_addZRoundupForm.dtml [new file with mode: 0644]
frontends/ZRoundup/icons/tick_symbol.gif [new file with mode: 0644]
roundup/cgi_client.py