Kanonische Links über _canonical realisiert
[website] / dist / projects.html
index 06accc1..d80d751 100644 (file)
@@ -1,12 +1,14 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="/templates/layout.html"
-    th:with="title='Projects', uri='/projects.html'"
+    th:replace="~{/templates/layout.html :: layout(
+      uri='/projects.html',
+      title=~{:: title},
+      maincontent=~{:: .maincontent},
+      marginalcontent=~{:: .marginalcontent})}"
     >
   <head>
-    <title>Projects</title>
+    <title id="title">Projects - Potemkinsche Dörfer!</title>
     <!--/*-->
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <link rel="stylesheet/less" type="text/css" href="less/base.less"/>
     <script src="js/less-1.7.0.min.js"></script>
     <!--*/-->
   </head>
-  <body juplo:variables='merge:{"pages":{
-    "/projects.html": {
-      "name": "Projects",
-      "childs": {
-        "#hibernate4-maven-plugin": "Hibernate 4 Maven Plugin",
-        "/projects/accelerator.html": "accelerator!",
-        "/projects/html-experimente.html": "HTML-Experimente",
-        "/projects/fix-swf/overview.html": "Fix SWF",
-        "/projects/typo.html": "Typography"
-      },
-      "crumbs": [
-        { "uri": "/projects.html", "name": "Projects" }
-      ]
-    },
-    "/projects/accelerator.html": {
-      "name": "Overview",
-      "childs": {}
-    }
-    }}'>
-    <main class="main" layout:fragment="maincontent">
-      <div class="pack bg cf">
-        <div class="p left">
-          <header><h1>Projects</h1></header>
-          <p>
-            The projects hosted on
-            <a href="http://juplo.de">juplo.de</a>
-            are all open source.
-          </p>
-          <p>
-            The complete source-code can be found either in
-            <a href="http://juplo.de/gitweb/" title="Browse the git-repositories hosted on juplo.de">our own git-repositories</a>
-            or on
-            <a href="https://github.com/juplo" title="Browse our account on github.com">github.com</a>.
-          </p>
-        </div>
-        <div class="p right">
-          <h2>Hibernate Maven Plugin</h2>
-          <p>
-            The Hibernate Maven Plugin is a plugin for generating a database-schema from your Hibernate mappings.
-            Its main usage is to automatically create and populate a test-database for unit-tests.
-          </p>
-          <p><a href="/hibernate-maven-plugin/index.html" title="Visit the plugin-documentation">Learn more...</a></p>
-        </div>
-      </div>
-      <br />
-      <div class="pack bg cf">
-        <div class="p left">
-          <h2>Apache-Maven Thymeleaf-Skin</h2>
-          <p>
-            The maven-thymeleaf-skin gives you full control over the markup and styling of the project documentation, generated by the <code>site</code>-goal of your maven-projects.
-          </p>
-          <p><a href="/maven-thymeleaf-skin/index.html" title="Visit ">Learn more...</a></p>
-        </div>
-        <div class="p right">
-          <h2>Simple Mapper 4 JSON</h2>
-          <p>
-            The simple-mapper parses arbitrary JSON-data into a hierarchy of maps and lists, without any further configuration- or setup-requirements.
-          </p>
-          <p><a href="/simple-mapper/index.html" title="Visit ">Learn more...</a></p>
-        </div>
-      </div>
-    </main>
+  <body>
+   <main class="maincontent">
+     <h1>Projects - Potemkinsche Dörfer!</h1>
+     <ul>
+       <li><a href="potemkin/fix-swf/overview.html" th:href="@{/potemkin/fix-swf/overview.html}">Fix SWF</a></li>
+       <li><a href="potemkin/html-experimente.html" th:href="@{/potemkin/html-experimente.html}">HTML-Experimente</a></li>
+       <li><a href="potemkin/accelerator.html" th:href="@{/potemkin/accelerator.html}">accelerator</a></li>
+       <li><a href="potemkin/typo.html" th:href="@{/potemkin/typo.html}">Typography</a></li>
+     </ul>
+   </main>
   </body>
 </html>