--- README.txt 2009-10-12 19:50:17.000000000 -0400 +++ README_fix.txt 2009-10-19 13:39:42.000000000 -0400 @@ -13,9 +13,11 @@ Here's how to set up a web server serving up the example WSGI web service. -1. python bootstrap.py -2. bin/buildout -3. bin/run src/lazr/restful/example/wsgi/run.py localhost 8001 +mkdir lazrenv +cd lazrenv +virtualenv --no-site-packages . +./bin/easy_install lazr.restful +./bin/python [path to lazr.restful source]/lazr/restful/example/wsgi/run.py localhost 8001 The web server is now running at http://localhost:8001/1.0/. @@ -98,7 +100,7 @@ 1. export_as_webservice_entry() tells lazr.restful that an IKeyValuePair should be published as an entry, as opposed to being - published as an entry or not published at all. + published as a collection resource or not published at all. 2. exported() tells lazr.restful which attributes of an IKeyValuePair should be published to the web service, and which ones are for