From 667a8605a87a0a2b54b66e43ba73f7ecd485bda4 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Sat, 15 Apr 2017 18:11:46 +0200 Subject: [PATCH] Introduce reference documentation with DocBook --- doc/.gitignore | 1 + doc/docbook/argeo-commons.dbk.xml | 8 ++++ doc/docbook/argeo.css | 11 +++++ doc/docbook/deploying.dbk.xml | 9 ++++ doc/docbook/overview.dbk.xml | 10 ++++ doc/pom.xml | 78 +++++++++++++++++++++++++++++++ 6 files changed, 117 insertions(+) create mode 100644 doc/.gitignore create mode 100644 doc/docbook/argeo-commons.dbk.xml create mode 100644 doc/docbook/argeo.css create mode 100644 doc/docbook/deploying.dbk.xml create mode 100644 doc/docbook/overview.dbk.xml create mode 100644 doc/pom.xml diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 000000000..ea8c4bf7f --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1 @@ +/target diff --git a/doc/docbook/argeo-commons.dbk.xml b/doc/docbook/argeo-commons.dbk.xml new file mode 100644 index 000000000..2ddbfa40b --- /dev/null +++ b/doc/docbook/argeo-commons.dbk.xml @@ -0,0 +1,8 @@ + + +]> + + + + \ No newline at end of file diff --git a/doc/docbook/argeo.css b/doc/docbook/argeo.css new file mode 100644 index 000000000..c9c61959c --- /dev/null +++ b/doc/docbook/argeo.css @@ -0,0 +1,11 @@ +body { + font-family: sans-serif; +} + +h1 { + font-size: 150% +} + +h2 { + font-size: 130% +} \ No newline at end of file diff --git a/doc/docbook/deploying.dbk.xml b/doc/docbook/deploying.dbk.xml new file mode 100644 index 000000000..0e1fe0c9e --- /dev/null +++ b/doc/docbook/deploying.dbk.xml @@ -0,0 +1,9 @@ + + + + Deploying +
+ On CentOS or Red Hat Enterprise Linux + +
+
\ No newline at end of file diff --git a/doc/docbook/overview.dbk.xml b/doc/docbook/overview.dbk.xml new file mode 100644 index 000000000..72690ae7c --- /dev/null +++ b/doc/docbook/overview.dbk.xml @@ -0,0 +1,10 @@ + + + + Overview + Argeo Commons is an integration framework. +
+ Argeo Commons within the Argeo software stack + +
+
\ No newline at end of file diff --git a/doc/pom.xml b/doc/pom.xml new file mode 100644 index 000000000..acc9c080e --- /dev/null +++ b/doc/pom.xml @@ -0,0 +1,78 @@ + + + 4.0.0 + + org.argeo.commons + argeo-commons + 2.1.69-SNAPSHOT + .. + + doc + Commons Documentation + pom + + + + com.agilejava.docbkx + docbkx-maven-plugin + 2.0.15 + + docbook + argeo-commons.dbk.xml + argeo.css + true + + + + + + + net.sf.docbook + docbook-xml + 5.0-all + resources + zip + runtime + + + + + + generate-xhtml5 + + package + + + + + + + + + + + + + + + + + + central + http://repo1.maven.org/maven2 + + true + + + false + + + + + + + + + + \ No newline at end of file -- 2.30.2