Preliminary implementation of an ajax-based ltl2tgba translator.

* configure.ac: Output wrap/python/ajax/Makefile.
* wrap/python/Makefile.am (SUBDIRS): Add ajax.
* wrap/python/ajax/Makefile.am, wrap/python/ajax/README,
wrap/python/ajax/ltl2tgba.html, wrap/python/ajax/spot.in: New files.
* wrap/python/ajax/css/, wrap/python/ajax/js,
wrap/python/ajax/logos: New directories.
* README: Document wrap/python/ajax/.
This commit is contained in:
Alexandre Duret-Lutz 2011-01-17 23:14:22 +01:00
parent dc2a89f853
commit 34f49a8692
29 changed files with 1731 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# Copyright (C) 2008, 2009, 2010 Laboratoire de Recherche et
# Copyright (C) 2008, 2009, 2010, 2011 Laboratoire de Recherche et
# Développement de l'Epita (LRDE).
# Copyright (C) 2003, 2004, 2005, 2006, 2007 Laboratoire d'Informatique de
# Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), Université
@ -134,6 +134,7 @@ AC_CONFIG_FILES([
src/tgbatest/Makefile
wrap/Makefile
wrap/python/Makefile
wrap/python/ajax/Makefile
wrap/python/cgi-bin/Makefile
wrap/python/tests/Makefile
])