[Pkg-wmaker-commits] [wmfrog] 113/145: New Metereological Station Information Lookup page

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Aug 23 05:46:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmfrog.

commit bb8274040777a5f03ba7a9663436cf5fc6b379b7
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sun Aug 24 01:58:38 2014 -0500

    New Metereological Station Information Lookup page
    
    This patch updates the url of the NOAA's Metereological Station
    Information Lookup page in the INSTALL documentation file and and the wmfrog
    --help text.
    
    It also updates the url of the METAR/TAF information page mentioned by the
    wmfrog --help text.
    
    Adapted from Debian:
    http://sources.debian.net/src/wmfrog/0.3.1%2Bds-2/debian/patches/new-station-lookup-url.patch/
    http://sources.debian.net/src/wmfrog/0.3.1%2Bds-2/debian/patches/renamed-wmfrog.c.patch/
---
 wmfrog/INSTALL      | 2 +-
 wmfrog/Src/wmfrog.c | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/wmfrog/INSTALL b/wmfrog/INSTALL
index fa540a3..d6f7556 100644
--- a/wmfrog/INSTALL
+++ b/wmfrog/INSTALL
@@ -37,7 +37,7 @@ You might need to set the location of perl correctly in /usr/lib/wmfrog if your
 Use
 --------------------------------------------------------------------------------
 Find your METAR station name here: 
-http://www.nws.noaa.gov/tg/siteloc.shtml
+http://www.nws.noaa.gov/tg/siteloc.php
 For example Reno, NV is KRNO
 Also you will want to set your Time offset from UTC(GMT), for example Pacific time is GMT-8, so offset is -8
 
diff --git a/wmfrog/Src/wmfrog.c b/wmfrog/Src/wmfrog.c
index ffa07c5..c12cf7b 100644
--- a/wmfrog/Src/wmfrog.c
+++ b/wmfrog/Src/wmfrog.c
@@ -407,9 +407,9 @@ void print_usage() {
     printf("\t-l\t\t\t\tSet a label to replace the station ID \n\n");
 
     printf("\n\nTo find out more about the METAR/TAF system, look at:\n");
-    printf("	 http://www.nws.noaa.gov/oso/oso1/oso12/metar.htm \n\n");
+    printf("	 http://nws.noaa.gov/ops2/Surface/metar_taf.htm \n\n");
     printf("To find your city Metar code go to  NOAA's ""Meteorological Station Information\nLookup"" page at:\n\n");
-    printf("	 http://www.nws.noaa.gov/oso/siteloc.shtml\n\n");
+    printf("	 http://www.nws.noaa.gov/tg/siteloc.php\n\n");
     printf("\n Thibaut Colar http://www.colar.net/wmapps/\n\n");
 
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmfrog.git



More information about the Pkg-wmaker-commits mailing list