(file) Return to chowto_scan.perl CVS log (file) (dir) Up to [HallC] / Documents / Howtos

Diff for /Documents/Howtos/chowto_scan.perl between version 1.9.2.1 and 1.9.2.2

version 1.9.2.1, 2005/05/12 14:13:11 version 1.9.2.2, 2005/05/20 13:56:55
Line 12 
Line 12 
 # howto_scan.pl <Directory with .tex files> <Base URL> # howto_scan.pl <Directory with .tex files> <Base URL>
 # #
 # $Log$ # $Log$
   # Revision 1.9.2.2  2005/05/20 13:56:55  saw
   # Include a link to the CVS repository
   #
 # Revision 1.9.2.1  2005/05/12 14:13:11  saw # Revision 1.9.2.1  2005/05/12 14:13:11  saw
 # Files not needed for HKS # Files not needed for HKS
 # #
Line 78 
Line 81 
 open(HTML, ">index.html"); open(HTML, ">index.html");
 open(TEXT, ">howtolist.text"); open(TEXT, ">howtolist.text");
  
   # Get VIEWCVS path
   $REPOSITORY=`cat CVS/Repository`;
   chomp($REPOSITORY);
   $WWWCVS = "http://hallcweb.jlab.org/cgi-bin/viewcvs.cgi/$REPOSITORY/";
   if (-e "CVS/Tag") {
       $tag=substr(`cat CVS/Tag`,1);
       chomp($tag);
       print "$tag\n";
       $WWWCVS.="?only_with_tag=$tag";
   }
   
 print HTML qq{<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> print HTML qq{<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html> <html>
 <head> <head>
Line 96 
Line 110 
 you write to <a href="mailto:saw@jlab.org">Steve Wood</a> who will you write to <a href="mailto:saw@jlab.org">Steve Wood</a> who will
 post them to this listing. post them to this listing.
 <p> <p>
   If you would like to edit one of these documents, please download the lastest
   version from the <a href="${WWWCVS}">CVS Repository</a>.
   <p>
 Other Hall C/HKS Documentation: Other Hall C/HKS Documentation:
 <ol> <ol>
 <li><a href="http://www.jlab.org/~smithg/target/Hall_C_Cryotarget.html">Cryogenic Target System</a> <li><a href="http://www.jlab.org/~smithg/target/Hall_C_Cryotarget.html">Cryogenic Target System</a>


Legend:
Removed from v.1.9.2.1  
changed lines
  Added in v.1.9.2.2

Analyzer/Replay: Mark Jones, Documents: Stephen Wood
Powered by
ViewCVS 0.9.2-cvsgraph-1.4.0