Plugin Passerelle pour le connecteur Lisrue de Liège
Go to file
Frédéric Péters fee64cb038 filter duplicates 2016-07-12 19:54:55 +02:00
debian add debian packaging 2016-01-19 17:29:22 +01:00
passerelle_imio_liege_lisrue filter duplicates 2016-07-12 19:54:55 +02:00
.gitignore .gitignore 2016-01-16 17:34:35 +01:00
COPYING add COPYING file 2016-01-16 16:49:11 +01:00
MANIFEST.in initial version 2016-01-19 17:29:22 +01:00
README doc: fix typo 2016-01-25 10:03:22 +01:00
setup.py initial version 2016-01-19 17:29:22 +01:00

README

Passerelle connector to Liege Lisrue service
============================================

Installation
------------

 - add to Passerelle installed apps settings:
   INSTALLED_APPS += ('passerelle_imio_liege_lisrue',)

 - enable module:
   PASSERELLE_APP_PASSERELLE_IMIO_LIEGE_LISRUE_ENABLED = True


Usage
-----

 - create and configure new connector
   - Title/description: whatever you want
   - URL: https://e-services.liege.be:8443/
   - Certificate check: uncheck if the service has no valid certificate

 - test service by clicking on the available links
   - the /voies/ endpoint may take some time as it will query for everything
     (but will be cut at 51 items)
   - the /voies/?q=... endoint is set with an example string, feel free to
     change it.


Usage in w.c.s.
---------------

 - configure a list field with a jsonp datasource, with the "/voies/" endpoint
   URL as value.