blob: c30ae9a4d6b29369a7fc80000ac03904a969837c [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>How Rivet Serves Pages</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<? prevnext "<h1>How Rivet Serves Pages</h1>" ?>
<ul>
<li>Reentrant parser
<ul>
<li>Transforms HTML chunks into <b><tt>puts</tt></b>
statements, and leaves Tcl code alone.</li>
<li>Can be called from scripts to load other pages.</li>
</ul>
</li>
<li>Cacheing system
<ul>
<li>Configurable</li>
<li>Stores byte-compiled pages</li>
</ul>
</li>
</ul>
<p align="center">
<img src="requestflow.gif" alt="">
</p>
<?footer?>
</body>
</html>