siebung (1.20) | TKsiebung.tcl (0.14)   (see below!!)

Copyright (C) 2002    Holger Crni <holger@croenihill.de>


Description
===========
siebung is a simple C++-program to compute the number of 
groundforms  of a binary form in each degorder. It uses 
naive tamisage as described in the article


    Fabian Franklin.
    "On the Calculation of the Generating Functions and
    Tables of Groundforms for Binary Quantics.",
    American Journal of Mathematics, 3, (1880), S. 128-153.


It is part of the authors Ph. D. thesis and based on the 
article

For more information see 

    http://www.croenihill.de/Diss


Installation
============
tar xzf siebung-1.20.tar.gz
cd siebung-1.20
./configure
make
make install

Documentation
=============
See  http://www.croenihill.de/Diss

Copyright
=========
siebung is copyrighted by Holger Crni <holger@croenihill.de>
and is licensed through the GNU General Public License.
Read the COPYING file for the complete license.

##################################################################
##################################################################
##################################################################

TKsiebung.tcl (0.14)

Copyright (C) 2002    Holger Crni <holger@croenihill.de>


Description
===========
TKSiebung.tcl is a TclTk-frontend for siebung.
If you would like to use it make sure that 'tcl' and 'Tk'
are installed on your machine.

No automatic installation precedure is provided with this
graphical user interface.

Im in no way an expert for tcl. I just started to use it for
this GUI and never used it again. Thus be aware that there
might be some flaws in the code.
(My wife wanted a GUI so I obeyed and  wrote one for the 
 first time in my life.)


Installation
============
After you installed siebung (configure && make && make install)
you have to edit some variables at the top of the file 'TkSiebung.tcl'
with your favourite editor (e.g. emacs).

If you installed siebung in '/usr/local/bin' the second and third line 
should be

   set PFAD "/usr/local/bin";

Temporary data is stored in the file 'TMPDATEI'.
If you do not want to use the name '.tksiebung.lg' try something 
like

   set TMPDATEI "/tmp/thissimyfavouritename":
 

Documentation
=============
See  http://www.croenihill.de/Diss

Copyright
=========
TKSiebung is part of siebung and is copyrighted by 
Holger Crni <holger@croenihill.de>
and is licensed through the GNU General Public License.
Read the COPYING file for the complete license.
