Doc.
http://blogs.loc.gov/digitalpreservation/2011/08/full-open-source-release-of-recollection-platform/
https://semanticweb.com/recollection-a-linked-data-platform-of-digital-collections-part-1_b18571
Screencast: data augmentation: http://outreach.zepheira.com/public/loc/recollection/video/recollection-augmentation.swf
Instalar
$ virtualenv --no-site-packages --distribute recollection $ cd recollection/ $ source bin/activate (recollection)$ pip install -e git+git://loc-recollect.git.sourceforge.net/gitroot/loc-recollect/loc-recollect#egg=recollection (recollection)$ pip install -r src/recollection/requirements/develop.txt
Proyecto de ejemplo
(recollection)$ cd src/recollection/example_project/ (recollection)$ python manage.py syncdb (recollection)$ python manage.py migrate (recollection)$ python manage.py runserver
Y funciona
$ curl -I localhost:8000 HTTP/1.0 200 OK Date: Sat, 10 Sep 2011 21:21:56 GMT Server: WSGIServer/0.1 Python/2.7.1+ Vary: Cookie Content-Type: text/html; charset=utf-8
