Re: [CODE4LIB] code hosting / versioning

2011-03-28 Thread Nate Hill
Thanks for the help- I think I've got GitHub figured out, or at least part way figured out now. Nate On Mon, Mar 28, 2011 at 4:10 AM, Tom Keays wrote: > You might also try out jsFiddle http://jsfiddle.net . It can be used to > implement source code snippets either stored directly in your "fiddle

Re: [CODE4LIB] code hosting / versioning

2011-03-28 Thread Tom Keays
You might also try out jsFiddle http://jsfiddle.net . It can be used to implement source code snippets either stored directly in your "fiddle" or pulled from a gist repository, http://doc.jsfiddle.net/use/gist_read.html . Tom On Sun, Mar 27, 2011 at 2:05 PM, Nate Hill wrote: > Hi all, > I have

Re: [CODE4LIB] code hosting / versioning

2011-03-27 Thread Jason Ronallo
You might try https://gist.github.com/ for something like this. "Gist is a simple way to share snippets and pastes with others. All gists are git repositories, so they are automatically versioned, forkable and usable as a git repository." Jason On Sun, Mar 27, 2011 at 2:05 PM, Nate Hill wrote:

[CODE4LIB] code hosting / versioning

2011-03-27 Thread Nate Hill
Hi all, I have some code I'd like to paste out in the open so that folks can play with it and sumbit their own versions. It is nothing too complicated: just a website template that includes a few html files, a css file, and a javascript file. I'm not really familiar with versioning systems, and aft