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 ruler
- 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://github.com/Orange-OpenSource/Orange-Confort-plus/blob/master/dist/Addin%20Firefox/%40orange_confort_plus-1.0.0.xpi)
- [chrome] (https://github.com/Orange-OpenSource/Orange-Confort-plus/tree/master/dist), need to add it as an unpacked extension at time
- 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 - 2015 Orange. Code released under the GPLV2 license.