Youhp3 3.8 review
Download
|
|
Youpee is an html preprocessor that allows you to embed any code of any script language as well as calling any external program to generate text files.
It is specially designed to work with html/xml documents and provides traditional features: define, include, macro, conditional tests, loop...
Installation
To compile youpee you need the gcc compiler, freely available under linux.
creat a youpee folder and copy the youpee.tgz inside
> mkdir youpee
> cp youpee.tgz youpee
> cd youpee
> tar xvzf youpee.tgz
unpack and compile the pcre package:
> tar xvzf pcre-4.3.tar.gz
> cd pcre-4.3
> configure
> make
and run the make command in the youpee folder
> cd ..
> make
you will have a binary file for youpee
What's New in This Release:
Support negative value in the step field of a loop statement
Youhp3 3.8 search tags