comparison roundup/__init__.py @ 1227:92d8e1aad2e9

added mention of the new "minimal" template... ...and cleaned up Admin links in classic
author Richard Jones <richard@users.sourceforge.net>
date Thu, 26 Sep 2002 04:19:53 +0000
parents 65e9dd4b59e1
children 8dd4f736370b
comparison
equal deleted inserted replaced
1226:0ef27b438916 1227:92d8e1aad2e9
13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" 14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS"
15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, 15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
17 # 17 #
18 # $Id: __init__.py,v 1.12 2002-09-13 04:14:07 richard Exp $ 18 # $Id: __init__.py,v 1.13 2002-09-26 04:19:53 richard Exp $
19 19
20 __doc__ = ''' 20 __doc__ = '''
21 This is a simple-to-use and -install issue-tracking system with 21 This is a simple-to-use and -install issue-tracking system with
22 command-line, web and e-mail interfaces. 22 command-line, web and e-mail interfaces.
23 23
63 For more information, see the original overview and specification documents 63 For more information, see the original overview and specification documents
64 written by Ka-Ping Yee in the "doc" directory. If nothing else, it has a 64 written by Ka-Ping Yee in the "doc" directory. If nothing else, it has a
65 much prettier cake :) 65 much prettier cake :)
66 ''' 66 '''
67 67
68 __version__ = '0.5.0b2' 68 __version__ = '0.5.0pr1'
69 69
70 # vim: set filetype=python ts=4 sw=4 et si 70 # vim: set filetype=python ts=4 sw=4 et si

Roundup Issue Tracker: http://roundup-tracker.org/