1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
<section id="tcl_packages">
<title>Rivet Tcl Packages</title>
<para>
In addition to the core Apache module, Rivet provides a number
of Tcl packages that include potentially useful code.
</para>
<itemizedlist>
<!-- listitem>
<para>
commserver is a package providing a server that can be
used for IPC. Still experimental. Requires the comm package
from tcllib.
</para>
</listitem -->
<listitem>
<para>dio is a database abstraction layer.</para>
</listitem>
<!-- listitem>
<para>
dtcl is a compatibility package for mod_dtcl
applications.
</para>
</listitem -->
<listitem>
<para>form - for creating forms.</para>
</listitem>
<!-- listitem>
<para>rivet - some additional, useful routines.</para>
</listitem -->
<!-- listitem>
<para>tclrivet</para>
</listitem -->
<listitem>
<para>calendar - a package providing a simple configurable calendar generator</para>
</listitem>
<listitem>
<para>rivet entities - an UTF-8 / HTML entities converter</para>
</listitem>
<listitem>
<para>formbroker - a form data validators broker</para>
</listitem>
<listitem>
<para>ASCII Glyphs - prints most of the ASCII character set as large ASCII art glyphs</para>
</listitem>
</itemizedlist>
</section>
|