deprecated helper for publishing data to Layar augmented reality browser from Django
layar | ||
CHANGELOG | ||
LICENSE | ||
README.rst | ||
setup.py |
============ django-layar ============ Django generic view for making `Layar <http://layar.com>`_ endpoints. Provides abstract class that responds to Layar API requests in the appropriate format. By implementing two small functions it is possible to add a layer to the Layar augmented reality application for Android and iPhone. django-layar is a project of Sunlight Labs (c) 2009. Written by James Turk <jturk@sunlightfoundation.com> Source: http://github.com/sunlightlabs/django-layar/ Requirements ============ python >= 2.4 django >= 1.0 Installation ============ To install run ``python setup.py install`` which will install the application into the site-packages directory. Usage ===== TBD