You are viewing a plain text version of this content. The canonical link for it is here.
Posted to websh-cvs@tcl.apache.org by ro...@apache.org on 2002/08/01 00:52:33 UTC

cvs commit: tcl-websh README

ronnie      2002/07/31 15:52:33

  Modified:    .        README
  Log:
  - adapted support chapter
  - fixed version
  - minor typos fixed
  
  Revision  Changes    Path
  1.2       +33 -25    tcl-websh/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/tcl-websh/README,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README	3 Jun 2002 20:59:56 -0000	1.1
  +++ README	31 Jul 2002 22:52:33 -0000	1.2
  @@ -1,5 +1,5 @@
   
  -                   Websh, Version 3.5.0
  +                         Websh, Version 3.5.0
                                      
               Copyright 1996-2001, Netcetera AG, Switzerland
   	    Copyright 2001-2002, Apache Software Foundation.
  @@ -34,13 +34,15 @@
   virtually all our customer projects, which typically are E-commerce
   shops or electronic banking applications.
   
  -Websh was originally developed by Netcetera AG, Switzerland.
  +Websh was originally developed by Netcetera AG, Switzerland and was 
  +contributed to the Apache Software Foundation in 2001.
   
   Find more information about
   
  -- Websh at:                       http://tcl.apache.org/websh
  -- Netcetera AG, Switzerland at    http://netcetera.ch
  -- Tcl at                          http://tcl.tk
  +- Apache:                      http://www.apache.org/
  +- Websh:                       http://tcl.apache.org/websh/
  +- Netcetera AG, Switzerland:   http://netcetera.ch/
  +- Tcl:                         http://tcl.tk/
   
   
   2. Documentation
  @@ -48,14 +50,14 @@
   
   Documentation is available at
   
  -        http://tcl:apache.org/websh
  +        http://tcl.apache.org/websh/
   
   
   3. Compiling and installing Websh
   ---------------------------------
   
   Websh is a pure Tcl extension, Tk is not required. You need
  -Tcl8.2.2 or newer to compile and install Websh3.5.
  +Tcl8.3 or newer to compile and install Websh 3.5.0.
   
   typically:
   
  @@ -63,19 +65,19 @@
     ./configure
     make
     make test
  -  make install
     make clean
   
  -Make will create two targets: websh3.50, which is the standalone 
  -Websh application (dynamically linked to Tcl) and libwebsh3.50.so, 
  +Make will create two targets: websh3.5.0, which is the standalone 
  +Websh application (dynamically linked to Tcl) and libwebsh3.5.0.so, 
   which is a TEA (Tcl Extension Architecture) shared object that can 
   be dynamically loaded from within Tcl using [load libwebsh3.50.so].
  +Both provide the Tcl packe websh.
   
   If you have several versions of Tcl installed on your system, you
   might want to specify which one should be used for Websh, e.g.
   
  -  ./configure --with-tcl=/usr/local/tcl8.3.2/lib \
  -      --with-tclinclude=/usr/local/tcl8.3.2/include/
  +  ./configure --with-tcl=/usr/local/tcl8.3.4/lib \
  +      --with-tclinclude=/usr/local/tcl8.3.4/include/
   
   Note that to compile mod_websh for Apache 2, the corresponding Tcl 
   library must be compiled using threads.
  @@ -84,12 +86,16 @@
   4. mod_websh: Websh as Apache Module
   ------------------------------------
   
  -Websh applications can both run in CGI mode and in mod_websh,
  -the module for Apache 1.3. In order to build mod_websh,
  +Websh applications can both run in CGI mode and in mod_websh, the 
  +module for Apache 1.3 and Apache 2.0. In order to build mod_websh, 
   you have to use the following configure option:
   
     --with-httpdinclude=/path/to/apache/header/files
   
  +For Apache 2, you need to enable threads additionally:
  +
  +  --enable-threads
  +
   After this,
   
     make mod_websh.so
  @@ -117,25 +123,27 @@
   5. Support
   ----------
   
  -Netcetera is committed to provide high-quality support for Websh.
  +For support please try the following mailing list on tcl.apache.org: 
   
  -You can reach us at
  +  websh-user@tcl.apache.org
   
  -  support@websh.com 
  +You may subscribe by sending mail to websh-user-subscribe@tcl.apache.org.
   
  -and
  +If you would like to contribute to websh, please subscribe to:
   
  -  info@websh.com
  +  websh-dev@tcl.apache.org
  +
  +by sending mail to websh-dev-subscribe@tcl.apache.org.
   
  -We edit a newsletter about Websh. You can subscribe
  -to this newsletter at
  +In addition, Netcetera is committed to provide additional support for Websh.
   
  -  http://websh.com/subscribe.html
  +You can reach us at
   
  -Or you can find more information about Websh at
  +  support@websh.com 
   
  -  http://websh.com
  +and
   
  +  info@websh.com
   
    == Thank you for your interest in Websh ==
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: websh-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: websh-cvs-help@tcl.apache.org