#!/usr/local/bin/perl5 -w # $pleaselink = quotemeta 'onMouseOver="top.bigboss.maybedontclick();" onclick="top.bigboss.pleasedontclick(self);" '; # # Process Main Topic List -- in users/gcf/familyphotos $in= "phototopicareas/Simple/FulllistbytopicPage.html"; $out = "../familyphotos/SimpleFulllistbytopicPage.html"; open(PUBINDATA,$in) || die("\nSorry couldnt Open",$in, "\n"); open(PUBFOILS,">".$out) || die("\nSorry couldnt Create",$out, "\n"); # $num=1; while( $line= ) { chomp($line); $line =~ s%\.\./\.\./01/familyphotos%%g; $line =~ s%\.\./\.\./familyphotos%%g; $line =~ s/$pleaselink//g; $line =~ s%wisdomhtmloverview.html%index.html%g; print PUBFOILS $line,"\n"; if($line =~ m%

FoilWorld% ) { print PUBFOILS <Simple version without tables is also available
All topics and Foilsets in One Page
See also The list without division into topics
There is also Some Organizational Detail on Foilsets
And Further Information On PlayLists (Scripted Foilsets)
EOF } } close(PUBINDATA); close(PUBFOILS); # # Process Main Topic List -- in users/gcf/familyphotos/phototopicareas $in= "phototopicareas/Simple/FulllistbytopicPage.html"; $out = "../familyphotos/phototopicareas/index.html"; open(PUBINDATA,$in) || die("\nSorry couldnt Open",$in, "\n"); open(PUBFOILS,">".$out) || die("\nSorry couldnt Create",$out, "\n"); # $num=1; while( $line= ) { chomp($line); $line =~ s%\.\./\.\./01/familyphotos/%../%g; $line =~ s%\.\./\.\./familyphotos/%../%g; $line =~ s/$pleaselink//g; $line =~ s%wisdomhtmloverview.html%index.html%g; print PUBFOILS $line,"\n"; if($line =~ m%

FoilWorld% ) { print PUBFOILS <Simple version without tables is also available
All topics and Foilsets in One Page
See also The list without division into topics
There is also Some Organizational Detail on Foilsets
And Further Information On PlayLists (Scripted Foilsets)
EOF } } close(PUBINDATA); close(PUBFOILS); # # Main topic list in users/gcf/familyphotos with Complete Page $in= "phototopicareas/Simple/Fulllistbytopic1Page.html"; $out = "../familyphotos/SimpleFulllistbytopic1Page.html"; open(PUBINDATA,$in) || die("\nSorry couldnt Open",$in, "\n"); open(PUBFOILS,">".$out) || die("\nSorry couldnt Create",$out, "\n"); # $num=1; while( $line= ) { chomp($line); $line =~ s%\.\./\.\./01/familyphotos/%%g; $line =~ s%\.\./\.\./familyphotos/%%g; $line =~ s/$pleaselink//g; $line =~ s%wisdomhtmloverview.html%index.html%g; print PUBFOILS $line,"\n"; if($line =~ m%

FoilWorld% ) { print PUBFOILS <Simple version without tables is also available
See also The list without division into topics
There is also Some Organizational Detail on Foilsets
And Further Information On PlayLists (Scripted Foilsets)
EOF } } close(PUBINDATA); close(PUBFOILS); # $in= "phototopicareas/Simple/FullListPage.html"; $out = "../familyphotos/SimpleFullListPage.html"; open(PUBINDATA,$in) || die("\nSorry couldnt Open",$in, "\n"); open(PUBFOILS,">".$out) || die("\nSorry couldnt Create",$out, "\n"); # $num=1; while( $line= ) { chomp($line); $line =~ s%\.\./\.\./01/familyphotos/%%g; $line =~ s%\.\./\.\./familyphotos/%%g; $line =~ s/$pleaselink//g; $line =~ s%wisdomhtmloverview.html%index.html%g; print PUBFOILS $line,"\n"; if($line =~ m%

FoilWorld% ) { print PUBFOILS < A Simple version without tables is also available
See also The list divided by topics
There is also Some Organizational Detail on Foilsets
And Further Information On PlayLists (Scripted Foilsets)
EOF } } close(PUBINDATA); close(PUBFOILS); # $source = "phototopicareas/Simple"; opendir(ORG,$source) || die("\nSorry Could not open ",$source," \n"); while( $name=readdir(ORG)) { next if( $name eq '.' || $name eq '..' ); $out = "../familyphotos/phototopicareas/$name"; $in = "phototopicareas/Simple/$name"; open(PUBINDATA,$in) || die("\nSorry couldnt Open",$in, "\n"); open(PUBFOILS,">".$out) || die("\nSorry couldnt Create",$out, "\n"); # $done=0; while( $line= ) { chomp($line); $line =~ s%\.\./\.\./01/familyphotos/%../%g; $line =~ s%\.\./\.\./familyphotos/%../%g; $line =~ s/$pleaselink//g; $line =~ s%href="search/%href="http://www.npac.syr.edu/users/gcf/wisdom/phototopicareas/search/%; $line =~ s%wisdomhtmloverview.html%index.html%g; print PUBFOILS $line,"\n"; if(($done == 0 ) && ($line =~ m%

%) ) { $done=1; print PUBFOILS < A Simple version without tables is also available
See also The list divided by topics
There is also Some Organizational Detail on Foilsets
And Further Information On PlayLists (Scripted Foilsets)
EOF } } close(PUBINDATA); close(PUBFOILS); }