From: Massimo Manghi on 4 May 2010 03:23 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 4 May 2010 10:30 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 5 May 2010 06:13 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 6 May 2010 04:35 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 7 May 2010 05:09
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"? |