Changes between Version 6 and Version 7 of WikiStart
- Timestamp:
- 08/07/2007 06:01:02 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v6 v7 4 4 "Foolscap" is the name for the next-generation RPC protocol, intended to replace Perspective Broker. It has been under development (on and off) by Brian Warner for several years. 5 5 6 The current release is [/releases/foolscap-0.1. 4.tar.gz foolscap-0.1.4] ([/releases/foolscap-0.1.4.tar.gz.sig gpg sig]).6 The current release is [/releases/foolscap-0.1.5.tar.gz foolscap-0.1.5] ([/releases/foolscap-0.1.5.tar.gz.sig gpg sig]). 7 7 8 8 The two primary responsibilities of an RPC protocol are to: … … 33 33 == Show Me The Code == 34 34 35 The current release is available [/releases/foolscap-0.1. 4.tar.gz here]. This is an alpha release, since the protocol has not been finalized, and incompatible changes are being made every few months. Older releases are available [/releases/ here].35 The current release is available [/releases/foolscap-0.1.5.tar.gz here]. This is an alpha release, since the protocol has not been finalized, and incompatible changes are being made every few months. Older releases are available [/releases/ here]. 36 36 37 37 The latest Foolscap code lives in a [mercurial http://www.selenic.com/mercurial/wiki/] repository, at http://foolscap.lothar.com/repos/ . To retrieve a copy of the trunk use the following command: … … 49 49 Foolscap is not yet ready for production use. The [source:doc/todo.txt 'todo.txt'] and [source:doc/jobs.txt 'jobs.txt'] files contain some of the things that need finishing before it will be ready. Connection negotiation needs to be changed to use variable-length certificate digests and certificate chains and variable-length object names, various questions about making objects "giftable" by default or not need to be answered and implemented, and we need to acquire operational experience with Foolscap as a whole to think about usability. 50 50 51 Release 0.1. 4(as well as older releases) are available in the [/releases/ releases directory].51 Release 0.1.5 (as well as older releases) are available in the [/releases/ releases directory]. 52 52 53 53 == Links ==