Skip to content

Commit 4de53ab

Browse files
committed
Note that the site is down at the moment - see #53
1 parent 1deaa43 commit 4de53ab

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.github/workflows/alpine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
apk add perl perl-dev perl-app-cpanminus make gzip git perl-dbi gcc libaio-dev
2727
apk add perl-test-most perl-test-nowarnings perl-lwp-protocol-https
2828
apk add musl-dev perl-canary-stability perl-file-slurp zlib-dev
29-
apk add perl-chi perl-dbd-sqlite
29+
apk add perl-chi perl-dbd-sqlite perl-text-csv perl-text-csv_xs
3030
perl -V
3131
# cpanm -iqn ExtUtils::MakeMaker File::Spec Test::Most
3232
# cpanm -iqn Sub::Identify Log::Any

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ The cgi-bin directory contains a simple DIY Geo-Coding website.
4040

4141
cgi-bin/page.fcgi page=query q=1600+Pennsylvania+Avenue+NW+Washington+DC+USA
4242

43-
You can see a sample website at [https://geocode.nigelhorne.com/](https://geocode.nigelhorne.com/).
43+
The sample website is down at the moment while I look for a new host.
44+
When it's back up you will be able to use this to test it.
4445

4546
curl 'https://geocode.nigelhorne.com/cgi-bin/page.fcgi?page=query&q=1600+Pennsylvania+Avenue+NW+Washington+DC+USA'
4647

@@ -146,7 +147,8 @@ to first install [App::csv2sqlite](https://metacpan.org/pod/App%3A%3Acsv2sqlite)
146147
If REDIS\_SERVER is set, the data are also stored on a Redis Server.
147148
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.
148149

149-
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.
150+
The sample website at [https://geocode.nigelhorne.com/](https://geocode.nigelhorne.com/) is down at the moment while I look for a new host.
151+
The source code for that site is included in the G:C:F distribution.
150152

151153
# BUGS
152154

lib/Geo/Coder/Free.pm

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ The cgi-bin directory contains a simple DIY Geo-Coding website.
6060
6161
cgi-bin/page.fcgi page=query q=1600+Pennsylvania+Avenue+NW+Washington+DC+USA
6262
63-
You can see a sample website at L<https://geocode.nigelhorne.com/>.
63+
The sample website is down at the moment while I look for a new host.
64+
When it's back up you will be able to use this to test it.
6465
6566
curl 'https://geocode.nigelhorne.com/cgi-bin/page.fcgi?page=query&q=1600+Pennsylvania+Avenue+NW+Washington+DC+USA'
6667
@@ -444,7 +445,8 @@ to first install L<App::csv2sqlite>.
444445
If REDIS_SERVER is set, the data are also stored on a Redis Server.
445446
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.
446447
447-
There is a sample website at L<https://geocode.nigelhorne.com/>. The source code for that site is included in the G:C:F distribution.
448+
The sample website at L<https://geocode.nigelhorne.com/> is down at the moment while I look for a new host.
449+
The source code for that site is included in the G:C:F distribution.
448450
449451
=head1 BUGS
450452

0 commit comments

Comments
 (0)