summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-05-15 01:29:04 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-05-15 01:29:04 +0200
commitad0697d942b800a64073f2e11023651285a413ac (patch)
tree50af4d4c694621b9c118e63bad9dc45c5d4087be
parent7e0e9260c64432ca40527221ff6b42bc5c376126 (diff)
acronyms.sh: update DS100 URL
-rw-r--r--lib/Travel/Status/DE/IRIS/Stations.pm4
-rwxr-xr-xscripts/acronyms.pl2
-rwxr-xr-xscripts/acronyms.sh2
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/Travel/Status/DE/IRIS/Stations.pm b/lib/Travel/Status/DE/IRIS/Stations.pm
index c5e0a2d..68c42c3 100644
--- a/lib/Travel/Status/DE/IRIS/Stations.pm
+++ b/lib/Travel/Status/DE/IRIS/Stations.pm
@@ -15292,7 +15292,7 @@ Travel::Status::DE::IRIS::Stations - Station name to station code mapping
=head1 VERSION
-version 1.00
+version 0.00
=head1 DESCRIPTION
@@ -15363,7 +15363,7 @@ Travel::Status::DE::IRIS(3pm).
=head1 AUTHOR
-Copyright (C) 2014 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
+Copyright (C) 2014-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
=head1 LICENSE
diff --git a/scripts/acronyms.pl b/scripts/acronyms.pl
index e535ea8..d2326e9 100755
--- a/scripts/acronyms.pl
+++ b/scripts/acronyms.pl
@@ -22,7 +22,7 @@ use utf8;
use List::MoreUtils qw(firstval);
-our $VERSION = '0.00';
+our $VERSION = '1.00';
my @stations = (
EOF
diff --git a/scripts/acronyms.sh b/scripts/acronyms.sh
index ef52521..95d2ea7 100755
--- a/scripts/acronyms.sh
+++ b/scripts/acronyms.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-curl -s http://www.db-netz.de/file/2361656/data/betriebsstellen.pdf \
+curl -s http://fahrweg.dbnetze.com/file/fahrweg-de/2394144/vHBDX5OndmGwv-JTA9EzuNArX1E/2361656/data/betriebsstellen.pdf \
| pdftotext -raw - - | perl scripts/acronyms.pl \
> lib/Travel/Status/DE/IRIS/Stations.pm