1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: dajaxice
Section: python
Priority: optional
Maintainer: Angel Abad <angelabad@gmail.com>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 7), python-all (>= 2.4)
Build-Depends-Indep: python-support (>= 0.90)
Standards-Version: 3.9.0
Homepage: http://wiki.github.com/jorgebastida/django-dajaxice
Vcs-Svn: svn://svn.debian.org/python-modules/packages/dajaxice/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/dajaxice/trunk/
DM-Upload-Allowed: yes
Package: python-django-dajaxice
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-django
Description: agnostic and easy to use AJAX library for django
Easy to use AJAX library for django, all the presentation logic
resides outside the views and doesn't require any JS Framework.
Dajaxice uses the unobtrusive standard-compliant (W3C) XMLHttpRequest
1.0 object.
|