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

version 1.1, 2001/02/25 15:01:40 version 1.3.2.1, 2001/08/15 18:00:25
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 71 
Line 73 
 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=\"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 98 
                 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.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2