23402220608706ed00f5570aa4085161197f9401
[website] / dist / projects.html
1 <!DOCTYPE html>
2 <html
3     xmlns="http://www.w3.org/1999/xhtml"
4     xmlns:layout="http://www.thymeleaf.org"
5     layout:decorator="/templates/layout.html"
6     th:with="title='Projects', uri='/projects.html'"
7     >
8   <head>
9     <title>Projects</title>
10     <!--/*-->
11     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
12     <link rel="stylesheet/less" type="text/css" href="less/base.less"/>
13     <link rel="stylesheet/less" type="text/css" href="less/screen.less" media="screen"/>
14     <link rel="stylesheet/less" type="text/css" href="less/print.less" media="print"/>
15     <script src="js/less-1.7.0.min.js"></script>
16     <!--*/-->
17   </head>
18   <body thymeproxy:variables='merge:{"pages":{
19     "/projects.html": {
20       "name": "Projects",
21       "childs": {
22         "#hibernate4-maven-plugin": "Hibernate 4 Maven Plugin",
23         "/projects/accelerator.html": "accelerator!",
24         "/projects/html-experimente.html": "HTML-Experimente",
25         "/projects/fix-swf/overview.html": "Fix SWF",
26         "/projects/typo.html": "Typography"
27       },
28       "crumbs": [
29         { "uri": "/projects.html", "name": "Projects" }
30       ]
31     },
32     "/projects/accelerator.html": {
33       "name": "Overview",
34       "childs": {}
35     }
36     }}'>
37     <main class="main" layout:fragment="maincontent">
38       <div class="pack bg cf">
39         <div class="p left">
40           <header><h1>Projects</h1></header>
41           <p>
42             The projects hosted on
43             <a href="http://juplo.de">juplo.de</a>
44             are all open source.
45           </p>
46           <p>
47             The complete source-code can be found either in
48             <a href="http://juplo.de/gitweb/" title="Browse the git-repositories hosted on juplo.de">our own git-repositories</a>
49             or on
50             <a href="https://github.com/juplo" title="Browse our account on github.com">github.com</a>.
51           </p>
52         </div>
53         <div class="p right">
54           <h2>Hibernate Maven Plugin</h2>
55           <p>
56             The Hibernate Maven Plugin is a plugin for generating a database-schema from your Hibernate mappings.
57             Its main usage is to automatically create and populate a test-database for unit-tests.
58           </p>
59           <p><a href="/hibernate-maven-plugin/index.html" title="Visit the plugin-documentation">Learn more...</a></p>
60         </div>
61       </div>
62       <br />
63       <div class="pack bg cf">
64         <div class="p left">
65           <h2>Apache-Maven Thymeleaf-Skin</h2>
66           <p>
67             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.
68           </p>
69           <p><a href="/maven-thymeleaf-skin/index.html" title="Visit ">Learn more...</a></p>
70         </div>
71         <div class="p right">
72           <h2>Simple Mapper 4 JSON</h2>
73           <p>
74             The simple-mapper parses arbitrary JSON-data into a hierarchy of maps and lists, without any further configuration- or setup-requirements.
75           </p>
76           <p><a href="/simple-mapper/index.html" title="Visit ">Learn more...</a></p>
77         </div>
78       </div>
79     </main>
80   </body>
81 </html>