(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.1 and 1.3.2.2

version 1.1, 2001/02/25 15:01:40 version 1.3.2.2, 2001/09/13 21:29:24
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 65 
Line 67 
 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 "<meta name=\"ProgId\" content=\"FrontPage.Editor.Document\">"  
 print "<title>PegasusDocumentTOC</title>" print "<title>PegasusDocumentTOC</title>"
 print "<base target=\"main\">" print "<base target=\"main\">"
 print "</head>" print "</head>"
 print "<body bgcolor=\"#FF9966\">" print "<body bgcolor=\"#FF9966\">"
   print "<p align=\"center\"><img border=\"0\" src=\"/pegasus-new/images/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 95 
Line 96 
                 nft = ""                 nft = ""
                 }                 }
         print "<TR><TD VALIGN=TOP>"         print "<TR><TD VALIGN=TOP>"
         print "<IMG ALT=""o"" BORDER=0 SRC=icon1.gif>" ist(lvl[x])" <A NAME=" nme[x] "></A>"          print ist(lvl[x])"<IMG ALT=\"o\" BORDER=0 SRC=icon1.gif>" " <A NAME=" nme[x] "></A>"
         print "<A HREF=" nme[x] ".html><B>"  ft flnme[x] nft " </B></A></TD><TD><BR>"         print "<A HREF=" nme[x] ".html><B>"  ft flnme[x] nft " </B></A></TD><TD><BR>"
         print "</TD></TR>"         print "</TD></TR>"
         print         print


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2