Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 748 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 748 Bytes

wet-boew-php

PHP variant of the Web Experience Toolkit (WET)
Demos site: http://wet-boew-php.azurewebsites.net/demos-php/index.php

Overview

This feature adapts the HTML5 core markup structure for use with PHP on an Apache web server.

##Benefits

  • Helps to minimize the duplication of content and code (such as titles and dates)
  • Improves consistency by separating content from the template code
  • Automates the breadcrumb trail
  • Conforms to WCAG 2.0 AA
  • Uses WAI-ARIA to enhance accessibility
  • Supports Firefox, Opera, Safari, Chrome, and IE 7+

##Minimum Requirements

  • dist folder from WET 3.1 Core
  • PHP 5.3+
  • Apache 2.x Web Server

##Change Log

  • 2013/11/23 Tagged 3.1
  • 2013/11/23 Started work on version 4.0