Apache Tcl Rivet

Clone this repo:
  1. 99042a0 Support for Tcl8.6 by conditional definition of Tcl_Size by Massimo Manghi · 34 hours ago master
  2. 320eeeb dio_Tdbc package version bumped as 1.2.1 by Massimo Manghi · 5 weeks ago
  3. 9956000 merging bug fix done in branch 3.2 by Massimo Manghi · 5 weeks ago
  4. 38557a6 fixed error in variable name made impossible to actually pass TDBC specific options to a DBMS connector by Massimo Manghi · 5 weeks ago
  5. cf3418d space only commit to have tabs in the last ChangeLog entry by Massimo Manghi · 6 weeks ago

Rivet Logo Apache Rivet

Apache Rivet is a powerful, flexible, consistent, fast, and robust solution to creating web applications with the help of the Tcl language and Apache HTTP Server.

See the doc/html/installation.html directory for installation and usage instructions.

See INSTALL for brief installation instructions - although the above docs in HTML are more thorough and extensive.

See LICENSE for licensing terms.

Current Travis/AppVeyor CI build status for Rivet:

OSMaster BranchRelease BranchBranch ‘winbuild’
Linux 64, Apache 2.4.37, Tcl/Tk 8.6
Windows 64, Apache 2.4.37, Tcl/Tk 8.6.7Build status
fork: Build status
Build status
fork: Build status
macOS 64 (Darwin), Apache 2.4.37, Tcl/Tk 8.5

RIVET NAMESPACE

  • The Rivet command set was moved into the ::rivet namespace and each command should now be fully qualified. By default the command set (exceptions are ::rivet::try and ::rivet::catch) is placed in the namespace export list, so you can import it into the global namespace for compatibility with Rivet version < 2.0. This is a deprecated option though and it could be removed in future releases.