diff roundup/init.py @ 604:13719594278b config-0-4-0-branch

I've re-worked the config structure a little so it's simpler (one less file) and added a unit test so we can be sure it's working.
author Richard Jones <richard@users.sourceforge.net>
date Wed, 06 Feb 2002 07:11:13 +0000
parents a5cd27d33516
children
line wrap: on
line diff
--- a/roundup/init.py	Wed Feb 06 04:29:17 2002 +0000
+++ b/roundup/init.py	Wed Feb 06 07:11:13 2002 +0000
@@ -15,7 +15,7 @@
 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 # 
-# $Id: init.py,v 1.18.2.1 2002-01-03 02:12:05 titus Exp $
+# $Id: init.py,v 1.18.2.2 2002-02-06 07:11:12 richard Exp $
 
 __doc__ = """
 Init (create) a roundup instance.
@@ -66,12 +66,8 @@
     The instance_home directory will be created using the files found in
     the named template (roundup.templates.<name>). A standard instance_home
     contains:
-        . instance_config.py
-          - simple configuration of things like the email address for the
-            mail gateway, the mail domain, the mail host, ...
         . config.rc
-          - default configuration file used by instance_config to load
-            in the configuration.
+          - configuration file for the instance
         . dbinit.py and select_db.py
           - defines the schema for the hyperdatabase and indicates which
             backend to use.
@@ -111,6 +107,11 @@
 
 #
 # $Log: not supported by cvs2svn $
+# Revision 1.18.2.1  2002/01/03 02:12:05  titus
+#
+#
+# Initial ConfigParser implementation.
+#
 # Revision 1.18  2001/11/22 15:46:42  jhermann
 # Added module docstrings to all modules.
 #

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