From d7bf5acc725b5c9a55cc5ae20bce9ea93cd58d41 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sun, 17 Jul 2016 16:54:40 +0200 Subject: [PATCH 1/1] =?utf8?q?Website-Inhalte=20f=C3=BCr=20die=20Start-=20?= =?utf8?q?und=20die=20Projekt-Einstiegsseite=20eingef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- dist/index.html | 125 ++++++++++----------------------------------- dist/projects.html | 44 +++++++++++++++- 2 files changed, 71 insertions(+), 98 deletions(-) diff --git a/dist/index.html b/dist/index.html index 27da26ab..f7cf7e17 100644 --- a/dist/index.html +++ b/dist/index.html @@ -32,110 +32,41 @@
-
-
-

hibernate4-maven-plugin

-

- Lorem ipsum dolor - sit amet, - consectetur adipisicing elit, sed do eiusmod tempor incididunt ut - labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud - exercitation - ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute - irure dolor in reprehenderit in voluptate velit esse cillum dolore - eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non - proident, sunt in culpa qui officia deserunt mollit anim id est - laborum. -

-
-
-

fix-swf

-

- Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do - eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim - ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut - aliquip ex ea commodo consequat. -

-
-
-
-

accelerator

-

- Duis aute irure dolor in - reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla - pariatur. Excepteur sint occaecat cupidatat non proident, sunt in - culpa qui officia deserunt mollit anim id est laborum. -

-
-

jquery.openx

-

- Duis aute irure dolor in - reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla - pariatur. Excepteur sint occaecat cupidatat non proident, sunt in - culpa qui officia deserunt mollit anim id est laborum. -

+

Work In Progress…

+

This page is under heavy construction.

+

Man bashing his head on a computer-keyboard

+

So, please be patiance with us…

-

Regex-Lab

-

- Excepteur sint occaecat cupidatat non proident, sunt in - culpa qui officia deserunt mollit anim id est laborum. -

+

About juplo

+
-
-
-

jquery.openx

-

- Duis aute irure dolor in - reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla - pariatur. Excepteur sint occaecat cupidatat non proident, sunt in - culpa qui officia deserunt mollit anim id est laborum. -

-
-
-

Regex-Lab

-

- Excepteur sint occaecat cupidatat non proident, sunt in - culpa qui officia deserunt mollit anim id est laborum. -

-
+
+

Hibernate Maven Plugin

+

A simple Plugin for generating a Database-Schema from Hibernate Mappings

+

hibernate-maven-plugin is a plugin for generating a database-schema from your Hibernate mappings and create or update your database accordingly. Its main usage is to automatically create and populate a test-database for unit-tests in cooperation with the dbunit-maven-plugin.

+

Learn more...

-
- -
+ diff --git a/dist/projects.html b/dist/projects.html index a939b1db..d89be408 100644 --- a/dist/projects.html +++ b/dist/projects.html @@ -16,6 +16,48 @@ -

Projects - DUMMY

+
+
+
+

Projects

+

+ The projects hosted on + juplo.de + are all open source. +

+

+ The complete source-code can be found either in + our own git-repositories + or on + github.com. +

+
+
+

Hibernate Maven Plugin

+

+ 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. +

+

Learn more...

+
+
+
+
+
+

Apache-Maven Thymeleaf-Skin

+

+ The maven-thymeleaf-skin gives you full control over the markup and styling of the project documentation, generated by the site-goal of your maven-projects. +

+

Learn more...

+
+
+

Simple Mapper 4 JSON

+

+ The simple-mapper parses arbitrary JSON-data into a hierarchy of maps and lists, without any further configuration- or setup-requirements. +

+

Learn more...

+
+
+
-- 2.20.1