Skip to content

Commit

Permalink
H2 Database
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuechner committed May 2, 2022
1 parent 24685df commit f995579
Show file tree
Hide file tree
Showing 17 changed files with 771 additions and 999 deletions.
1,384 changes: 579 additions & 805 deletions docs/dependencies.html

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions docs/dependency-info.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

<!DOCTYPE html>
<!--
Generated by Apache Maven Doxia the 2021-12-14
Generated by Apache Maven Doxia the 2022-05-02
Rendered using Docs Maven Skin 2.0.8 (https://github.com/Bernardo-MG/docs-maven-skin)
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand Down Expand Up @@ -133,7 +133,7 @@
<span class="navbar-toggler-icon"></span>
</button>

<small class="navbar-text d-none d-md-block"><span id="navbar-version">1.4.1</span> (<time id="navbar-date">2021-12-14</time>)</small>
<small class="navbar-text d-none d-md-block"><span id="navbar-version">1.5</span> (<time id="navbar-date">2022-05-02</time>)</small>
<div class="col-sm d-none d-md-block">
<a href="https://github.com/mbuechner/beagen" title="Github" aria-label="Github"><span class="navbar-icon fa fa-github pl-1" aria-hidden="true"></span> <span class="d-none d-sm-block d-md-none"> Github</span></a>
</div>
Expand Down Expand Up @@ -166,42 +166,42 @@
</header>
<section id="main-section" class="container flex-grow-1">
<section>
<h2 id="dependency-information">Dependency Information</h2>
<h2 id="Dependency-Information">Dependency Information</h2>
<section>
<h3 id="apache-maven">Apache Maven</h3>
<h3 id="Apache-Maven">Apache Maven</h3>
<pre class="border shadow rounded"><code>&lt;dependency&gt;
&lt;groupId&gt;de.ddb.labs&lt;/groupId&gt;
&lt;artifactId&gt;beagen&lt;/artifactId&gt;
&lt;version&gt;1.4.1&lt;/version&gt;
&lt;version&gt;1.5&lt;/version&gt;
&lt;/dependency&gt;</code></pre>
</section>
<section>
<h3 id="apache-buildr">Apache Buildr</h3>
<pre class="border shadow rounded"><code>'de.ddb.labs:beagen:jar:1.4.1'</code></pre>
<h3 id="Apache-Buildr">Apache Buildr</h3>
<pre class="border shadow rounded"><code>'de.ddb.labs:beagen:jar:1.5'</code></pre>
</section>
<section>
<h3 id="apache-ivy">Apache Ivy</h3>
<pre class="border shadow rounded"><code>&lt;dependency org="de.ddb.labs" name="beagen" rev="1.4.1"&gt;
<h3 id="Apache-Ivy">Apache Ivy</h3>
<pre class="border shadow rounded"><code>&lt;dependency org="de.ddb.labs" name="beagen" rev="1.5"&gt;
&lt;artifact name="beagen" type="jar" /&gt;
&lt;/dependency&gt;</code></pre>
</section>
<section>
<h3 id="groovy-grape">Groovy Grape</h3>
<h3 id="Groovy-Grape">Groovy Grape</h3>
<pre class="border shadow rounded"><code>@Grapes(
@Grab(group='de.ddb.labs', module='beagen', version='1.4.1')
@Grab(group='de.ddb.labs', module='beagen', version='1.5')
)</code></pre>
</section>
<section>
<h3 id="gradlegrails">Gradle/Grails</h3>
<pre class="border shadow rounded"><code>compile 'de.ddb.labs:beagen:1.4.1'</code></pre>
<h3 id="GradleGrails">Gradle/Grails</h3>
<pre class="border shadow rounded"><code>compile 'de.ddb.labs:beagen:1.5'</code></pre>
</section>
<section>
<h3 id="scala-sbt">Scala SBT</h3>
<pre class="border shadow rounded"><code>libraryDependencies += "de.ddb.labs" % "beagen" % "1.4.1"</code></pre>
<h3 id="Scala-SBT">Scala SBT</h3>
<pre class="border shadow rounded"><code>libraryDependencies += "de.ddb.labs" % "beagen" % "1.5"</code></pre>
</section>
<section>
<h3 id="leiningen">Leiningen</h3>
<pre class="border shadow rounded"><code>[de.ddb.labs/beagen "1.4.1"]</code></pre>
<h3 id="Leiningen">Leiningen</h3>
<pre class="border shadow rounded"><code>[de.ddb.labs/beagen "1.5"]</code></pre>
</section>
</section>
</section>
Expand Down Expand Up @@ -230,7 +230,7 @@ <h3 id="leiningen">Leiningen</h3>
</div>
</div>
<div id="footer-info" class="bg-light pl-2 pb-1 w-100">
<div> <span class="fa fa-copyright"></span>2021
<div> <span class="fa fa-copyright"></span>2022
<a href="https://www.deutsche-digitale-bibliothek.de/">Deutsche Digitale Bibliothek</a>
-
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>
Expand Down
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

<!DOCTYPE html>
<!--
Generated by Apache Maven Doxia the 2021-12-14
Generated by Apache Maven Doxia the 2022-05-02
Rendered using Docs Maven Skin 2.0.8 (https://github.com/Bernardo-MG/docs-maven-skin)
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand Down Expand Up @@ -133,7 +133,7 @@
<span class="navbar-toggler-icon"></span>
</button>

<small class="navbar-text d-none d-md-block"><span id="navbar-version">1.4.1</span> (<time id="navbar-date">2021-12-14</time>)</small>
<small class="navbar-text d-none d-md-block"><span id="navbar-version">1.5</span> (<time id="navbar-date">2022-05-02</time>)</small>
<div class="col-sm d-none d-md-block">
<a href="https://github.com/mbuechner/beagen" title="Github" aria-label="Github"><span class="navbar-icon fa fa-github pl-1" aria-hidden="true"></span> <span class="d-none d-sm-block d-md-none"> Github</span></a>
</div>
Expand Down Expand Up @@ -166,7 +166,7 @@
</header>
<section id="main-section" class="container flex-grow-1">
<section>
<h2 id="about-beagen">About Beagen</h2>
<h2 id="About-Beagen">About Beagen</h2>
<p>Ein BEACON-Datei-Generator für die Deutsche Digitale Bibliothek.</p>
</section>
</section>
Expand Down Expand Up @@ -195,7 +195,7 @@ <h2 id="about-beagen">About Beagen</h2>
</div>
</div>
<div id="footer-info" class="bg-light pl-2 pb-1 w-100">
<div> <span class="fa fa-copyright"></span>2021
<div> <span class="fa fa-copyright"></span>2022
<a href="https://www.deutsche-digitale-bibliothek.de/">Deutsche Digitale Bibliothek</a>
-
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>
Expand Down
10 changes: 5 additions & 5 deletions docs/issue-management.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

<!DOCTYPE html>
<!--
Generated by Apache Maven Doxia the 2021-12-14
Generated by Apache Maven Doxia the 2022-05-02
Rendered using Docs Maven Skin 2.0.8 (https://github.com/Bernardo-MG/docs-maven-skin)
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand Down Expand Up @@ -133,7 +133,7 @@
<span class="navbar-toggler-icon"></span>
</button>

<small class="navbar-text d-none d-md-block"><span id="navbar-version">1.4.1</span> (<time id="navbar-date">2021-12-14</time>)</small>
<small class="navbar-text d-none d-md-block"><span id="navbar-version">1.5</span> (<time id="navbar-date">2022-05-02</time>)</small>
<div class="col-sm d-none d-md-block">
<a href="https://github.com/mbuechner/beagen" title="Github" aria-label="Github"><span class="navbar-icon fa fa-github pl-1" aria-hidden="true"></span> <span class="d-none d-sm-block d-md-none"> Github</span></a>
</div>
Expand Down Expand Up @@ -166,11 +166,11 @@
</header>
<section id="main-section" class="container flex-grow-1">
<section>
<h2 id="overview">Overview</h2>
<h2 id="Overview">Overview</h2>
<p>This project uses GitHub to manage its issues.</p>
</section>
<section>
<h2 id="issue-management">Issue Management</h2>
<h2 id="Issue-Management">Issue Management</h2>
<p>Issues, bugs, and feature requests should be submitted to the following issue management system for this project.</p>
<pre class="border shadow rounded"><code>https://github.com/mbuechner/beagen/issues</code></pre>
</section>
Expand Down Expand Up @@ -200,7 +200,7 @@ <h2 id="issue-management">Issue Management</h2>
</div>
</div>
<div id="footer-info" class="bg-light pl-2 pb-1 w-100">
<div> <span class="fa fa-copyright"></span>2021
<div> <span class="fa fa-copyright"></span>2022
<a href="https://www.deutsche-digitale-bibliothek.de/">Deutsche Digitale Bibliothek</a>
-
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>
Expand Down
14 changes: 7 additions & 7 deletions docs/licenses.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

<!DOCTYPE html>
<!--
Generated by Apache Maven Doxia the 2021-12-14
Generated by Apache Maven Doxia the 2022-05-02
Rendered using Docs Maven Skin 2.0.8 (https://github.com/Bernardo-MG/docs-maven-skin)
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand Down Expand Up @@ -133,7 +133,7 @@
<span class="navbar-toggler-icon"></span>
</button>

<small class="navbar-text d-none d-md-block"><span id="navbar-version">1.4.1</span> (<time id="navbar-date">2021-12-14</time>)</small>
<small class="navbar-text d-none d-md-block"><span id="navbar-version">1.5</span> (<time id="navbar-date">2022-05-02</time>)</small>
<div class="col-sm d-none d-md-block">
<a href="https://github.com/mbuechner/beagen" title="Github" aria-label="Github"><span class="navbar-icon fa fa-github pl-1" aria-hidden="true"></span> <span class="d-none d-sm-block d-md-none"> Github</span></a>
</div>
Expand Down Expand Up @@ -166,16 +166,16 @@
</header>
<section id="main-section" class="container flex-grow-1">
<header class="pb-2 mt-4 mb-2 border-bottom">
<h1 id="license">License</h1>
<h1 id="License">License</h1>
</header>
<section>
<h2 id="overview">Overview</h2>
<h2 id="Overview">Overview</h2>
<p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p>
</section>
<section>
<h2 id="project-licenses">Project Licenses</h2>
<h2 id="Project-Licenses">Project Licenses</h2>
<section>
<h3 id="apache-license-version-20">Apache License, Version 2.0</h3>
<h3 id="Apache-License-Version-20">Apache License, Version 2.0</h3>
<pre class="border shadow rounded"><code>-</code></pre>
</section>
</section>
Expand Down Expand Up @@ -205,7 +205,7 @@ <h3 id="apache-license-version-20">Apache License, Version 2.0</h3>
</div>
</div>
<div id="footer-info" class="bg-light pl-2 pb-1 w-100">
<div> <span class="fa fa-copyright"></span>2021
<div> <span class="fa fa-copyright"></span>2022
<a href="https://www.deutsche-digitale-bibliothek.de/">Deutsche Digitale Bibliothek</a>
-
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>
Expand Down
16 changes: 8 additions & 8 deletions docs/plugin-management.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

<!DOCTYPE html>
<!--
Generated by Apache Maven Doxia the 2021-12-14
Generated by Apache Maven Doxia the 2022-05-02
Rendered using Docs Maven Skin 2.0.8 (https://github.com/Bernardo-MG/docs-maven-skin)
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand Down Expand Up @@ -133,7 +133,7 @@
<span class="navbar-toggler-icon"></span>
</button>

<small class="navbar-text d-none d-md-block"><span id="navbar-version">1.4.1</span> (<time id="navbar-date">2021-12-14</time>)</small>
<small class="navbar-text d-none d-md-block"><span id="navbar-version">1.5</span> (<time id="navbar-date">2022-05-02</time>)</small>
<div class="col-sm d-none d-md-block">
<a href="https://github.com/mbuechner/beagen" title="Github" aria-label="Github"><span class="navbar-icon fa fa-github pl-1" aria-hidden="true"></span> <span class="d-none d-sm-block d-md-none"> Github</span></a>
</div>
Expand Down Expand Up @@ -166,7 +166,7 @@
</header>
<section id="main-section" class="container flex-grow-1">
<header class="pb-2 mt-4 mb-2 border-bottom">
<h1 id="project-plugin-management">Project Plugin Management</h1>
<h1 id="Project-Plugin-Management">Project Plugin Management</h1>
</header>
<table class="table table-striped table-bordered">
<thead>
Expand All @@ -178,22 +178,22 @@ <h1 id="project-plugin-management">Project Plugin Management</h1>
</thead>
<tbody>
<tr>
<td>org.apache.maven.plugins</td>
<td align="left">org.apache.maven.plugins</td>
<td><a href="http://maven.apache.org/plugins/maven-antrun-plugin/">maven-antrun-plugin</a></td>
<td>1.3</td>
</tr>
<tr>
<td>org.apache.maven.plugins</td>
<td align="left">org.apache.maven.plugins</td>
<td><a href="http://maven.apache.org/plugins/maven-assembly-plugin/">maven-assembly-plugin</a></td>
<td>2.2-beta-5</td>
</tr>
<tr>
<td>org.apache.maven.plugins</td>
<td align="left">org.apache.maven.plugins</td>
<td><a href="http://maven.apache.org/plugins/maven-dependency-plugin/">maven-dependency-plugin</a></td>
<td>2.8</td>
</tr>
<tr>
<td>org.apache.maven.plugins</td>
<td align="left">org.apache.maven.plugins</td>
<td><a href="http://maven.apache.org/maven-release/maven-release-plugin/">maven-release-plugin</a></td>
<td>2.5.3</td>
</tr>
Expand Down Expand Up @@ -225,7 +225,7 @@ <h1 id="project-plugin-management">Project Plugin Management</h1>
</div>
</div>
<div id="footer-info" class="bg-light pl-2 pb-1 w-100">
<div> <span class="fa fa-copyright"></span>2021
<div> <span class="fa fa-copyright"></span>2022
<a href="https://www.deutsche-digitale-bibliothek.de/">Deutsche Digitale Bibliothek</a>
-
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>
Expand Down
Loading

0 comments on commit f995579

Please sign in to comment.