[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 after downloading Git
and playing around it feels like overkill for what I'm trying to do.
Does it make sense to just paste the files in code.google.com and go from
there?
Would anyone recommend a different approach?
Thanks!
Nate

-- 
Nate Hill
nathanielh...@gmail.com
http://www.natehill.net


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 nathanielh...@gmail.com wrote:
 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 after downloading Git
 and playing around it feels like overkill for what I'm trying to do.
 Does it make sense to just paste the files in code.google.com and go from
 there?
 Would anyone recommend a different approach?
 Thanks!
 Nate

 --
 Nate Hill
 nathanielh...@gmail.com
 http://www.natehill.net