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

[Feature] Showing the presentation from Github directly #109

Open
mantzas opened this issue May 10, 2017 · 5 comments
Open

[Feature] Showing the presentation from Github directly #109

mantzas opened this issue May 10, 2017 · 5 comments

Comments

@mantzas
Copy link

mantzas commented May 10, 2017

Hi,

it would be nice if we could use a online service, point to a github repository and see the presentation rendered without having to generate or host it.

@isaacabraham
Copy link

A kind of FsReveal-as-a-service, if you will. Nice idea.

@mantzas
Copy link
Author

mantzas commented May 10, 2017

exactly. This was a nice feature of the go package present where you give you can have a service the you can point in the Url to the Github repo you own and have the service show you the presentation.

example:

http://go-talks.appspot.com/github.com/mantzas/presentations/20161106_shaken_to_the_dotnet_core/shaken_to_the_dotnet_core.slide#1

where http://go-talks.appspot.com is the service and github.com/mantzas/presentations/20161106_shaken_to_the_dotnet_core/shaken_to_the_dotnet_core.slide#1 is the location of the presentation.

With this you can share a presentation online as a link!

@isaacabraham
Copy link

If someone wants to write a simple app that can do this - perhaps a Suave app that takes in the repo, creates a paket dependencies that contains the GH repo, does an paket install and kicks off the presentation within suave? I'd be happy to host such an app in Azure.

@pirrmann
Copy link

Actually it just needs to be built, doesn't it? It can then be pushed to github pages, you don't need to host the presentation. If there is no such fake target in FsReveal, adding one would be a good start in my opinion.

@mantzas
Copy link
Author

mantzas commented May 12, 2017

@pirrmann yes, this could be another way to do it. But i have a repo that contains all my presentations. Not all are written in FsReveal, some are in go's present package. it would be a issue to have one ph pages for this repo with all presentations.

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