Friday 21 August 2015 13:29:37, Simon Poole:
> BTW while it is still work in progress (now mainly because the android
> UI isn't finished yet)
> https://github.com/simonpoole/OpeningHoursParser is a JavaCC based
> parser which attempts to implement the full spec, undoubtedly I've
> probably misse
On 21.08.2015 13:29, Simon Poole wrote:
>
> BTW while it is still work in progress (now mainly because the android
> UI isn't finished yet)
> https://github.com/simonpoole/OpeningHoursParser is a JavaCC based
> parser which attempts to implement the full spec, undoubtedly I've
> probably misse
BTW while it is still work in progress (now mainly because the android
UI isn't finished yet)
https://github.com/simonpoole/OpeningHoursParser is a JavaCC based
parser which attempts to implement the full spec, undoubtedly I've
probably missed one or two special cases, but it is fairly complete.
The interest of this overly complicated specification is that it makes
developers life easy ;) Obviously, it has to stay in phase with the way
opening_hours is really used. So if the separator is not used, it will
be removed from YoHours. Note that this optional separator is also
readable by "o
Friday 21 August 2015 11:48:49, panierav...@riseup.net:
>
> Hello,
>
> I recently released a new version of YoHours, a website which allows
> everyone to create and view opening hours in the OSM syntax. It now
> supports seasons-dependent hours (month, week, day, holiday selectors).
>
> It's av