RER Link map
“Amministrazione Trasparente” link map
Features
Control panel for configuring all transparency-map URLs.
- Dedicated outputs at portal root:
at_map.json
at_map.xml
Independent flags to enable/disable JSON and XML exposure.
REST API control panel integration (linkmap-settings).
Installation
Install rer.linkmap by adding it to your buildout:
[buildout]
...
eggs =
rer.linkmap
and then running bin/buildout
Configuration
After installation, configure the add-on in:
Site Setup -> Link map settings (linkmap-settings)
Main options:
expose_json: enable/disable @@at_map.json
expose_xml: enable/disable @@at_map.xml
data_ultima_modifica: date string in GG/MM/AAAA
one URL field for each transparency section key
If a format is disabled, the corresponding view returns 404 Not Found.
Output Endpoints
Endpoints are available only on the portal root context:
/at_map.json
/at_map.xml
JSON example
{
"at_art2_bis_c1": {
"amministrazione_trasparente": "https://www.example.org/amministrazione-trasparente",
"disposizioni_generali": "https://www.example.org/disposizioni-generali"
},
"data_ultima_modifica": "17/06/2026"
}
XML example
<?xml version="1.0" encoding="utf-8"?>
<amministrazione_trasparente xmlns="https://guida-servizi.anticorruzione.it/trasparenza">
<data_ultima_modifica>18/06/2026</data_ultima_modifica>
<map>
<at_art2_bis_c1>
<amministrazione_trasparente>https://www.example.org/at</amministrazione_trasparente>
<accesso_civico>https://www.example.org/accesso-civico</accesso_civico>
</at_art2_bis_c1>
</map>
</amministrazione_trasparente>
REST API Integration
The add-on registers a restapi control panel adapter named linkmap-settings, based on the same schema used by the classic control panel.
Credits
Developed with the support of Regione Emilia Romagna
Regione Emilia Romagna supports the PloneGov initiative.
License
This project is licensed under the GPLv2.
Contributors
RedTurtle Technology, sviluppo@redturtle.it
Changelog
1.0.9 (2026-07-23)
Reverted the browserlayers addition and the at_map redirect-on-disabled fix; these will ship in a later release. [fedevancin]
at_map.json/at_map.xml now return a blank object instead of a 404 when the corresponding format is disabled via the controlpanel. [fedevancin]
1.0.8 (2026-07-22)
Added the browserlayers to the at_map views. [fedevancin]
Fixed a controlpanel translation bug [fedevancin]
1.0.7 (2026-06-25)
Refactored package for backwards compatibility with old Plone versions. [cekk]
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rer_linkmap-1.0.9.tar.gz.
File metadata
- Download URL: rer_linkmap-1.0.9.tar.gz
- Upload date:
- Size: 31.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce893bcb9044413ad1c2356d72b61ea2863533608854611951fe873a47dbcb3d
|
|
| MD5 |
d675f9824fcc99ab52b18d5e74c8a347
|
|
| BLAKE2b-256 |
2bbc69f4cd221dedb204d761b16461505b72266d896568c3e6a059b21f354c5e
|
File details
Details for the file rer_linkmap-1.0.9-py3-none-any.whl.
File metadata
- Download URL: rer_linkmap-1.0.9-py3-none-any.whl
- Upload date:
- Size: 35.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
284136fa3130ca1df166a57e99bdc4579fba33d01fa4bf505d9784d0d1199fc3
|
|
| MD5 |
f81cbf2ed7a1e68aa731896b71d13203
|
|
| BLAKE2b-256 |
f5da58283561bd9abae45582a34d9933662e7375457161bce16950e5bde01b21
|