]> git.sur5r.net Git - openldap/blob - contrib/tweb/README
* configure.in: add tcl8.2 to list of tcl libs to search for, also added new MOD_TCL_LIB
[openldap] / contrib / tweb / README
1 /*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
2 *                                                                          *
3 * README                                                                   *
4 *                                                                          *
5 * Function:..Introduction to the WWW-X.500 gateway TWEB                    *
6 *                                                                          *
7 *                                                                          *
8 *                                                                          *
9 * Authors:...Dr. Kurt Spanier & Bernhard Winkler,                          *
10 *            Zentrum fuer Datenverarbeitung, Bereich Entwicklung           *
11 *            neuer Dienste, Universitaet Tuebingen, GERMANY                *
12 *                                                                          *
13 *                                       ZZZZZ  DDD    V   V                *
14 *            Creation date:                Z   D  D   V   V                *
15 *            September 14 1995            Z    D   D   V V                 *
16 *            Last modification:          Z     D  D    V V                 *
17 *            September 13 1999          ZZZZ   DDD      V                  *
18 *                                                                          *
19 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
20
21
22 IMPORTANT HINT FOR UPGRADING TO VERSION 2.3.x:
23
24     the config-syntax of ALLOW-STRING DENY-STRING GRANT REFUSE has changed:
25     now regular expressions are used enabling shorter config strings.
26
27     the language-files have been extended. Please use the newly provided
28     language-files or update your old ones.
29
30
31
32 INTRODUCTION
33
34    TWEB is based on the Web500gw implementation by Frank Richter, 
35    Technische Universitaet Chemnitz-Zwickau, which is based on the 
36    go500gw implementation by Tim Howes, University of Michigan.
37
38    TWEB was compiled and tested on LINUX with cc, HPUX 9.05 with the
39    HP-ANSI C compiler, as well as SunOS 4.1.2 with the SUN C compiler.
40    TWEB was also compiled with gcc on all platforms.
41
42    The UMICH LDAP client library version 3.0 or 3.3
43    ( URL:ftp://terminator.rs.itd.umich.edu/ldap/ldap-3.3.tar.Z )
44    must be installed on the machine (library path and include file 
45    path is configured in Makefile). With QUIPU ICR-2.x the ISODE-
46    provided LDAP libraries should be used. As such, TWEB only supports
47    LDAP version 2 with the University of Michigan type C API. TWEB is
48    also adapted for the OpenLDAP LDAP library, release version 1.1.2
49    (http://www.openldap.org).
50
51    An upgrade to LDAP version 3 and a C API standadized by the IETF
52    is planned for a not so far away future, most probably in step 
53    with the OpenLDAP package.
54
55    TWEB, as provided here is a fully functional core gateway, which
56    is extended at the author's site by some local features. These
57    extensions are included into the same code base, so that some
58    "#ifdef TUE_TEL" or "#ifdef AMBIX" pre-processor statements can
59    be found throughout the code. 
60
61    Have a look at the doc sub-directory to get some further documentation.
62
63
64 INSTALLATION
65
66    The installation and configuration of TWEB is described in the
67    GETTING-STARTED file. After making and testing the basic TWEB
68    you should have a look to file FEATURE-LIST to learn about the 
69    several configuration parameters TWEB provides for runtime
70    configuration of the program.
71
72    SINCE THE CODE IS ONLY THE CORE GATEWAY, WITH SOME PRIVATE EXTENSIONS
73    NOT INCLUDED INTO THAT DISTRIBUTION, DO NOT DELETE CODE BETWEEN
74
75       #ifdef TUE_TEL
76       #endif
77
78    AND
79
80      #ifdef AMBIXGW
81      #endif
82
83    IN ANY OF THE SUPPORTED FILES !!!
84
85
86 SUPPORT
87
88    Bug reports and flames (but also critical comments) please send to 
89
90        tweb-support@mail500.uni-tuebingen.de. 
91     
92    For general discussion (e.g., about interesting new features,
93    which should be supported), there is a discussion list at
94
95        tweb-l@mail500.uni-tuebingen.de.
96
97    Send requests for subscription to
98
99        tweb-l-request@mail500.uni-tuebingen.de.
100
101
102 TWEB development team, Tuebingen, September, 9th, 1999
103
104