Web Experience Toolkit (WET)
How to implement the WET core framework (v2.x)¶
These instructions are for implementing the WET core framework using the HTML5 or XHTML 1.0 Strict core markup structure. For instructions on implementing the WET core framework using a framework variant (e.g., ASP, PHP, and SSI), please follow the instructions provided with that variant.
- Download the WET core framework
- Extract all the features into the same directory.
- For HTML5 Web pages, use the \*.html files to create your Web pages.
- For XHTML 1.0 Strict Web pages, use the \xhtml\*.html to create your Web pages.
- Optional: Install the code and supporting files for a WET theme (see the clf2-nsi2 and general themes for examples)
- Optional: Create and install one or more new CSS files (will be used for custom CSS)
- Optional: Create link(s) to the new CSS file(s) in between the following comments:
<!-- CustomScriptsCSSStart --> <!-- CustomScriptsCSSEnd -->
- Correct all *.css, *.js, and *.gif file paths referenced in the installed *.html files
- Replace the page title (in between <title> and </title>) and the content title (in between <h1 id="cn-cont"> and </h1>)
- Replace the metadata values
- Replace the content in the header, the footer, the left column (2col and 3col only), the right column (3 col only), and the centre column.