GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Fork of chad/gitjour
Description: Serve git and advertise with bonjour
Homepage: http://rubyforge.org/projects/gitjour
Clone URL: git://github.com/wilson/gitjour.git
wilson (author)
Sat Aug 23 18:37:16 -0700 2008
commit  3f1d70e473785b093a63b77b07d387acbc45c3d1
tree    78a486cc725ffd15c99d2ff12f0a711373978456
parent  465921a6518d34b3d34d3ae0b3dd30493b054bf5
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 bag! [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.