| Commit message (Collapse) | Author | Files | Lines |
|
|
|
this implements all the database table schemas defined in VDV 452,
except for the ones which are very obviously not useful for talking
about train timetable data.
Note that I don't really understand what all of these values are
supposed to be yet, so a lot of them are probably unnessary.
|
|
this implements the file format specified in VDV 451, which essentially
appears to be a needlessly complicated version of CSV with a couple
extra features which in theory /could/ be very useful but are all either
explicitely not used or made redundant by how the rest of the standards work.
|
|
includes a message queue, more correct implementation of how the routs
work (why do they work like THAT though???), and other fun stuff.
uh also turns out you can't do schema validation with xml-types easily.
ah well. "be liberal in what you accept" and all that …
|