Split the 'page' template into two halves to enable pipelining. The
authorrich <rich>
Fri, 5 Nov 2004 11:35:53 +0000 (11:35 +0000)
committerrich <rich>
Fri, 5 Nov 2004 11:35:53 +0000 (11:35 +0000)
commit65966a769fea12308cf5a1bccee53d80483ee444
tree963f96818818312eeb76eea117a882e09044c8e5
parent6409a2f6cd34bfaa25a2273d2cefae34d5d704c6
Split the 'page' template into two halves to enable pipelining.  The
full HTML <head> is sent first, allowing the browser to begin fetching
stylesheets and background images while we compose the page body.

Updated MANIFEST.

Depends on mod_caml >= 1.3.3 (with Request.rflush call).
MANIFEST
debian/control
scripts/page.ml
templates/page.html
templates/page_header.html [new file with mode: 0644]