doc: https:// URLs instead of git://
[ruby-mogilefs-client.git] / README
blobb2b2e69e48a2fa14707ab55cb85ed5dbd43dfa0f
1 = mogilefs-client - MogileFS client library for Ruby
3 A MogileFS client library for Ruby.  MogileFS is an open source
4 distributed filesystem, see: http://mogilefs.org for more details.
5 This library allows any Ruby application to read, write and delete
6 files in a MogileFS instance.
8 == Links
10 rdoc :: https://bogomips.org/mogilefs-client
11 mogilefs :: http://mogilefs.org/
12 list :: mailto:mogilefs-client-public@bogomips.org
13 list-cc :: mailto:mogile@googlegroups.com
14 list-archive :: https://bogomips.org/mogilefs-client-public
15 repo :: https://bogomips.org/mogilefs-client.git
16 gitweb :: http://repo.or.cz/w/ruby-mogilefs-client.git
17 download :: https://bogomips.org/mogilefs-client/files/
19 == Install
21 First you need a MogileFS 2.x installation.  You can find information on
22 how to do that at http://mogilefs.org
24 Then install the RubyGem:
26   $ gem install mogilefs-client
28 This library supports Ruby 1.8.7 and later, but Ruby 1.9.3 is
29 recommended.  No other libraries are required on the client.
31 == Usage
33 See MogileFS::MogileFS
35 == Contact
37 Feedback (bug reports, user/development discussion, patches, pull
38 requests) are greatly appreciated and handled via email to a public
39 inbox.  HTML email is considered spam and discarded.  No subscription
40 is required or available to post:
42         mogilefs-client-public@bogomips.org
44 Users of anonymous remailers and other anonymity tools are welcome.
45 Participants will never be asked to reveal their identity.
47 List archives: https://bogomips.org/mogilefs-client-public/
49 We may also piggy-back onto the public MogileFS mailing list at
50 mogile@googlegroups.com for feedback (subscription required,
51 unfortunately)
53 Do not expect us to read HTML mail under any circumstances.
55 == WARNING!
57 This client is only supported in HTTP mode.  NFS mode was previously
58 supported in 1.3.x, but since MogileFS 2.x dropped support for NFS
59 in in 2006, this client does not support it.