d5b7445052e888393aee1826f56474ce3e4e1a73
[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   <p>
33     This skin was developed as a part of the project
34     <a href="http://yourshouter.com/projekte/crowdgest%C3%BCtzte-veranstaltungs-suchmaschine.html">Entwicklung einer crowdgestützten Suchmaschine für Veranstaltungs- und Locationdaten</a>,
35     to ease the process of publishing the project results.
36     As one of the winners of the
37     <a href="http://yourshouter.com/referenzen/leitmarktwettbewerb-createmedia-nrw.html">CreateMedia.NRW</a>-contest,
38     the project is promoted by the
39     <a href="http://yourshouter.com/partner/mweimh-nrw.html">ministerium for economy, energy, industry, medium-sized bussinesses and handcraft for the state of North-Rhine Westphalia</a>
40     in the course of the
41     <a href="http://yourshouter.com/partner/efre--europ%C3%A4ischer-fonds-f%C3%BCr-regionale-entwicklung.html">OP EFRE.NRW 2014 — 2020</a>.
42   </p>
43   <h2>Releases</h2>
44   <ul>
45     <li><a href="index.html">current version</a></li>
46     <li>${project.version} (this version)</li>
47   </ul>
48  </body>
49 </html>