ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Net-FCP/README
(Generate patch)

Comparing cvsroot/Net-FCP/README (file contents):
Revision 1.13 by root, Thu Dec 1 22:07:40 2005 UTC vs.
Revision 1.14 by root, Thu May 1 15:30:34 2008 UTC

8 8
9 my $ni = $fcp->txn_node_info->result; 9 my $ni = $fcp->txn_node_info->result;
10 my $ni = $fcp->node_info; 10 my $ni = $fcp->node_info;
11 11
12DESCRIPTION 12DESCRIPTION
13 This module implements the first version of the freenet client protocol,
14 for use with freenet versions 0.5. For freenet protocol version 2.0
15 support (as used by freenet 0.7), see the AnyEvent::FCP module.
16
13 See <http://freenet.sourceforge.net/index.php?page=fcp> for a 17 See <http://freenet.sourceforge.net/index.php?page=fcp> for a
14 description of what the messages do. I am too lazy to document all this 18 description of what the messages do.
15 here.
16 19
17 The module uses AnyEvent to find a suitable Event module. 20 The module uses AnyEvent to find a suitable Event module.
18
19WARNING
20 This module is alpha. While it probably won't destroy (much :) of your
21 data, it currently falls short of what it should provide (intelligent
22 uri following, splitfile downloads, healing...)
23 21
24 IMPORT TAGS 22 IMPORT TAGS
25 Nothing much can be "imported" from this module right now. 23 Nothing much can be "imported" from this module right now.
26 24
27 FREENET BASICS 25 FREENET BASICS

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines