summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2021-09-03typing is hardHEAD1.7.1masterDaniel Friesel-1/+1
2021-09-03add links to alternative services which are still maintained1.7.0Daniel Friesel-1/+12
2021-03-28Add proximity_search option1.6.0Daniel Friesel-32/+50
2021-03-27infoscreen: experimental display of occupancy data1.5.0Daniel Friesel-0/+11
2021-03-27city is entirely optional nowDaniel Friesel-4/+1
2020-12-03Allow arbitrary stop names without city prefix1.4.3Daniel Friesel-4/+4
This fixes stops such as "Foostr.". Previously, dots were only supported in stop names prefixed by a city name (/:city/*stop). As Mojolicious matches routes in the order they appear in and proceeds once a match has been found, allowing both /:city/*stop and later /*stop is not a problem.
2020-09-28landing page: add deprecation notice1.4.2Daniel Friesel-5/+9
2020-06-26README: Build.PL needs PERL5LIB to be setDaniel Friesel-1/+2
2020-05-06add hhmm time display option in led board modesDaniel Friesel-29/+42
2020-05-03Update README, add Docker section1.4.1Daniel Friesel-19/+84
2020-05-03Decrease Docker image sizeDaniel Friesel-12/+56
* use intermediate image for file setup * Set version via build-arg instead of from .git
2020-05-03sort Travel::Status::* links lexicallyDaniel Friesel-6/+6
2020-05-03listen on * by defaultDaniel Friesel-1/+1
2020-04-27Add cpanfile and DockerfileDaniel Friesel-0/+41
2019-08-11use asset versioningDaniel Friesel-12/+58
2019-07-20Add support for MM and TfL URA backends1.4.0Daniel Friesel-9/+37
Closes #2
2019-07-19perltidyDaniel Friesel-15/+15
2019-07-19Adjust routes for recent Mojolicious changesDaniel Friesel-6/+6
2019-06-19Add missing dependency on Mojolicious::Plugin::BrowserDetect to READMEDaniel Friesel-0/+1
Closes #1
2018-12-30add README and example unit fileDaniel Friesel-2/+76
2018-12-30Bind to localhost by defaultDaniel Friesel-1/+1
2018-05-21fakedisplay -> infoscreenDaniel Friesel-1/+1
2018-05-21Translate site to germanDaniel Friesel-49/+46
2018-05-19Add links to imprint and privacy policyDaniel Friesel-0/+14
2017-07-08The EFA backend does support Umlauts nowadays! \o/Daniel Friesel-1/+0
2017-07-05Incorporate Travel::Status::DE::EFA v1.15 encoding changes1.03Daniel Friesel-3/+2
2017-01-29infoscreen: remove potentially misleading and outdated lineref route dataDaniel Friesel-3/+0
2016-12-23add time_format parameterDaniel Friesel-15/+36
2016-12-18fix infoscreen display bug in case of empty/undefined platformsDaniel Friesel-3/+3
2016-12-06infoscreen: enable light-yellow background color for cancelled departuresDaniel Friesel-1/+5
2016-11-20support stations with / in their nameDaniel Friesel-4/+4
2016-10-26infoscreen: Fix texts flowing into each other on small screensDaniel Friesel-1/+8
2016-09-15main menu: auto-select infoscreen template for mobile clientsDaniel Friesel-1/+6
2016-08-18merge dbf moreinfo stylesheetDaniel Friesel-4/+13
2016-08-16infoscreen: lighter line colorsDaniel Friesel-7/+7
2016-08-16infoscreen: shorten IC/ICE namesDaniel Friesel-1/+5
2016-08-03fix broken <li>Daniel Friesel-3/+2
2016-07-28lighter infoscreen design1.02Daniel Friesel-8/+3
2016-07-28shorter introductionDaniel Friesel-5/+4
2016-07-27also, error messagesDaniel Friesel-24/+25
2016-07-27a little bit of 21st century designDaniel Friesel-16/+74
2016-04-18show departure platform (if available) in infoscreen modeDaniel Friesel-0/+10
2016-04-17treat URA stop_indicator as platformDaniel Friesel-1/+3
2016-04-08allow spaces in line / platform filtersDaniel Friesel-2/+2
2016-03-14move static files into separate subdirectory for easy static servingDaniel Friesel-12/+12
2016-03-08fix errstr on infoscreenDaniel Friesel-1/+2
2016-03-08fix namespace clash (Mojo::...::any vs List::MoreUtils::any)Daniel Friesel-3/+8
2016-03-07infoscreen: Fix destination overflow1.01Daniel Friesel-0/+1
2016-03-02index: Only call XML accessors if ->errstr isn't setDaniel Friesel-5/+13
2016-02-29infoscreen: show absolute scheduled and relative real time, use floor (not ceil)Daniel Friesel-3/+8