What is the accessibility module?
It is a plugin for Drupal CMS that allows restricted content and access to a site. In other words, it allows multiple versions of one site using only one code base.
The module allows hand-held devices access to a correctly formatted web site specifically made for mobile browsers from one code base. This means that the site owner does not need to create separate versions of the site.
With basic device detection this module selects the correct "theme" to use and generates content accordingly. The content is also broken down into smaller chunks making download on a phone, for example, faster and the site should be easier to use.
Content can also be limited by role with the help of taxonomy_access module.
More details willl be available in the files and themes sections soon.
Note: You must amend template files in order for this to work correctly. Also note that the modules is currently hard-coded to look for 3 themes that must be enabled for the module to function as expected:
web / wap / mobi
See accessibility module in depth for more information.