Changes between Version 9 and Version 10 of WikiStart
- Timestamp:
- 09/02/2007 12:20:22 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v9 v10 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. 5.tar.gz foolscap-0.1.5] ([/releases/foolscap-0.1.5.tar.gz.sig gpg sig]).6 The current release is [/releases/foolscap-0.1.6.tar.gz foolscap-0.1.6] ([/releases/foolscap-0.1.6.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. 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].35 The current release is available [/releases/foolscap-0.1.6.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 [http://www.selenic.com/mercurial/wiki/ mercurial] repository, at http://foolscap.lothar.com/repos/ . To retrieve a copy of the trunk use the following command: … … 51 51 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. 52 52 53 Release 0.1. 5(as well as older releases) are available in the [/releases/ releases directory].53 Release 0.1.6 (as well as older releases) are available in the [/releases/ releases directory]. 54 54 55 55 == Links ==