Commit Graph

2 Commits

Author SHA1 Message Date
jasper
6bca4dfbad - update tntnet to 1.6.1
from new maintainer Vijay Ramesh <vramesh2 at uiuc.edu>
2008-02-03 17:16:00 +00:00
jasper
0d6e96c74a import tntnet 1.6.0
Tntnet is a web application server for web applications written in C++.
You can write a Web-page with HTML and with special tags you embed
C++-code into the page for active contents. These pages, called
components are compiled into C++-classes with the ecpp-compilier
"ecppc", then compiled into objectcode and linked into a shared library.
This shared library is loaded by the webserver "tntnet" on request and
executed.

ok martynas@
2007-06-26 21:03:17 +00:00