5 minute fork
31–36 of 36 posts
Re: 5 minute fork
#32I can see the value in this, but I probably wouldn't use it. I run a WAMP server on my desktop and have made an Alias in my httpd.conf to my Github Repos directory, allowing me to cruise in and see example html pages very easily. I just clone the repo in windows, and then I can use /git/REPO/coolthing.js in a script tag. I use a chrome extension for rendering README.md (markdown) files. I use Apaxy ( http://adamwhitc…
Re: 5 minute fork
#33Out of curiosity, how would you think about security when running a service like this? Anything could be in those repos, no?
A gave a little thought outside of that, but not much. I'm all ears if I've accidentally opened up a bag of worms!
Re: 5 minute fork
#34What this project does really wasn't clear to me until I tried reidrac's canvas-raycasting URL, so here is a (hopefully more clear) explanation: If a github repo has an index.html file and you click on it, github will show you the source instead of the webpage. 5minfork shows you the webpage so that you can have an idea of what the repo is about.
If you don't mind, I'll pinch that and whack it on the index.html page.
Re: 5 minute fork
#35Tried it with the only repo I have with plain html/js* and works like a charm. Pretty neat! * http://5minfork.com/reidrac/canvas-raycasting