Skip to content

Commit

Permalink
Note that the site is down at the moment - see #53
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Nov 7, 2023
1 parent 1deaa43 commit 4de53ab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -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

Expand Down
6 changes: 4 additions & 2 deletions lib/Geo/Coder/Free.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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<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'
Expand Down Expand Up @@ -444,7 +445,8 @@ to first install L<App::csv2sqlite>.
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<https://geocode.nigelhorne.com/>. The source code for that site is included in the G:C:F distribution.
The sample website at L<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.
=head1 BUGS
Expand Down

0 comments on commit 4de53ab

Please sign in to comment.