summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main/site/apt/index.apt104
-rw-r--r--src/main/site/apt/notes.apt4
-rw-r--r--src/main/site/site.xml30
3 files changed, 138 insertions, 0 deletions
diff --git a/src/main/site/apt/index.apt b/src/main/site/apt/index.apt
new file mode 100644
index 00000000..026d7bb0
--- /dev/null
+++ b/src/main/site/apt/index.apt
@@ -0,0 +1,104 @@
+ ------
+ MOCCA
+ ------
+ Egiz
+ ------
+ Date
+
+ Paragraph 1, line 1.
+ Paragraph 1, line 2.
+
+ Paragraph 2, line 1.
+ Paragraph 2, line 2.
+
+Section title
+
+* Sub-section title
+
+** Sub-sub-section title
+
+*** Sub-sub-sub-section title
+
+**** Sub-sub-sub-sub-section title
+
+ * List item 1.
+
+ * List item 2.
+
+ Paragraph contained in list item 2.
+
+ * Sub-list item 1.
+
+ * Sub-list item 2.
+
+ * List item 3.
+ Force end of list:
+
+ []
+
++------------------------------------------+
+Verbatim text not contained in list item 3
++------------------------------------------+
+
+ [[1]] Numbered item 1.
+
+ [[A]] Numbered item A.
+
+ [[B]] Numbered item B.
+
+ [[2]] Numbered item 2.
+
+ List numbering schemes: [[1]], [[a]], [[A]], [[i]], [[I]].
+
+ [Defined term 1] of definition list.
+
+ [Defined term 2] of definition list.
+
++-------------------------------+
+Verbatim text
+ in a box
++-------------------------------+
+
+ --- instead of +-- suppresses the box around verbatim text.
+
+[Figure name] Figure caption
+
+*----------*--------------+----------------:
+| Centered | Left-aligned | Right-aligned |
+| cell 1,1 | cell 1,2 | cell 1,3 |
+*----------*--------------+----------------:
+| cell 2,1 | cell 2,2 | cell 2,3 |
+*----------*--------------+----------------:
+Table caption
+
+ No grid, no caption:
+
+*-----*------*
+ cell | cell
+*-----*------*
+ cell | cell
+*-----*------*
+
+ Horizontal line:
+
+=======================================================================
+
+^L
+ New page.
+
+ <Italic> font. <<Bold>> font. <<<Monospaced>>> font.
+
+ {Anchor}. Link to {{anchor}}. Link to {{http://www.pixware.fr}}.
+ Link to {{{anchor}showing alternate text}}.
+ Link to {{{http://www.pixware.fr}Pixware home page}}.
+
+ Force line\
+ break.
+
+ Non\ breaking\ space.
+
+ Escaped special characters: \~, \=, \-, \+, \*, \[, \], \<, \>, \{, \}, \\.
+
+ Copyright symbol: \251, \xA9, \u00a9.
+
+~~Commented out. \ No newline at end of file
diff --git a/src/main/site/apt/notes.apt b/src/main/site/apt/notes.apt
new file mode 100644
index 00000000..f224de43
--- /dev/null
+++ b/src/main/site/apt/notes.apt
@@ -0,0 +1,4 @@
+
+ make include-webstart profile active via settings.xml,
+ otherwise reactor fails to calculate the correct build
+ order (BKUWebStart prior to BKUOnline) \ No newline at end of file
diff --git a/src/main/site/site.xml b/src/main/site/site.xml
new file mode 100644
index 00000000..f72f52bf
--- /dev/null
+++ b/src/main/site/site.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project name="MOCCA">
+ <publishDate position="right"/>
+ <bannerLeft>
+ <name>MOCCA</name>
+ <src>http://mocca.egovlabs.gv.at/mocca-t_s.png</src>
+ <href>http://mocca.egovlabs.gv.at/</href>
+ </bannerLeft>
+
+ <body>
+ <links>
+ <item name="Apache" href="http://www.apache.org/" />
+ <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x/"/>
+ <item name="Maven 2" href="http://maven.apache.org/"/>
+ </links>
+
+ <menu name="MOCCA">
+ <item name="Introduction" href="index.html"/>
+ <item name="Download" href="download.html"/>
+ <item name="Release Notes" href="release-notes.html" />
+ <item name="General Information" href="about.html"/>
+ <item name="Road Map" href="roadmap.html" />
+ </menu>
+
+ <menu ref="reports"/>
+
+ </body>
+
+</project> \ No newline at end of file