~ubuntu-branches/ubuntu/hoary/pyparsing/hoary

« back to all changes in this revision

Viewing changes to htmldoc/frames.html

  • Committer: Bazaar Package Importer
  • Author(s): Charles Majola
  • Date: 2005-03-03 16:10:53 UTC
  • Revision ID: james.westby@ubuntu.com-20050303161053-nsch54d8li1lttqi
Tags: upstream-1.2
ImportĀ upstreamĀ versionĀ 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
 
2
<html>
 
3
<head>
 
4
  <title> pyparsing </title>
 
5
</head>
 
6
<frameset cols="20%,80%">
 
7
  <frameset rows="30%,70%">
 
8
    <frame src="toc.html" name="moduleListFrame">
 
9
    <frame src="toc-everything.html" name="moduleFrame">
 
10
  </frameset>
 
11
  <frame src="pyparsing-module.html" name="mainFrame">
 
12
</frameset>
 
13
</html>