Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

webpage-1.0.102 released

50 views
Skip to first unread message

ifind...@gmail.com

unread,
Mar 26, 2019, 12:58:35 PM3/26/19
to
An updated version of the webpage package has been placed on the sourceforge site.

The webpage package is a pure TCL extension that can be used to support the generation of server side web pages using parameterized set of reusable templates.
A rather trivial TCL server script can invoke a template for a web page that
can make use of a template collection to produce a generated resulting page that is sent back to a client browser.

This version implements a switch paradigm that allows selection of HTML code blocks based on a case structure of choices. This simplifies situations where complex if/else structure are needed to select the blocks to be conditionally expanded.

This version also implements a LRU based cache mechanism that eliminates the need for the loading of templates from disk after an initial inclusion call. This feature improves the speed of page generation.

The package can be found at

https://sourceforge.net/projects/tclfltk/files/Linux/webpage/

Documentation for the package is at:

https://sourceforge.net/projects/tclfltk/files/Linux/webpage/webpage.n.html
0 new messages