To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

root/plugins/apostropheHTML5Plugin/trunk/README

Revision 4365, 0.7 KB (checked in by johnnyoffline, 6 months ago)

updated outdated README
updated $body_class variable in layout to match the updated version in Apostrophe's base bundled layout

Line 
1# Apostrophe HTML5 Plugin
2
3Overview
4
5The Apostrophe HTML5 Plugin leverages a paired down version of the HTML5 Boilerplate (http://html5boilerplate.com/)
6It includes a copy of modernizr
7It includes some CSS from the HTML5 Boilerplate
8It includes DD_Belated for IE6 24bit PNG support
9It includes a sample layout.php that can be used to replace Apostrophe's default layout.php or as a template to replace your project layout.php
10
11Installation
12
13- Enable the plugin in projectConfiguration
14- ./symfony plugin:publish assets
15- Add aHTML5.css to view.yml
16- Add modernizr.js to view.yml
17- Require or copy up apostropheHTML5Plugin/templates/layout.php into the project layout.php (effectively replacing Apostrophe's built-in layout)
18
19Requirements
20
21- Apostrophe Plugin
Note: See TracBrowser for help on using the browser.