Replies: 1 comment
-
|
Decided on YAML as the format of choice. Implementing in version 2. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As it is currently, the
guide.xmlfile is a quick-n-dirty translation of a TV Guide listings file. There are unknown columns likedata1,data2, etc. which were set up since I didn't know what they did. For a one-off art project this worked well enough, but it'd be nice to create a standardized format that would be easy to generate so that this project and others can easily pull in and use.To do this, we need:
x-my-attributein the way that HTML headers are defined so as to not conflict with future versions which include features that may have the same name.There are likely extra steps I'm forgetting but I'd like to start the conversation here.
Beta Was this translation helpful? Give feedback.
All reactions