Projekt-Seite erstellt: Velocity-Template - Erster Anlauf (unvollständig)
[simple-mapper] / src / site / xhtml / index.xhtml
diff --git a/src/site/xhtml/index.xhtml b/src/site/xhtml/index.xhtml
new file mode 100644 (file)
index 0000000..022684b
--- /dev/null
@@ -0,0 +1,15 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ </head>
+ <body>
+  <h1>Simple Mapper</h1>
+  <h2>A Simple Convenient Mapper, that translates JSON-Data Into A Hierarchy Of Java-Lists and -Maps</h2>
+  <h2>Releases</h2>
+  <ul>
+    <li><a href="http://juplo.de/simple-mapper">current version</a></li>
+    <li>${project.version} (this version)</li>
+  </ul>
+ </body>
+</html>