The target of Orange Confort+ functionalities is to enhance user experience on web sites, which are already accessible, or still accessible.
Orange Confort+ provides these services:
- Typography - user may change: font size, space between words, characters and lines, font-face to Open Dyslexic
- Layout: cancel layout, text align left, numbering list items, modify navigation links appearance, display a reading mask
- Colors : Modify foreground/background colors
- Behavior: direct access to main content on page load, automatic selection of page clickable elements with a user defined delay, page scrolling on simple user on hover.
Be careful, Orange Confort+ does not improve the accessibility level of a web site: blocking points still stay blocking points, with or without Orange Confort+.
- [Firefox] (https://addons.mozilla.org/fr/firefox/addon/orange-confort/)
- [chrome] (https://chrome.google.com/webstore/detail/orange-confort%2B/ddnpdohiipephjpdpohikkamhdikbldp)
- [Internet Explorer 11 64bits] (https://github.com/Orange-OpenSource/Orange-Confort-plus/raw/master/dist/Addin%20IE/Orange.ConfortPlus.IEExtension.Installer_x64.msi)
- [Internet Explorer 11 32bits] (https://github.com/Orange-OpenSource/Orange-Confort-plus/raw/master/dist/Addin%20IE/Orange.ConfortPlus.IEExtension.Installer_x86.msi)
- Clone the repo:
git clone https://github.com/Orange-OpenSource/Orange-Confort-plus.git
. - Configure your protocol, domain and deployment path into config.json file.
- Build your dist, deploy and look at the testpage.html
{
"hebergementProtocol": "https:",
"cookieDomain": "HEBERGEMENTDOMAIN",
"hebergementDomaine": "HEBERGEMENTDOMAIN",
"hebergementFullPath": "YOURPATHTOSOURCEFILES"
}
cookieDomain
is the domain on which the cookie will be fixed. It must be the same or a portion of thehebergementDomaine
domain.hebergementDomaine
is the domain where you host the Orange Confort+ service.hebergementFullPath
is the full path to the service on your server, complete with beginning and end slash.
$ npm install
$ bower install
$ grunt
3. Deploy Orange Confort+ onto your domain - Prepackaged version available, just need to put your values
dist/serveur
-> Serveur mode content using PHP, allow to share cookie on multiple domaindist/standalone
-> Standalone mode content, don't need PHP, need to be deployed onto each different domain
Have a bug or a feature request? Please first check the issues and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
Code copyright 2014 - 2016 Orange. Code released under the GPLV2 license.