Difference between revisions of "Certified HTTP Project"

From Second Life Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by 2 users not shown)
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
* [[Certified HTTP API]] - Sort of an old page with notional python api, needs to get edited/removed.
* [[Certified HTTP Escrow]] - The escrow is an application built on Certified HTTP.


mkdir chttp
=== Documentation ===
cd chttp
* [[Certified HTTP Versioning]]
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.
== CHTTP Breakdown ==
 
== Breakdown ==


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


[[Image:Chttp_block_diagram_plan.png]]
[[Image:Chttp_block_diagram_plan.png]]
== Escrow Breakdown ==
Plan starts with Design: http://jira.secondlife.com/browse/CHTTP-14
See details: https://wiki.secondlife.com/wiki/Certified_HTTP_Escrow


== Participants ==
== Participants ==
Line 30: Line 32:
* [[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]]

Latest revision as of 11:08, 9 January 2008

Related Pages

Documentation

CHTTP 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

Escrow Breakdown

Plan starts with Design: http://jira.secondlife.com/browse/CHTTP-14

See details: https://wiki.secondlife.com/wiki/Certified_HTTP_Escrow

Participants