|
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 | |
|---|
| 3 | Overview |
|---|
| 4 | |
|---|
| 5 | The Apostrophe HTML5 Plugin leverages a paired down version of the HTML5 Boilerplate (http://html5boilerplate.com/) |
|---|
| 6 | It includes a copy of modernizr |
|---|
| 7 | It includes some CSS from the HTML5 Boilerplate |
|---|
| 8 | It includes DD_Belated for IE6 24bit PNG support |
|---|
| 9 | It 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 | |
|---|
| 11 | Installation |
|---|
| 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 | |
|---|
| 19 | Requirements |
|---|
| 20 | |
|---|
| 21 | - Apostrophe Plugin |
|---|