README FOR TEMPI

LICENSE

Tempi - A HTML Template system
Copyright (C) 2002 Roger Faust roger_faust@bluewin.ch

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

WARNING
        Tempi can't be considered to be stable. I'm assuming that there are some 
        bugs, which didn't occur when I was using/testing Tempi. I'm overall 
        fearing undefined behaviour. So if something isn't valid to ISO/IEC 9899, 
        please inform me.
INSTALLATION
        %perl Makefile.PL
        %make
        %make test
        %make install
 
        Notes for Installation: 

                -Tempi needs flex to be installed, assuming %flex to work.
                If that's not the case, change the Makefile.PL

TODO

        -makeing -O1||2||3 working, actuall, code optimization causes strange
        errors...
        
        -replacing the actual brutal force algorithm with a nicer hash 
        algorithm, that could give some additional speed
        
        -introducing perls own allocation functions