From: Massimo Manghi on
The community of developers behind Apache Rivet is glad to announce
that the release 2.0 of the project has been released and is available
for download.

Apache Rivet is a system for creating dynamic web content using Tcl in
conjunction with the Apache Web Server. It is designed to be fast,
powerful and extensible, consume few system resources, and is easy to
learn. Apache Rivet provides the user with a platform that can also be
used for other programming tasks outside the web (e.g. system
administration tasks, text processing, database manipulation, XML).
Apache Rivet can be used for web programming in two ways: by writing
pure Tcl scripts to create web pages or by embedding the Tcl code in
Rivet templates (.rvt files), in the same way you can do with the
language PHP.

Please check Rivet website at http://tcl.apache.org/rivet/ for further
reading.

-- Massimo Manghi
From: Arndt Roger Schneider on
Massimo Manghi schrieb:

>The community of developers behind Apache Rivet is glad to announce
>that the release 2.0 of the project has been released and is available
>for download.
>
>Apache Rivet is a system for creating dynamic web content using Tcl in
>conjunction with the Apache Web Server. It is designed to be fast,
>powerful and extensible, consume few system resources, and is easy to
>learn. Apache Rivet provides the user with a platform that can also be
>used for other programming tasks outside the web (e.g. system
>administration tasks, text processing, database manipulation, XML).
>Apache Rivet can be used for web programming in two ways: by writing
>pure Tcl scripts to create web pages or by embedding the Tcl code in
>Rivet templates (.rvt files), in the same way you can do with the
>language PHP.
>
>Please check Rivet website at http://tcl.apache.org/rivet/ for further
>reading.
>
> -- Massimo Manghi
>
>
Off-Topic: Why don't you use syntax highlighting inside rivet's
documentation ?

-roger
From: David N. Welton on
On May 4, 9:23 am, Massimo Manghi <massimo.man...(a)gmail.com> wrote:
> The community of developers behind Apache Rivet is glad to announce
> that the release 2.0 of the project has been released and is available
> for download.

A huge thanks to Massimo for doing most of the work to make this
happen!
From: Harald Oehlmann on
Thank you for the great program.

My Configure command on SuSE linux 11.1 was:

../configure --with-tcl=/usr/lib \
--with-apache-version=2 \
--with-tclsh=/usr/bin/tclsh \
--with-apache=/usr \
--with-rivet-target-dir=/usr/lib/myrivetlib \
--with-apxs=/usr/sbin/apxs2

Packet apache-devel must be installed.

Regards,
Harald
From: Roger O on
On May 6, 10:35 am, Harald Oehlmann <wortka...(a)yahoo.de> wrote:
> Thank you for the great program.
>
> My Configure command on SuSE linux 11.1 was:

What were the steps on openSUSE after that? Just do "make install"?