An die Verwendung mit Thymeproxy angepasst
[website] / dist / thymeleaf / blog.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"
6     >
7   <head>
8     <title>Blog</title>
9     <link rel="stylesheet" type="text/css" href="../css/base.min.css"/>
10     <style type="text/css">
11       @import '../css/screen.min.css' screen;
12       @import '../css/print.min.css' print;
13     </style>
14   </head>
15   <body>
16     <ol layout:fragment="breadcrumb">
17       <li class="b"><a class="b" href="index.html" th:href="@{/index.html}">Home</a></li>
18       <li class="b"><strong class="b">Blog</strong></li>
19     </ol>
20     <nav layout:fragment="navigation">
21       <hr class="n"/>
22       <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
23       <h1 class="nav">Navigation</h1>
24       <h2 class="nav menu">Section-Menu</h2>
25       <ul id="menu" class="cf">
26         <li class="m blog"><strong class="m">Blog</strong></li>
27         <li class="m projects"><a href="projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
28         <li class="m about"><a href="about.html" th:href="@{/about.html}" class="m">About</a></li>
29       </ul>
30     </nav>
31     <main class="main" layout:fragment="maincontent">
32       <article id="post-140" class="post-140 post type-post status-publish format-standard hentry category-jetty category-less category-maven category-wro4j">
33         <header class="entry-header">
34           <h2 class="entry-title"><a href="http://juplo.de/combining-jetty-maven-plugin-and-wro4j-maven-plugin-for-dynamic-reloading-of-less-resources/" title="Permalink to Combining jetty-maven-plugin and wro4j-maven-plugin for Dynamic Reloading of LESS-Resources" rel="bookmark">Combining jetty-maven-plugin and wro4j-maven-plugin for Dynamic Reloading of LESS-Resources</a></h2>
35           <div class="entry-meta">
36             Posted on <a href="http://juplo.de/combining-jetty-maven-plugin-and-wro4j-maven-plugin-for-dynamic-reloading-of-less-resources/" title="12:58" rel="bookmark"><time class="entry-date" datetime="2013-12-06T12:58:17+00:00">December 6, 2013</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="http://juplo.de/author/kai/" title="View all posts by Kai Moritz" rel="author">Kai Moritz</a></span></span>
37           </div><!-- .entry-meta -->
38         </header><!-- .entry-header -->
39         <div class="entry-content">
40         </div><!-- .entry-content -->
41         <footer class="entry-meta">
42           <span class="cat-links">
43             Posted in <a href="http://juplo.de/category/jetty/" title="View all posts in Jetty" rel="category tag">Jetty</a>, <a href="http://juplo.de/category/less/" title="View all posts in less" rel="category tag">less</a>, <a href="http://juplo.de/category/maven/" title="View all posts in Maven" rel="category tag">Maven</a>, <a href="http://juplo.de/category/wro4j/" title="View all posts in wro4j" rel="category tag">wro4j</a>
44           </span>
45         </footer><!-- .entry-meta -->
46       </article><!-- #post-140 -->
47       <article id="post-114" class="post-114 post type-post status-publish format-standard hentry category-hibernate category-java category-maven">
48         <header class="entry-header">
49           <h2 class="entry-title"><a href="http://juplo.de/hibernate4-maven-plugin-1-0-3-released/" title="Permalink to hibernate4-maven-plugin 1.0.3 released!" rel="bookmark">hibernate4-maven-plugin 1.0.3 released!</a></h2>
50           <div class="entry-meta">
51             Posted on <a href="http://juplo.de/hibernate4-maven-plugin-1-0-3-released/" title="02:46" rel="bookmark"><time class="entry-date" datetime="2013-10-18T02:46:23+00:00">October 18, 2013</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="http://juplo.de/author/kai/" title="View all posts by Kai Moritz" rel="author">Kai Moritz</a></span></span>
52           </div><!-- .entry-meta -->
53         </header><!-- .entry-header -->
54         <div class="entry-content">
55         </div><!-- .entry-content -->
56         <footer class="entry-meta">
57           <span class="cat-links">
58             Posted in <a href="http://juplo.de/category/hibernate/" title="View all posts in Hibernate" rel="category tag">Hibernate</a>, <a href="http://juplo.de/category/java/" title="View all posts in Java" rel="category tag">Java</a>, <a href="http://juplo.de/category/maven/" title="View all posts in Maven" rel="category tag">Maven</a>
59           </span>
60         </footer><!-- .entry-meta -->
61       </article><!-- #post-114 -->
62       <article id="post-97" class="post-97 post type-post status-publish format-standard hentry category-appengine category-java category-maven category-oauth2">
63         <header class="entry-header">
64           <h2 class="entry-title"><a href="http://juplo.de/log-out-from-wrong-account-with-maven-appengine-plugin/" title="Permalink to Log out from wrong Account with maven-appengine-plugin" rel="bookmark">Log out from wrong Account with maven-appengine-plugin</a></h2>
65           <div class="entry-meta">
66             Posted on <a href="http://juplo.de/log-out-from-wrong-account-with-maven-appengine-plugin/" title="11:33" rel="bookmark"><time class="entry-date" datetime="2013-10-03T11:33:56+00:00">October 3, 2013</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="http://juplo.de/author/kai/" title="View all posts by Kai Moritz" rel="author">Kai Moritz</a></span></span>
67           </div><!-- .entry-meta -->
68         </header><!-- .entry-header -->
69         <div class="entry-content">
70         </div><!-- .entry-content -->
71         <footer class="entry-meta">
72           <span class="cat-links">
73             Posted in <a href="http://juplo.de/category/appengine/" title="View all posts in appengine" rel="category tag">appengine</a>, <a href="http://juplo.de/category/java/" title="View all posts in Java" rel="category tag">Java</a>, <a href="http://juplo.de/category/maven/" title="View all posts in Maven" rel="category tag">Maven</a>, <a href="http://juplo.de/category/oauth2/" title="View all posts in oauth2" rel="category tag">oauth2</a>
74           </span>
75         </footer><!-- .entry-meta -->
76       </article><!-- #post-97 -->
77       <article id="post-90" class="post-90 post type-post status-publish format-standard hentry category-hibernate category-java category-jpa">
78         <header class="entry-header">
79           <h2 class="entry-title"><a href="http://juplo.de/bidirectional-association-with-elementcollection/" title="Permalink to Bidirectional Association with @ElementCollection" rel="bookmark">Bidirectional Association with @ElementCollection</a></h2>
80           <div class="entry-meta">
81             Posted on <a href="http://juplo.de/bidirectional-association-with-elementcollection/" title="11:11" rel="bookmark"><time class="entry-date" datetime="2013-10-03T11:11:36+00:00">October 3, 2013</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="http://juplo.de/author/kai/" title="View all posts by Kai Moritz" rel="author">Kai Moritz</a></span></span>
82           </div><!-- .entry-meta -->
83         </header><!-- .entry-header -->
84         <div class="entry-content">
85         </div><!-- .entry-content -->
86         <footer class="entry-meta">
87           <span class="cat-links">
88             Posted in <a href="http://juplo.de/category/hibernate/" title="View all posts in Hibernate" rel="category tag">Hibernate</a>, <a href="http://juplo.de/category/java/" title="View all posts in Java" rel="category tag">Java</a>, <a href="http://juplo.de/category/jpa/" title="View all posts in JPA" rel="category tag">JPA</a>
89           </span>
90         </footer><!-- .entry-meta -->
91       </article><!-- #post-90 -->
92       <article id="post-75" class="post-75 post type-post status-publish format-standard hentry category-hibernate category-java category-maven">
93         <header class="entry-header">
94   s        <h2 class="entry-title"><a href="http://juplo.de/hibernate4-maven-plugin-1-0-2-release/" title="Permalink to hibernate4-maven-plugin 1.0.2 released!" rel="bookmark">hibernate4-maven-plugin 1.0.2 released!</a></h2>
95           <div class="entry-meta">
96             Posted on <a href="http://juplo.de/hibernate4-maven-plugin-1-0-2-release/" title="02:06" rel="bookmark"><time class="entry-date" datetime="2013-08-02T02:06:08+00:00">August 2, 2013</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="http://juplo.de/author/kai/" title="View all posts by Kai Moritz" rel="author">Kai Moritz</a></span></span>
97           </div><!-- .entry-meta -->
98         </header><!-- .entry-header -->
99         <div class="entry-content">
100         </div><!-- .entry-content -->
101         <footer class="entry-meta">
102           <span class="cat-links">
103             Posted in <a href="http://juplo.de/category/hibernate/" title="View all posts in Hibernate" rel="category tag">Hibernate</a>, <a href="http://juplo.de/category/java/" title="View all posts in Java" rel="category tag">Java</a>, <a href="http://juplo.de/category/maven/" title="View all posts in Maven" rel="category tag">Maven</a>
104           </span>
105         </footer><!-- .entry-meta -->
106       </article><!-- #post-75 -->
107       <article id="post-64" class="post-64 post type-post status-publish format-standard hentry category-hibernate category-java category-maven">
108         <header class="entry-header">
109           <h2 class="entry-title"><a href="http://juplo.de/hibernate4-maven-plugin-1-0-1-released/" title="Permalink to hibernate4-maven-plugin 1.0.1 released!" rel="bookmark">hibernate4-maven-plugin 1.0.1 released!</a></h2>
110           <div class="entry-meta">
111             Posted on <a href="http://juplo.de/hibernate4-maven-plugin-1-0-1-released/" title="01:10" rel="bookmark"><time class="entry-date" datetime="2013-01-16T01:10:59+00:00">January 16, 2013</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="http://juplo.de/author/kai/" title="View all posts by Kai Moritz" rel="author">Kai Moritz</a></span></span>
112           </div><!-- .entry-meta -->
113         </header><!-- .entry-header -->
114         <div class="entry-content">
115         </div><!-- .entry-content -->
116         <footer class="entry-meta">
117           <span class="cat-links">
118             Posted in <a href="http://juplo.de/category/hibernate/" title="View all posts in Hibernate" rel="category tag">Hibernate</a>, <a href="http://juplo.de/category/java/" title="View all posts in Java" rel="category tag">Java</a>, <a href="http://juplo.de/category/maven/" title="View all posts in Maven" rel="category tag">Maven</a>
119           </span>
120         </footer><!-- .entry-meta -->
121       </article><!-- #post-64 -->
122       <article id="post-55" class="post-55 post type-post status-publish format-standard hentry category-hibernate category-java category-maven">
123         <header class="entry-header">
124           <h2 class="entry-title"><a href="http://juplo.de/hibernate4-maven-plugin-1-0-released/" title="Permalink to hibernate4-maven-plugin 1.0 released!" rel="bookmark">hibernate4-maven-plugin 1.0 released!</a></h2>
125           <div class="entry-meta">
126             Posted on <a href="http://juplo.de/hibernate4-maven-plugin-1-0-released/" title="22:04" rel="bookmark"><time class="entry-date" datetime="2012-11-29T22:04:25+00:00">November 29, 2012</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="http://juplo.de/author/kai/" title="View all posts by Kai Moritz" rel="author">Kai Moritz</a></span></span>
127           </div><!-- .entry-meta -->
128         </header><!-- .entry-header -->
129         <div class="entry-content">
130         </div><!-- .entry-content -->
131         <footer class="entry-meta">
132           <span class="cat-links">
133             Posted in <a href="http://juplo.de/category/hibernate/" title="View all posts in Hibernate" rel="category tag">Hibernate</a>, <a href="http://juplo.de/category/java/" title="View all posts in Java" rel="category tag">Java</a>, <a href="http://juplo.de/category/maven/" title="View all posts in Maven" rel="category tag">Maven</a>
134           </span>
135         </footer><!-- .entry-meta -->
136       </article><!-- #post-55 -->
137       <article id="post-34" class="post-34 post type-post status-publish format-standard hentry category-hibernate category-java category-maven">
138         <header class="entry-header">
139           <h2 class="entry-title"><a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/" title="Permalink to hibernate4-maven-plugin" rel="bookmark">hibernate4-maven-plugin</a></h2>
140           <div class="entry-meta">
141             Posted on <a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/" title="19:29" rel="bookmark"><time class="entry-date" datetime="2012-11-28T19:29:12+00:00">November 28, 2012</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="http://juplo.de/author/kai/" title="View all posts by Kai Moritz" rel="author">Kai Moritz</a></span></span>          
142           </div><!-- .entry-meta -->
143         </header><!-- .entry-header -->
144         <div class="entry-content">
145         </div><!-- .entry-content -->
146         <footer class="entry-meta">
147           <span class="cat-links">
148             Posted in <a href="http://juplo.de/category/hibernate/" title="View all posts in Hibernate" rel="category tag">Hibernate</a>, <a href="http://juplo.de/category/java/" title="View all posts in Java" rel="category tag">Java</a>, <a href="http://juplo.de/category/maven/" title="View all posts in Maven" rel="category tag">Maven</a>
149           </span>
150         </footer><!-- .entry-meta -->
151       </article><!-- #post-34 -->
152     </main>
153     <div layout:fragment="marginalcontent">
154       <div id="secondary" class="widget-area" role="complementary">
155         <aside id="archives" class="widget">
156           <h1 class="widget-title">Archives</h1>
157           <ul>
158             <li><a href='http://juplo.de/2013/10/' title='October 2013'>October 2013</a></li>
159             <li><a href='http://juplo.de/2013/08/' title='August 2013'>August 2013</a></li>
160             <li><a href='http://juplo.de/2013/01/' title='January 2013'>January 2013</a></li>
161             <li><a href='http://juplo.de/2012/11/' title='November 2012'>November 2012</a></li>
162           </ul>
163         </aside>
164         <aside id="categories" class="widget">
165           <h1 class="widget-title">Most Used Categories</h1>
166           <ul>
167             <li class="cat-item cat-item-4"><a href="http://juplo.de/category/java/" title="View all posts filed under Java">Java</a> (6)</li>
168             <li class="cat-item cat-item-6"><a href="http://juplo.de/category/hibernate/" title="View all posts filed under Hibernate">Hibernate</a> (5)</li>
169             <li class="cat-item cat-item-8"><a href="http://juplo.de/category/maven/" title="View all posts filed under Maven">Maven</a> (5)</li>
170             <li class="cat-item cat-item-9"><a href="http://juplo.de/category/jpa/" title="View all posts filed under JPA">JPA</a> (1)</li>
171             <li class="cat-item cat-item-10"><a href="http://juplo.de/category/appengine/" title="View all posts filed under appengine">appengine</a> (1)</li>
172             <li class="cat-item cat-item-11"><a href="http://juplo.de/category/oauth2/" title="View all posts filed under oauth2">oauth2</a> (1)</li>
173           </ul>
174         </aside>
175         <aside id="search" class="widget widget_search">
176           <h1 class="widget-title">Search</h1>
177           <form role="search" method="get" id="searchform" class="searchform" action="http://juplo.de/">
178             <div>
179               <label class="screen-reader-text" for="s">Search for:</label>
180               <input type="text" value="" name="s" id="s" />
181               <input type="submit" id="searchsubmit" value="Search" />
182             </div>
183           </form>
184         </aside>
185       </div><!-- #secondary .widget-area -->
186       <div id="tertiary" class="widget-area" role="supplementary">
187       </div><!-- #tertiary .widget-area -->
188     </div>
189     <ul layout:fragment="footer">
190     </ul>
191   </body>
192 </html>