summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-05-08 19:13:46 +0200
committerDaniel Friesel <derf@finalrewind.org>2020-05-08 19:13:46 +0200
commit67727c4d12052e8b7f1e07cc3806eb7e9140d2bf (patch)
tree8be095aa4958f1da04eea0272b62a2cc7d8a7b98 /README
parentdfd50dae2fd80ca7d1f9bf6892067fba93571ed2 (diff)
Extend README
Diffstat (limited to 'README')
-rw-r--r--README45
1 files changed, 0 insertions, 45 deletions
diff --git a/README b/README
deleted file mode 100644
index 18280d2..0000000
--- a/README
+++ /dev/null
@@ -1,45 +0,0 @@
-Travel::Status::DE::DeutscheBahn -
-Interface to the DeutscheBahn online departure monitor
-------------------------------------------------------
-
-* <http://finalrewind.org/projects/Travel-Status-DE-DeutscheBahn/>
-
-
-Dependencies
-------------
-
- * perl version 5.10.1 or newer
- * Class::Accessor
- * DateTime
- * DateTime::Format::Strptime
- * JSON
- * List::MoreUtils
- * LWP::UserAgent (usually shipped by libwww-perl)
- * LWP::Protocol::https
- * XML::LibXML
-
-Installation
-------------
-
-From a release tarball:
-
-$ perl Build.PL
-$ perl Build
-$ sudo perl Build install
-
-From git:
-
-$ perl Build.PL
-$ perl Build
-$ perl Build manifest
-$ sudo perl Build install
-
-You can then run 'man Travel::Status::DE::HAFAS' for more information.
-This distribution also ships the example script 'hafas-m', see 'man hafas-m'.
-
-Testing
--------
-
-$ perl Build test
-
-This requires the Test::More, Test::Compile and Test::Pod modules.