(file) Return to PegasusDocTOC.awk CVS log (file) (dir) Up to [Pegasus] / pegasus / doc / DevManual

Diff for /pegasus/doc/DevManual/PegasusDocTOC.awk between version 1.3 and 1.4

version 1.3, 2001/02/25 18:04:45 version 1.4, 2001/12/13 14:53:23
Line 1 
Line 1 
 # #
 # GAWK Program to extract all of the @name entities from # GAWK Program to extract all of the @name entities from
 # the document and  # the document and create a table of contents page.
   # This file analyzes all of the files pointed to by the top
   # level file in the document structure.
 # #
 BEGIN { BEGIN {
 level = 0 level = 0
Line 62 
Line 64 
 is = "" is = ""
 lv = 0 lv = 0
 # Print the TOC Header # Print the TOC Header
 print "<html>"  # print "<html>"
 print "<head>"  #print "<head>"
 print "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-1252\">"  #print "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-1252\">"
 print "<meta name=\"GENERATOR\" content=\"Microsoft FrontPage 4.0\">"  #print "<title>PegasusDocumentTOC</title>"
 print "<meta name=\"ProgId\" content=\"FrontPage.Editor.Document\">"  #print "<base target=\"main\">"
 print "<title>PegasusDocumentTOC</title>"  #print "</head>"
 print "<base target=\"main\">"  #print "<body bgcolor=\"#FF9966\">"
 print "</head>"  print "<p align=\"center\"><img border=\"0\" src=\"/pegasus/images/pegicon2.gif\" width=\"100\" height=\"100\"></p>"
 print "<body bgcolor=\"#FF9966\">"  
 print "<p align=\"center\"><img border=\"0\" src=\"pegicon2.gif\" width=\"100\" height=\"100\"></p>"  
 print "<p>&nbsp;</p>" print "<p>&nbsp;</p>"
 print "<p><b><font size=\"5\">Contents</font></b></p>" print "<p><b><font size=\"5\">Contents</font></b></p>"
 print "<TABLE>" print "<TABLE>"
Line 111 
Line 111 
 #print "<LI><I><A HREF=\"toc.html\">Alphabetic index</A></I>" #print "<LI><I><A HREF=\"toc.html\">Alphabetic index</A></I>"
 print "<LI><I><A HREF=\"HIER.html\">Hierarchy of classes</A></I>" print "<LI><I><A HREF=\"HIER.html\">Hierarchy of classes</A></I>"
 print "</UL>" print "</UL>"
 print "</body>"  # print "</body>"
 print "</html>"  # print "</html>"
 } }
 # #
 # functions # functions


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2