Anysurfer (Belgian accessibility standard) support for Plone
Project description
This package adds Anysurfer (https://anysurfer.be/fr) support to Plone. Anysurfer is a Belgian accessibility standard equivalent to WCAG 2.0 A.
This package is totally transparent for the user. It fixes various accessibility issues in Plone, in standard features, content types, body texts, forms, search results, …
It also overrides Plone Accessibility info to allow its edition through the Anysurfer control panel.
Features
Adds missing page titles for views / skins / 404 error page
Add search results count in H1 and move H1 to the top
Add search results count in page title
Fixes News item image alt
Removes empty <ul> lists
Allows empty image alt
Fixes ‘Required’ labels html position
Replace Plone replacetag=”h2” by real tag
Replace default Accessibility info with a multilingual editable text
Limitations
This add-on has been developed on Plone 4.3 (Python 2) and Plone 5.2 (Python 3).
Translations
This product has been translated into
English
French
Dutch (with missing translations)
Installation
Install collective.anysurfer by adding it to your buildout:
[buildout] ... eggs = collective.anysurfer
and then running bin/buildout
Versions
If you use Plone 4, be careful that you must pin those egg versions:
collective.z3cform.datagridfield = 1.2 soupsieve = 1.9.6
Contribute
Issue Tracker: https://github.com/collective/collective.anysurfer/issues
Source Code: https://github.com/collective/collective.anysurfer
License
The project is licensed under the GPLv2.
Contributors
Godefroid Chapelle, Original Author [BubbleNet]
Laurent Lasudry [Affinitic]
Valentin Piret [Affinitic]
Sébastien Sirtoli [Affinitic]
Christophe Boulanger [IMIO]
Changelog
1.4 (2020-11-18)
Add Plone 5 (Python 3) compatibility [boulch, laulaz]
Add uninstall profile [laulaz]
1.3.4 (2020-11-04)
Content types images should be inside links in search results [laulaz]
1.3.3 (2020-06-17)
Avoid displaying ‘None’ title for unknown browser views [laulaz]
Avoid traversal error with unicode urls [laulaz]
1.3.2 (2020-06-15)
Fix multilingual default text translations at install : #3 [laulaz]
1.3.1 (2020-05-28)
Fix upgrade steps (1.2 -> 1.3) [laulaz]
1.3 (2020-05-28)
Override Accessibility info with a multilingual / editable / filled by default text. The text can be changed in a new Anysurfer control panel (upgrade step included) [boulch, laulaz]
Fix 404 / EN pages title handling [laulaz]
Update/fix buildout & tests [boulch, laulaz]
Make titles calculation more robust in [uni/multi]lingual websites : #1 [laulaz]
1.2.2 (2020-04-29)
Fix view titles calculation in multilingual websites : #1 [laulaz]
Add missing plone.api dependency [laulaz]
1.2.1 (2019-11-20)
Harmonization of ‘(Required)’ syntax for fields [laulaz]
1.2 (2019-10-04)
Add documentation, contributors, fix setup.py & use RST [laulaz]
Handle more Anysurfer usecases : empty lists, bad alts, required labels, … [laulaz]
Move h1, add search results count in search page title & handle JS refresh [laulaz]
Handle 404 page [vpiret]
Migrate to plone 5 [oxydedefer]
Add missing translations for accessibility view title [laulaz]
Add missing translations for contact-info view title [laulaz]
1.1 (2012-11-12)
Nothing changed yet.
1.0 (2012-11-09)
Package created using zopeskel []
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.