head 1.10; access; symbols HPJAVAWEBPAGES_1_0:1.1.1.1 HPJAVEWEBPAGES:1.1.1; locks; strict; comment @# @; 1.10 date 2000.05.18.22.17.22; author dbc; state Exp; branches; next 1.9; 1.9 date 2000.05.18.19.33.37; author dbc; state Exp; branches; next 1.8; 1.8 date 99.10.28.22.37.46; author dbc; state Exp; branches; next 1.7; 1.7 date 99.02.08.21.03.43; author dbc; state Exp; branches; next 1.6; 1.6 date 99.01.25.19.41.20; author dbc; state Exp; branches; next 1.5; 1.5 date 98.10.02.14.58.14; author dbc; state Exp; branches; next 1.4; 1.4 date 98.08.28.21.08.07; author dbc; state Exp; branches; next 1.3; 1.3 date 98.08.28.19.59.28; author dbc; state Exp; branches; next 1.2; 1.2 date 98.08.27.20.46.07; author dbc; state Exp; branches; next 1.1; 1.1 date 98.08.27.19.24.20; author dbc; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 98.08.27.19.24.20; author dbc; state Exp; branches; next ; desc @@ 1.10 log @Modified Files: Makefile addFrame beginnings.html.in beijing.html.in index.html.in mpiJava.html.in @ text @#!/usr/bin/perl sub menuItem { # String for individual menu item # $_[0] is URL # $_[1] is text label $answer = < $_[1]
EOF } sub subMenuItem { # String for individual sub-menu item # $_[0] is URL # $_[1] is text label $answer = < $_[1]
EOF } # Parse the elements of ARGV, looking for entries of the form # # =. # # When found, remove the entry from ARGV, and execute a command of the form: # # $ = "" # @@files = (); foreach (@@ARGV) { if( /(.+)=(.*)/ ) { ${$1} = "$2"; } else { $files[@@files] = $_; } } @@ARGV = @@files; # Read the input file. $title = <> ; while(<>) { s/\@@PCRC_HOME@@/$PCRC_HOME/; s/\@@JAVA_MPI_HOME@@/$JAVA_MPI_HOME/; s/\@@PAPERS_ROOT@@/$PAPERS_ROOT/; s/\@@REPORTS_ROOT@@/$REPORTS_ROOT/; s/\@@TALKS_ROOT@@/$TALKS_ROOT/; $body .= $_ ; } # Print with frame. $themeColor = "Blue" ; $homeItem = &menuItem("index.html", "HPJava Home Page") ; $mpiJava = &subMenuItem("mpiJava.html", "mpiJava") ; $beijing = &subMenuItem("beijing.html", "HPspmd lectures") ; $elements = &subMenuItem("elements.html", "HPJava language") ; $npacItem = &menuItem("http://www.npac.syr.edu", "NPAC Home Page") ; $pcrcItem = &menuItem("$PCRC_HOME/", "PCRC Home Page") ; $jgrandeItem = &menuItem("http://www.javagrande.org", "Java Grande Home") ; print < $title $keywords

The HPJava Project


$homeItem
$beijing $mpiJava $elements

$pcrcItem
$npacItem


$jgrandeItem
$body

Bryan Carpenter, (dbc\@@csit.fsu.edu). Last updated May 2000. EOF @ 1.9 log @Modified Files: addFrame beijing.html.in index.html.in mpiJava.html.in @ text @d43 22 d68 1 a68 1 $keywords = <> ; d70 5 d78 1 d90 1 a90 2 $pcrcItem = &menuItem("http://www.npac.syr.edu/projects/pcrc/", "PCRC Home Page") ; d175 1 a175 1 Bryan Carpenter, (dbc\@@npac.syr.edu). Last updated January 2000. @ 1.8 log @Modified Files: Makefile addFrame mpiJava.html.in @ text @d58 1 d61 1 d64 2 a65 1 $npacItem = &menuItem("http://www.npac.syr.edu", "NPAC Home Page") ; d118 1 d129 5 d148 1 a148 1 Bryan Carpenter, (dbc\@@npac.syr.edu). Last updated October 1999. @ 1.7 log @Modified Files: addFrame index.html.in mpiJava.html.in @ text @d139 1 a139 1 Bryan Carpenter, (dbc\@@npac.syr.edu). Last updated January 1999. @ 1.6 log @Modified Files: addFrame mpiJava.html.in @ text @a10 2 d12 1 d14 5 a18 2 $_[1]
a19 2
a30 2 d32 1 d34 5 a38 2 $_[1]
a39 2
@ 1.5 log @Modified Files: addFrame mpiJava.html.in @ text @d139 1 a139 1 Bryan Carpenter, (dbc\@@npac.syr.edu). Last updated September 1998. @ 1.4 log @Modified Files: addFrame hpjava-logo.fig mpiJava.html.in @ text @d139 1 a139 1 Bryan Carpenter, (dbc\@@npac.syr.edu). Last updated August 1998. @ 1.3 log @Modified Files: addFrame mpiJava.html.in Added Files: hpjava-logo.fig hpjava-logo.gif Removed Files: hpjava.fig hpjava.gif @ text @d46 1 d70 1 @ 1.2 log @Modified Files: addFrame index.html.in matrix.html.in subranges.html.in @ text @d81 1 a81 1 @ 1.1 log @Initial revision @ text @d57 1 a57 1 $elements = &subMenuItem("elements.html", "Language elements") ; @ 1.1.1.1 log @HPJava Web pages @ text @@