public
Description: Serve git and advertise with bonjour
Homepage: http://rubyforge.org/projects/gitjour
Clone URL: git://github.com/chad/gitjour.git
name age message
file .gitignore Mon Jun 02 21:20:10 -0700 2008 added ignore file [drnic]
file History.txt Thu May 29 10:29:07 -0700 2008 Initial setup [chad]
file Manifest.txt Sat Aug 23 18:37:16 -0700 2008 Remove ridiculous newbie shit [wilson]
file README.txt Sat Aug 23 18:37:16 -0700 2008 Remove ridiculous newbie shit [wilson]
file Rakefile Sat Aug 23 18:37:16 -0700 2008 Remove ridiculous newbie shit [wilson]
directory bin/ Sat May 31 23:33:17 -0700 2008 Refactor, reformat, reunfuck, 6.2.0 is in the b... [evanphx]
directory lib/ Sat Aug 23 18:37:16 -0700 2008 Remove ridiculous newbie shit [wilson]
directory test/ Thu May 29 10:29:07 -0700 2008 Initial setup [chad]
README.txt
= gitjour

* http://github.com/chad/gitjour

== DESCRIPTION:

Automates DNSSD-powered serving and cloning of git repositories.

== FEATURES/PROBLEMS:

* As needed

== SYNOPSIS:

  % gitjour serve project_dir [name_to_advertise_as]
  % gitjour list

== REQUIREMENTS:

* dnssd

== INSTALL:

* sudo gem install gitjour

== LICENSE:

(The MIT License)

Copyright (c) 2008 Chad Fowler, Evan Phoenix, and Rich Kilmer

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.