Difference between revisions of "Certified HTTP Project"

From Second Life Wiki
Jump to navigation Jump to search
(Project page, we are so organized.)
 
Line 1: Line 1:
== Getting set up ==
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.
mkdir chttp
cd chttp
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 ==



Revision as of 17:11, 17 October 2007

Getting set up

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.

mkdir chttp
cd chttp
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 collections.py and uuid.py 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

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