From 330ea7137eeb7d930b81f6af62c60efd6c528ae2 Mon Sep 17 00:00:00 2001
From: Martin Goik <goik@hdm-stuttgart.de>
Date: Thu, 20 Oct 2016 08:02:12 +0200
Subject: [PATCH] Technical documentation project proposals

---
 Doc/Tdoc/projects.xml | 35 +++++++++++++++++++++++++++++++++++
 Doc/lectures.xml      |  2 ++
 2 files changed, 37 insertions(+)
 create mode 100644 Doc/Tdoc/projects.xml

diff --git a/Doc/Tdoc/projects.xml b/Doc/Tdoc/projects.xml
new file mode 100644
index 000000000..03081ca0f
--- /dev/null
+++ b/Doc/Tdoc/projects.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter version="5.0" xmlns="http://docbook.org/ns/docbook"
+         xmlns:xlink="http://www.w3.org/1999/xlink"
+         xmlns:xi="http://www.w3.org/2001/XInclude"
+         xmlns:svg="http://www.w3.org/2000/svg"
+         xmlns:m="http://www.w3.org/1998/Math/MathML"
+         xmlns:html="http://www.w3.org/1999/xhtml"
+         xmlns:db="http://docbook.org/ns/docbook">
+  <title xml:id="tdocChapProjects">Possible projects</title>
+
+  <orderedlist>
+    <listitem>
+      <para>Supporting multilingual documents and translations.</para>
+    </listitem>
+
+    <listitem>
+      <para>Exporting and post processing HdM course data.</para>
+    </listitem>
+
+    <listitem>
+      <para>Displaying version differences related to revisions of a given
+      document.</para>
+    </listitem>
+
+    <listitem>
+      <para>Build process implementation supporting image / video
+      entities.</para>
+    </listitem>
+
+    <listitem>
+      <para>Implementing end user editor support and style sheets for a
+      dedicated XML document schema.</para>
+    </listitem>
+  </orderedlist>
+</chapter>
diff --git a/Doc/lectures.xml b/Doc/lectures.xml
index 8908acec6..521e98c91 100644
--- a/Doc/lectures.xml
+++ b/Doc/lectures.xml
@@ -215,6 +215,8 @@
     <xi:include href="Tdoc/software.xml" xpointer="element(/1)"/>
 
     <xi:include href="Tdoc/exercise.xml" xpointer="element(/1)"/>
+
+    <xi:include href="Tdoc/projects.xml" xpointer="element(/1)"/>
   </part>
 
   <part xml:id="sda2">
-- 
GitLab