Skip to content

Commit e46b983

Browse files
author
Alexander Smishlajev
committed
tracker layout notes in install() docstring updated for new layout
1 parent b5f5c2c commit e46b983

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

roundup/init.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: init.py,v 1.32 2004-10-16 14:45:12 a1s Exp $
18+
# $Id: init.py,v 1.33 2004-11-03 09:44:16 a1s Exp $
1919

2020
"""Init (create) a roundup instance.
2121
"""
@@ -64,20 +64,20 @@ def install(instance_home, template):
6464
the directory holding the template to use in creating the instance data
6565
6666
The instance_home directory will be created using the files found in
67-
the named template (roundup.templates.<name>). A standard instance_home
67+
the named template (roundup.templates.<name>). A usual instance_home
6868
contains:
6969
70-
config.py
71-
simple configuration of things like the email address for the
72-
mail gateway, the mail domain, the mail host, ...
73-
dbinit.py and select_db.py
74-
defines the schema for the hyperdatabase and indicates which
75-
backend to use.
70+
config.ini
71+
tracker configuration file
72+
schema.py
73+
database schema definition
74+
initial_data.py
75+
database initialization script, used to populate the database
76+
with 'roundup-admin init' command
7677
interfaces.py
77-
defines the CGI Client and mail gateway MailGW classes that are
78+
(optional, not installed from standard templates) defines
79+
the CGI Client and mail gateway MailGW classes that are
7880
used by roundup.cgi, roundup-server and roundup-mailgw.
79-
__init__.py
80-
ties together all the instance information into one interface
8181
db/
8282
the actual database that stores the instance's data
8383
html/

0 commit comments

Comments
 (0)