/[MITgcm]/manual/tools/make_mail_subjects.awk
ViewVC logotype

Contents of /manual/tools/make_mail_subjects.awk

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Wed Jul 23 17:54:35 2003 UTC (20 years, 8 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint57l_post
Changes since 1.2: +1 -1 lines
These are initial changes made so that the mitgcm.org web site, LaTeX
documentation, HTML code browser, etc. will build on a relatively stock
RH 9 system.

1 BEGIN{nop=0}
2 /.*TITLE.*/{split($0,pt,">"); split(pt[2],ptt,"<")}
3 /<a href=mailto:.*/{
4 printf("
5 <script language="javascript">
6 <!--
7 document.write("<a href=\"mailto:mitgcm-support@dev.mitgcm.org?subject=[MITgcm Manual] section " + document.title + "&body=Comments and questions on page " + document.URL + "\">");
8 // -->
9 </script>
10 \n");
11 nop=1}
12 {if ( nop ==0 ) print}
13 {if ( nop ==1 ) nop=0}
14 END{}

  ViewVC Help
Powered by ViewVC 1.1.22