[LON-CAPA-cvs] cvs: doc /build generate_web_pages.pl
raeburn
raeburn at source.lon-capa.org
Tue Jan 14 23:29:00 EST 2014
raeburn Wed Jan 15 04:29:00 2014 EDT
Modified files:
/doc/build generate_web_pages.pl
Log:
- Update titles and breadcrumbs for Install site.
Index: doc/build/generate_web_pages.pl
diff -u doc/build/generate_web_pages.pl:1.53 doc/build/generate_web_pages.pl:1.54
--- doc/build/generate_web_pages.pl:1.53 Thu Dec 1 04:58:57 2011
+++ doc/build/generate_web_pages.pl Wed Jan 15 04:28:59 2014
@@ -179,7 +179,7 @@
$links='<link rel="alternate" type="application/rss+xml" title="CVS RSS" href="loncapa.rss" />';
-my $index = replaceText("Install LON-CAPA", $links, "Install LON-CAPA",
+my $index = replaceText("Install LON-CAPA", $links, '<font color="#006600" face="Arial, Helvetica, sans-serif">Documentation/Download</font>',
$content);
print INDEX $index;
@@ -194,7 +194,8 @@
$content = join '', <SOURCE>;
close SOURCE;
- $content = replaceText($title, '', '<a href="/">Install LON-CAPA</a> > ' . $title,
+ $content = replaceText($title, '', '<font face="Arial, Helvetica, sans-serif"><a href="/">Documentation/Download</a> > '.
+ '</font><font color="#006600" face="Arial, Helvetica, sans-serif">'.$title,
$content);
open DEST, '>', $source.'.html';
print DEST $content;
More information about the LON-CAPA-cvs
mailing list