From 4de53abbb37c688dca156f4db0e28f669bcad107 Mon Sep 17 00:00:00 2001 From: Nigel Horne Date: Tue, 7 Nov 2023 09:15:17 -0500 Subject: [PATCH] Note that the site is down at the moment - see https://github.com/nigelhorne/Geo-Coder-Free/issues/53 --- .github/workflows/alpine.yml | 2 +- README.md | 6 ++++-- lib/Geo/Coder/Free.pm | 6 ++++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index 94f25999..103751a7 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -26,7 +26,7 @@ jobs: apk add perl perl-dev perl-app-cpanminus make gzip git perl-dbi gcc libaio-dev apk add perl-test-most perl-test-nowarnings perl-lwp-protocol-https apk add musl-dev perl-canary-stability perl-file-slurp zlib-dev - apk add perl-chi perl-dbd-sqlite + apk add perl-chi perl-dbd-sqlite perl-text-csv perl-text-csv_xs perl -V # cpanm -iqn ExtUtils::MakeMaker File::Spec Test::Most # cpanm -iqn Sub::Identify Log::Any diff --git a/README.md b/README.md index b4cb0420..d7f5db6a 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,8 @@ The cgi-bin directory contains a simple DIY Geo-Coding website. cgi-bin/page.fcgi page=query q=1600+Pennsylvania+Avenue+NW+Washington+DC+USA -You can see a sample website at [https://geocode.nigelhorne.com/](https://geocode.nigelhorne.com/). +The sample website is down at the moment while I look for a new host. +When it's back up you will be able to use this to test it. curl 'https://geocode.nigelhorne.com/cgi-bin/page.fcgi?page=query&q=1600+Pennsylvania+Avenue+NW+Washington+DC+USA' @@ -146,7 +147,8 @@ to first install [App::csv2sqlite](https://metacpan.org/pod/App%3A%3Acsv2sqlite) If REDIS\_SERVER is set, the data are also stored on a Redis Server. Running 'make' will download GeoNames and MaxMind, but OpenAddresses and WhosOnFirst need to be downloaded manually if you decide to use them - they are treated as optional by G:C:F. -There is a sample website at [https://geocode.nigelhorne.com/](https://geocode.nigelhorne.com/). The source code for that site is included in the G:C:F distribution. +The sample website at [https://geocode.nigelhorne.com/](https://geocode.nigelhorne.com/) is down at the moment while I look for a new host. +The source code for that site is included in the G:C:F distribution. # BUGS diff --git a/lib/Geo/Coder/Free.pm b/lib/Geo/Coder/Free.pm index 04891e86..3cbe9d64 100644 --- a/lib/Geo/Coder/Free.pm +++ b/lib/Geo/Coder/Free.pm @@ -60,7 +60,8 @@ The cgi-bin directory contains a simple DIY Geo-Coding website. cgi-bin/page.fcgi page=query q=1600+Pennsylvania+Avenue+NW+Washington+DC+USA -You can see a sample website at L. +The sample website is down at the moment while I look for a new host. +When it's back up you will be able to use this to test it. curl 'https://geocode.nigelhorne.com/cgi-bin/page.fcgi?page=query&q=1600+Pennsylvania+Avenue+NW+Washington+DC+USA' @@ -444,7 +445,8 @@ to first install L. If REDIS_SERVER is set, the data are also stored on a Redis Server. Running 'make' will download GeoNames and MaxMind, but OpenAddresses and WhosOnFirst need to be downloaded manually if you decide to use them - they are treated as optional by G:C:F. -There is a sample website at L. The source code for that site is included in the G:C:F distribution. +The sample website at L is down at the moment while I look for a new host. +The source code for that site is included in the G:C:F distribution. =head1 BUGS