
	    tclmore - Language extension for Tcl
	    ====================================

		       by Marco Maggi


Topics
------

   1. Overview
   2. License
   3. Compile and install
   A. Credits
   B. Bugs
   C. Resources


1. Overview
-----------

TCLMORE  is a  C  language extension  library  for TCL.   It
provides additional commands to  a TCL interpreter and a set
of C  API functions  accessible through the  stub mechanism.

  TCLMORE  is  the  base  library  for  a  number  of  other
extensions from the same author. 

  Starting from  version 0.7, it depends on  the Useless TCL
Packages (UTP) to be installed on the system to rebuild some
of the source files from XML documents. If you do not intend
to modify the  source, and only want to  compile and install
the package, you will not need UTP.


2. License
----------

Copyright (C) 2002, 2003, 2004 Marco Maggi. 

The  author hereby  grant permission  to use,  copy, modify,
distribute, and license  this software and its documentation
for  any purpose, provided  that existing  copyright notices
are retained in all copies  and that this notice is included
verbatim  in   any  distributions.  No   written  agreement,
license,  or  royalty  fee   is  required  for  any  of  the
authorized  uses.   Modifications to  this  software may  be
copyrighted  by  their  authors  and  need  not  follow  the
licensing terms described here,  provided that the new terms
are clearly indicated  on the first page of  each file where
they apply.

IN NO  EVENT SHALL THE  AUTHOR OR DISTRIBUTORS BE  LIABLE TO
ANY  PARTY  FOR DIRECT,  INDIRECT,  SPECIAL, INCIDENTAL,  OR
CONSEQUENTIAL  DAMAGES  ARISING  OUT  OF  THE  USE  OF  THIS
SOFTWARE,  ITS DOCUMENTATION,  OR  ANY DERIVATIVES  THEREOF,
EVEN IF THE  AUTHOR HAVE BEEN ADVISED OF  THE POSSIBILITY OF
SUCH DAMAGE.

THE  AUTHOR  AND   DISTRIBUTORS  SPECIFICALLY  DISCLAIM  ANY
WARRANTIES,  INCLUDING,  BUT  NOT  LIMITED TO,  THE  IMPLIED
WARRANTIES  OF  MERCHANTABILITY,  FITNESS FOR  A  PARTICULAR
PURPOSE, AND NON-INFRINGEMENT.  THIS SOFTWARE IS PROVIDED ON
AN "AS  IS" BASIS, AND  THE AUTHOR AND DISTRIBUTORS  HAVE NO
OBLIGATION   TO  PROVIDE   MAINTENANCE,   SUPPORT,  UPDATES,
ENHANCEMENTS, OR MODIFICATIONS.


3. Compile and install
----------------------

Read the INSTALL file. Quick guide:

	$ ./configure
	$ make
	$ make test
	$ make install


A. Credits
----------

The  stuff was  written  by Marco  Maggi.   If this  package
exists it's because of the  great GNU software tools that he
uses all the time.

  TCL  exists because  John Ousterhout  wrote it  and people
started using and enhancing it;  now it is maintained by the
TCL  Core Team  (TCT).  Thanks  to them  and  the people  on
comp.lang.tcl.


B. Bugs
-------

A bug in tclmore is  my fault only. Reports are appreciated,
send them  to me by email.   Get my mail  username, which is
"marcomaggi",  and the  mail hostname  of my  ISP,  which is
"tiscalinet.it", and join them together.

  As long as the project is hosted at GNA!, you can file bug
reports there.


C. Resources
------------

The last version of tclmore can be found here:

	   <http://gna.org/project/tclmore/>

it is unlikely, but you may try here:

	    <http://web.tiscali.it/marcomaggi/>

  TCL can be found here:

		    <http://www.tcl.tk/>

  The Useless TCL Packages should be found here:

	       <http://gna.org/project/utp/>

  The GNU tools can be found here:

		   <http://www.gnu.org/>

### end of file
# Local Variables:
# mode: text
# End:
