index.html

Template variables required by this page:

{title} -- html title of the page
{start} -- page that will initially start in the left frame

Index page for documentation, set up frames (could use iframe) for navigation and body

Example:

<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN''http://www.w3.org/TR/REC-html40/loose.dtd'>
<!--NewPage-->
<HTML>
<HEAD>
   <!-- Generated by PhpDoc on {date} -->
   <TITLE>{title}</TITLE>
</HEAD>

<FRAMESET cols='20%,80%'>
   <FRAMESET rows='20%,80%'>
      <FRAME src='packages.html' name='left_top'>
      <FRAME src='{start}' name='left_bottom'>
   </FRAMESET>
   <FRAME src='{blank}.html' name='right'>
   </FRAMESET>
   <NOFRAMES>
      <H2>Frame Alert</H2>
      <P>This document is designed to be viewed using the frames feature.
      If you see this message, you are using a non-frame-capable web client.</P>
   </NOFRAMES>
</FRAMESET>
</HTML>