This is a simple demo of the combination of Iowa and Webrick to deliver a complete, easy to install and easy to use platform for highly dynamic web site or web applications. This demo contains a typical mixture of content types. The static content, such as the images, are being served directly from Webrick, as is the demo static HTML page and CGI generated page linked to in the left navigation box. All of the rest of the content is being generated by Iowa and being served through Webrick. There is a log file being written in the directory at ../log

Here's a simple example of some dynamic content generation via Iowa:

The current time and date is: @datetime
You are running Ruby @ruby_version, released on @release_date, on the @ruby_platform platform.
HTTP Header Header Value
@header.0 @header.1