aboutsummaryrefslogtreecommitdiff
path: root/doc/experiment-player.xml
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-05-02 02:15:05 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-05-02 02:15:05 +0200
commit23ad231bf566ba9cb877d409de80b8259cdd9bb5 (patch)
tree79c75090ddf93bf16cb19c19008b2e0928300bb4 /doc/experiment-player.xml
parentcd9c08173c375db1fd0dc7ad466946eba12ff165 (diff)
downloadexperiment-player-23ad231bf566ba9cb877d409de80b8259cdd9bb5.tar.gz
added skeleton docbook and site-configuration support
* docbook is built by default and also included in distro * doxygen is not built by default (developer docs)
Diffstat (limited to 'doc/experiment-player.xml')
-rw-r--r--doc/experiment-player.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/experiment-player.xml b/doc/experiment-player.xml
new file mode 100644
index 0000000..bfe5ac1
--- /dev/null
+++ b/doc/experiment-player.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0"?>
+
+<book xmlns="http://docbook.org/ns/docbook"
+ xmlns:xlink="http://www.w3.org/1999/xlink">
+ <info>
+ <title>Experiment Player</title>
+ <subtitle>A tool for analyzing experiments...</subtitle>
+
+ <author>
+ <personname><firstname>Jens</firstname> <surname>Lammert</surname></personname>
+ <email>jens.lammert@st.ovgu.de</email>
+ </author>
+ <copyright>
+ <year>2012</year><holder>Otto-von-Guericke Universität Magdeburg</holder>
+ </copyright>
+
+ <abstract><para>
+ The following document describes how to use the experiment player...
+ <!-- TODO -->
+ </para></abstract>
+ </info>
+
+ <preface>
+ <title>Introduction</title>
+
+ <para>
+ Bla Bla...
+ <!-- TODO -->
+ </para>
+ </preface>
+</book>