-
Notifications
You must be signed in to change notification settings - Fork 3
/
README
48 lines (23 loc) · 910 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
= DRbFire
The DRb Firewall Protocol, or DRbFire, is a DRb protocol that allows
easy bidirectional communication in the presence of a firewall.
== Usage
DRbFire's usage is documented in the source using RDoc.
== Installation
See the INSTALL file.
== History
See the ChangeLog file.
== Feedback
Feedback of any kind is welcome; you can contact me (Nathaniel
Talbott) at drbfire@talbott.ws.
== More Information
DRbFire's home is at http://rubyforge.org/projects/drbfire.
== Copyright
Copyright (c) 2004 Nathaniel Talbott. All Rights Reserved.
== License
DRbFire is free software distributed under the Ruby license. See the
COPYING file in the standard Ruby distribution for details.
== Warranty
This software is provided "as is" and without any express or implied
warranties, including, without limitation, the implied warranties of
merchantibility and fitness for a particular purpose.