deprecated helper for publishing data to Layar augmented reality browser from Django
Go to file
2009-10-23 11:32:56 -04:00
layar added docstrings 2009-10-23 11:32:56 -04:00
CHANGELOG added required files 2009-10-22 16:14:50 -04:00
LICENSE added required files 2009-10-22 16:14:50 -04:00
README.rst added required files 2009-10-22 16:14:50 -04:00
setup.py added required files 2009-10-22 16:14:50 -04:00

============
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