Difference between revisions of "Certified HTTP Project"

From Second Life Wiki
Jump to navigation Jump to search
(Moved getting set up section to Certified HTTP Python page)
Line 1: Line 1:
== Getting set up ==
== Related Pages ==


There are some dependencies for Certified HTTP, you have to do a little more than just check it out.  Here's a little recipe to get all the dependencies.
* [[Certified HTTP]] - The spec, as it were.
 
* [[Certified HTTP Python]] - The Python implementation guide
mkdir chttp
* [[Certified HTTP API]] - Sort of an old page with notional python api, needs to get edited/removed.
cd chttp
* [[Certified HTTP Escrow]] - The escrow is an application built on Certified HTTP.
svn co https://svn.secondlife.com/svn/certified_http/trunk/certified_http
svn co https://svn.secondlife.com/svn/eventlet/trunk/eventlet
svn co https://svn.secondlife.com/svn/mulib/trunk/mulib
svn co http://svn.red-bean.com/bob/simplejson/trunk/simplejson/
export PYTHONPATH=`pwd`
 
If you're running Python 2.3, you will have to grab <code>collections.py</code> and <code>uuid.py</code> from, uh, Python 2.4 or later.  We know we should get auto-dependencies figured out, but haven't gotten around to it.  We'd be happy to accept contributions that speed that process along.


== Breakdown ==
== Breakdown ==
Line 30: Line 23:
* [[User:Sardonyx Linden | Sardonyx Linden]]
* [[User:Sardonyx Linden | Sardonyx Linden]]
* [[User:Sue Linden | Sue Linden]]
* [[User:Sue Linden | Sue Linden]]
* [[User:Seeping Blister | Seeping Blister]]

Revision as of 12:52, 9 November 2007

Related Pages

Breakdown

Here's the battle plan. It will be tracked in Public JIRA:

First Implementation (API) - http://jira.secondlife.com/browse/CHTTP-1

First Implementation (Flesh) - http://jira.secondlife.com/browse/CHTTP-7

Note: Subtasks in the above JIRAs map to the boxes in the diagram below.

Chttp block diagram plan.png

Participants