-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Veyepar] JSON schedule output into website #16
Comments
Hello, I am Pavel Nicolae Teodor from University POLITEHNICA of Bucharest. I am looking forward to contribute towards organziation. I am new to open source and need some guidance for same. .I'm good at C/C++ but i can write code in python too . Would you like to give me some guidance on this project |
http://code.timvideos.us/Summer-Of-Code.html I added some more details to the item you replied to. On Sun, Mar 9, 2014 at 3:00 PM, teo721 [email protected] wrote:
Carl K |
Unfortunately I'm providing some information a little late for GSoC 2014, but some useful information I think none the less, if someone wants to work on this. I have several open issues with Zookeepr's (as used by Linux.conf.au above) JSON schedule output which may cause you problems. You may want to look at fixing these or coordinating with upstream to have these fixed, because it will greatly improve the quality of the data that you receive.
Symposion (as used by PyTennessee above) seems to output all of it's Pentabarf (as used by Fosdem above) outputs it's When you (potential assignee) want to look at solving this problem, you'll want to make sure:
|
This issue is also relavent timvideos/streaming-system#68 |
Another speedhump with Zookeepr not outlined above is that different events tend to fork it every 12 months, work on it on their own, and then very occasionally merge back into master. This makes tracking Zookeepr extremely hard, because each conference will change things in subtle ways. The good news, though, is that there's a new effort (in the last few months) to reconcile these event specific forks back to ZK master, and make the codebase much more accessible to new developers. 👍 Hopefully by the start of GSoC 2016, Zookeepr will be in a better shape, which should sort out most of the Australian and New Zealander events. One other side-course you may take is to push each of them to expose iCalendar files, and add a light amount of sugar to these iCalendar files for consumption by veyepar. iCalendar is a standard format, our own JSON feeds are not, and it allows any conference software to at least get the basics down in a standard way. |
Brief explanation
Zookeepr / Symposium (PyCon Website) JSON schedule output into website + veyepar
Feed validator!!!!
Problem
The Steaming UI and Processing videos relies on the talk schedule. This data is typically in the conference website. There is sometimes an API available,
These APIs are not always accurate, example they may be missing the Keynote entries, or the start time is on a date that is not part of the conference.
Things that will help:
There are 3 popular conference systems:
http://zookeepr.org - https://github.com/zookeepr/zookeepr
http://pentabarf.org - https://github.com/nevs/pentabarf
http://eldarion.com/symposion/ - https://github.com/pinax/symposion
All 3 have schedule exports - examples:
http://www.pytennessee.org/api/schedule_json/
http://lca2013.linux.org.au/programme/schedule/json
https://fosdem.org/2014/schedule/xml
These two systems consume it:
https://github.com/timvideos/streaming-system
https://github.com/CarlFK/veyepar/blob/master/dj/scripts/addeps.py
A description of the data is at the top of addeps.py
and a little more http://nextdayvideo.com/page/metadata.html
https://github.com/CarlFK/veyepar/blob/master/dj/scripts/addeps.py#L288
stores the data to the model
https://github.com/CarlFK/veyepar/blob/master/dj/main/models.py#L228
The reason addeps.py is 2200 lines long is because the conference system coders keep changing things. mostly it is because the symposium system doesn't have the code, so each time someone installs it they write their own. and things evolve too. like adding "what kind of license is it released under?"
symposium team has not accepted the pull request that will help stabilize the API
pinax/symposion#45
Contacts
The text was updated successfully, but these errors were encountered: