Age | Commit message (Expand) | Author | Lines |
2014-01-15 | db-iris(1): note that station may be both DS100 code or name | Daniel Friesel | -1/+5 |
2014-01-15 | Merge pull request by prauscher and fix perl code | Daniel Friesel | -2/+6 |
2014-01-15 | Merge branch 'documentation' of github.com:prauscher/Travel-Status-DE-IRIS in... | Daniel Friesel | -4/+2 |
2014-01-15 | Stations: Move DS100 match to separate method, use this for db-iris | Daniel Friesel | -4/+41 |
2014-01-15 | improve documetation (usage and manpage) | Patrick Rauscher | -4/+2 |
2014-01-15 | enable DS100-codes for input. could be more efficient maybe, but first version | Patrick Rauscher | -0/+6 |
2014-01-13 | db-iris: -od: only show most recent delay reason. use -oD for all | Daniel Friesel | -7/+39 |
2014-01-11 | db-iris: implement -om | Daniel Friesel | -13/+42 |
2014-01-11 | db-iris: Use -or for "interesting" route, -of for full | Daniel Friesel | -4/+8 |
2014-01-11 | implement --output=times option | Daniel Friesel | -3/+41 |
2014-01-11 | db-iris: Introduce -o/--output option, change -f to -or | Daniel Friesel | -5/+51 |
2014-01-10 | db-iris: Add -c / --class option, rename -m/--mot to -T/--type | Daniel Friesel | -34/+61 |
2014-01-10 | IRIS.pm: Fix typo introduced in 2c41eecea9d7d5ae563e0390514336e95b7c0c0a | Daniel Friesel | -1/+1 |
2014-01-10 | IRIS.pm: Errorhandling for stations without associated timetable | Daniel Friesel | -0/+6 |
2014-01-10 | add --mot and --platforms option | Daniel Friesel | -11/+54 |
2014-01-10 | db-iris: Fix --via | Daniel Friesel | -2/+2 |
2014-01-10 | db-iris: make output less wide, do not show delay reasons / qos by default | Daniel Friesel | -10/+6 |
2014-01-10 | Result.pm: Put realtime data inte route*, add sched_route* for timetable | Daniel Friesel | -6/+56 |
2014-01-10 | Result.pm: Fix code example in SYNOPSIS | Daniel Friesel | -16/+5 |
2014-01-10 | Result.pm: perltidy, perlcritic | Daniel Friesel | -6/+15 |
2014-01-10 | IRIS.pm: make iris_base URL configurable | Daniel Friesel | -7/+9 |
2014-01-09 | IRIS/Stations: Add documentation | Daniel Friesel | -0/+190 |
2014-01-09 | complete IRIS.pm documentation | Daniel Friesel | -3/+84 |
2014-01-09 | IRIS.pm: Do not return past departures | Daniel Friesel | -0/+4 |
2014-01-09 | db-iris: document options | Daniel Friesel | -2/+23 |
2014-01-09 | db-iris: Remove unused options from source | Daniel Friesel | -28/+6 |
2014-01-07 | very limited date/time support (IRIS does not provide much past/future data) | Daniel Friesel | -8/+25 |
2014-01-07 | db-iris: exit if no matchin station was found | Daniel Friesel | -0/+1 |
2014-01-06 | db-iris: Support unicode station / via arguments | Daniel Friesel | -1/+5 |
2014-01-05 | add another delay reason taken from the RIS | Daniel Friesel | -1/+6 |
2014-01-05 | Result: Add delay/qos messages from RIS and iriswebconfiguration | Daniel Friesel | -8/+79 |
2014-01-04 | Document ::Result accessors | Daniel Friesel | -13/+128 |
2014-01-03 | add test input files | Daniel Friesel | -0/+1703 |
2014-01-03 | support unscheduled replacement trains | Daniel Friesel | -46/+59 |
2014-01-03 | support cancelled departures / arrivals | Daniel Friesel | -55/+68 |
2014-01-03 | support trains with incomplete route data | Daniel Friesel | -4/+18 |
2014-01-03 | Fix missing ligature in Result.pm pod | Daniel Friesel | -1/+1 |
2014-01-03 | parse info and delay messages | Daniel Friesel | -6/+105 |
2014-01-03 | Result: document known delay messages | Daniel Friesel | -0/+102 |
2014-01-03 | add debug helper script | Daniel Friesel | -1/+44 |
2014-01-02 | db-iris: remove unrelated documentation parts | Daniel Friesel | -69/+13 |
2014-01-02 | Build.PL: need to specify the minor version | Daniel Friesel | -1/+1 |
2014-01-02 | add primitive db-iris script (documentation not yet up-to-date) | Daniel Friesel | -1/+281 |
2014-01-02 | rename Travel::Status::DE::IRIS::{Acronyms -> Stations} | Daniel Friesel | -17/+17 |
2014-01-02 | Build.PL: require perl 5.18 | Daniel Friesel | -1/+1 |
2014-01-02 | acronyms: Add get_acronym_by_name | Daniel Friesel | -2/+32 |
2013-12-21 | Result: Prefer departure information | Daniel Friesel | -1/+1 |
2013-12-21 | filter duplicate timetable entries, parse some realtime data | Daniel Friesel | -14/+127 |
2013-12-21 | Result: Fix route, route_{post,pre,interesting} | Daniel Friesel | -2/+20 |
2013-12-21 | Result: Remove _date, _time accessors, add more route support | Daniel Friesel | -37/+36 |