Skip to content
This repository has been archived by the owner on Jan 23, 2018. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 676 Bytes

README.rdoc

File metadata and controls

29 lines (19 loc) · 676 Bytes

conspire

by Phil Hagelberg (C) 2008
http://conspire.rubyforge.org

Conspire is a real-time collaborative editing platform using Git as a transport layer.

You don’t actually use Conspire directly; you would invoke it through an editor interface. See lib/conspire/support to see which editors are supported.

Installation

  • sudo gem install net-mdns

  • sudo gem install technomancy-conspire –source=gems.github.com

Once a proper release has happened:

  • sudo gem install conspire

Editor Support

Editors must support:

  • Saving on an interval

  • Committing files to the repo

  • Refreshing internal copies

Edits should not be allowed in between these steps.