Guides and instructions on how to use the accessibility module for Drupal.
This article covers the basics of the bluemobi theme that is now available for Drupal Version 6. This is a very basic theme, a stripped down version on bluemarine, and shows some of the modifications the original theme files and the additional functions and variables used to execute the theme successfully.
This simple extract show how you can format your text to prevent it from breaking when served as application/xhtml+xml. This is pretty important as malformed XHTML can really maul your site. Although the built-in corrector helps the automatic line breaking input type setting can be a killer.
Further instructions on the accessibility module pertaining to version 5x of Drupal are listed below. As feedback has brought up the issue of vagueness I thought more details were required to help with the implementation of the module.
This article covers the basics of how the wap theme works with the accessibility module. The guide does not cover the functions that are used to make the output correctly formatted into WML compliant code. This will be covered in another article.
This article shows the basic usage of template.php to create the variables that are required for the accessibility module to work as expected. Other configurations of course can be made here, but this example show how to create the $dtd and $xmlns variables.