[Python-checkins] python/dist/src/Doc/perl l2hinit.perl,1.67,1.68

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Wed, 30 Oct 2002 13:51:21 -0800


Update of /cvsroot/python/python/dist/src/Doc/perl
In directory usw-pr-cvs1:/tmp/cvs-serv32731

Modified Files:
	l2hinit.perl 
Log Message:
Still more magical <link> elements.


Index: l2hinit.perl
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/perl/l2hinit.perl,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -d -r1.67 -r1.68
*** l2hinit.perl	30 Oct 2002 19:55:23 -0000	1.67
--- l2hinit.perl	30 Oct 2002 21:51:18 -0000	1.68
***************
*** 618,625 ****
              ($BASE ? "<base href=\"$BASE\">\n" : ''),
              "<link rel=\"STYLESHEET\" href=\"$STYLESHEET\" type='text/css'>\n",
-             "<link rel=\"first\" href=\"$FILE.html\">\n",
              ($FAVORITES_ICON
               ? ('<link rel="SHORTCUT ICON" href="' . "$FAVORITES_ICON\">\n")
               : ''),
              ($HAVE_TABLE_OF_CONTENTS
               ? ('<link rel="contents" href="contents.html" title="Contents">'
--- 618,632 ----
              ($BASE ? "<base href=\"$BASE\">\n" : ''),
              "<link rel=\"STYLESHEET\" href=\"$STYLESHEET\" type='text/css'>\n",
              ($FAVORITES_ICON
               ? ('<link rel="SHORTCUT ICON" href="' . "$FAVORITES_ICON\">\n")
               : ''),
+             ($EXTERNAL_UP_LINK
+              ? ('<link rel="start" href="' . "$EXTERNAL_UP_LINK\""
+                 . ($EXTERNAL_UP_TITLE ? " title='$EXTERNAL_UP_TITLE'" : '')
+                 . ">\n")
+              : ''),
+             "<link rel=\"first\" href=\"$FILE.html\"",
+             ($t_title ? " title='$t_title'" : ''),
+             ">\n",
              ($HAVE_TABLE_OF_CONTENTS
               ? ('<link rel="contents" href="contents.html" title="Contents">'
***************
*** 634,637 ****
--- 641,654 ----
              #    . "\n"
              #  : ''),
+             ($INFO
+              # XXX We can do this with the Python tools since the About...
+              # page always gets copied to about.html, even when we use the
+              # generated node###.html page names.  Won't work with the
+              # rest of the Python doc tools.
+              ? ("<link rel='last' href='about.html'"
+                 . " title='About this document...'>\n"
+                 . "<link rel='help' href='about.html'"
+                 . " title='About this document...'>\n")
+              : ''),
              $more_links_mark,
              "\n",