Plugin Passerelle pour le connecteur Lisrue de Liège
Go to file
Valentin Deniaud aeee49e952
gitea/passerelle-imio-liege-lisrue/pipeline/head This commit looks good Details
misc: update git-blame-ignore-revs to ignore quote changes (#79788)
2023-08-16 11:52:57 +02:00
debian debian: use debhelper compat level 12 2021-12-12 11:47:06 +01:00
passerelle_imio_liege_lisrue misc: apply double-quote-string-fixer (#79788) 2023-08-16 11:52:57 +02:00
.git-blame-ignore-revs misc: update git-blame-ignore-revs to ignore quote changes (#79788) 2023-08-16 11:52:57 +02:00
.gitignore ignore *.egg-info and __pycache__ 2023-06-06 12:08:58 +02:00
.pre-commit-config.yaml misc: add pre commit hook to force single quotes (#79788) 2023-08-16 11:52:56 +02:00
COPYING add COPYING file 2016-01-16 16:49:11 +01:00
Jenkinsfile ci: build deb package for bookworm (#78968) 2023-06-23 17:47:54 +02:00
MANIFEST.in initial version 2016-01-19 17:29:22 +01:00
README update README 2020-01-23 14:44:35 +01:00
setup.py Update django version to match Entr'Ouvert setup 2023-06-08 15:21:33 +02: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

Information
-----------
 - V1 => V2
   - jsonlisrue2 => jsonlgrue12
   - jsonlisrue  => jsonruebelgique

 - PBLV
   - jsonlisrue2 => lisruejsonserver
  
 - statutVO : only available in jsonlgrue2com.


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.