Skip to content

peelonet/tempearly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tempearly

Minimal scripting language / templating engine which aims to provide a sane alternative for PHP.

It is meant for small scripts/hacks/demonstrations, it is not a framework for building large web applications.

Compilation

Requires CMake and C++-compiler.

mkdir build
cd build
cmake -DENABLE_HTTPD_SAPI=1 ..
make
./tempearly-httpd ../examples

After that, point your browser to http://localhost:8000 and start running some examples.

Releases

No releases published

Packages

No packages published

Languages