Added information about the used license
[maven-thymeleaf-skin] / src / site / xhtml / index.xhtml
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3  <head>
4  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5  </head>
6  <body>
7   <h1>${project.name}</h1>
8   <h2>${project.description}</h2>
9   <p>
10     The Apache-Maven Thymeleaf-Skin is an Apache Maven site skin, aimed at
11     giving you <strong>full freedom in styling and structuring</strong>
12     your website, while using the comfortable mechanisms provided by maven
13     to build the documentation of your projects.
14   </p>
15   <p>
16     To achieve this gloal, this skin renders very plain (x)html5 pages, that
17     call a thymelaf layout-template, to give you full control over the
18     decoration of the pages.
19     The skin compiles all available information about the pages, like the
20     position of the page in the menu-structure, the according breadcrumb-path
21     and configured meta-information (an additional title, image and
22     alternative text for the image) of the link in the menu.
23     These information is made available to the called template as a
24     JSON-string.
25     Your template may parse this string and use the information to render a
26     custom menu and other navigation-elements like a breadcrumb-path.
27   </p>
28   <p>
29     See the <a href="usage.html">usage-page</a> for a full explanation, on
30     how to use the skin.
31   </p>
32   <h2>Releases</h2>
33   <ul>
34     <li><a href="index.html">current version</a></li>
35     <li>${project.version} (this version)</li>
36   </ul>
37  </body>
38 </html>