public
Fork of chad/gitjour
Description: Serve git and advertise with bonjour
Homepage: http://rubyforge.org/projects/gitjour
Clone URL: git://github.com/lachlanhardy/gitjour.git
technomancy (author)
Thu Jul 24 12:31:09 -0700 2008
lachlanhardy (committer)
Fri Mar 20 20:53:04 -0700 2009
commit  d28f0f6a4b3c78053eef70c3d5023f182dd2d611
tree    13f8a21a938fff67679beae7f2c006cfaea43768
parent  eba5e3276b5a1ee809804588f8878630878ce23c
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 Fri Mar 20 20:50:05 -0700 2009 Adding a work-around note for a compile issue o... [jqr]
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]
file gitjour.gemspec Fri Mar 20 20:53:04 -0700 2009 added a gemspec Signed-off-by: Lachlan Hardy <... [technomancy]
directory lib/ Fri Mar 20 20:50:17 -0700 2009 Support for passing the timeout paramater to li... [jqr]
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
  Linux users may need to follow these instructions:
    http://yob.id.au/blog/2008/06/01/gitjour_on_linux/

== 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.