67 lines
1.2 KiB
Plaintext
67 lines
1.2 KiB
Plaintext
head 1.3;
|
|
access;
|
|
symbols;
|
|
locks; strict;
|
|
comment @# @;
|
|
|
|
|
|
1.3
|
|
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
|
|
branches;
|
|
next 1.2;
|
|
|
|
1.2
|
|
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
|
|
branches;
|
|
next 1.1;
|
|
|
|
1.1
|
|
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
|
|
branches;
|
|
next ;
|
|
|
|
|
|
desc
|
|
@Initial revision
|
|
@
|
|
|
|
|
|
1.3
|
|
log
|
|
@Revision 3
|
|
@
|
|
text
|
|
@Major software components of the PyWrapper. Often they are represented by a single class - sometimes not.
|
|
|
|
* CGI Instance component
|
|
* Logging object: used everywhere to keep diagnostics and debug data, to write log files, ect.
|
|
* TableGraph: A graph object representing the database schema
|
|
* View object.
|
|
* Datasource configuration: mappings, database connection/structure, wrapper settings
|
|
* [[http://ww3.bgbm.org/viewcvs/viewcvs.cgi/biocase/tapir/pywrapper/config/schemas/local/www.biocase.org/schemas/datasourceprefs/1.0/index.xsd?view=markup][xml schema]]
|
|
* Filter expression parser & evaluation
|
|
@
|
|
|
|
|
|
1.2
|
|
log
|
|
@Revision 2
|
|
@
|
|
text
|
|
@d6 3
|
|
a8 2
|
|
* View objects
|
|
* Datasource configuration (mappings, database connection/structure, wrapper settings)
|
|
@
|
|
|
|
|
|
1.1
|
|
log
|
|
@Initial revision
|
|
@
|
|
text
|
|
@d6 3
|
|
a8 1
|
|
* ...
|
|
@
|