Skip to content
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

Ability to add links to slides or videos #176

Open
steven-ellis opened this issue Feb 10, 2016 · 2 comments
Open

Ability to add links to slides or videos #176

steven-ellis opened this issue Feb 10, 2016 · 2 comments

Comments

@steven-ellis
Copy link
Contributor

It would be great if post event we could add additional links to PDF or downloads of slides or to any videos of the sessions. This would require extending the schema and formatting to allow URLs.

@rbowen
Copy link
Contributor

rbowen commented Aug 8, 2016

Garrett says:

How do you imagine it working? Like, what is needed/wanted?

The way it would work code-wise:

  1. add some URL(s) to the YAML in rh-events
  2. add support in the schema so validate.rb works
  3. add support to grab the URL(s) from the data in the calendar viewer
  4. port the support from Devoxx: Measuring performance and capacity planning in Java-based data grids #3 to various sites

Currently, conference URLs are included inline in the descriptions. It feels like they should be added as url: in the YAML and additional URLs should be handled differently, like supplemental URLs.

How common are PDFs, slides, and presentations? It could be presentation: and then URL(s), I think... unless it's going to be more generic than just presentations.

Garrett

@duck-rh
Copy link
Contributor

duck-rh commented Aug 8, 2016

If the links are to be displayed always in the same site-style way, then a new field (or multiple is different usage) makes sense. If each specific post event would need it wrapped with text & co in a custom way then the description in MD is fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants