From fd05dd085644e8a931664a92d866a5b1b6ce559c Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Thu, 24 Jan 2013 11:01:37 +0100 Subject: Use asciidoc-boilerplate for documentation --- .gitmodules | 3 +++ doc/.gitignore | 1 + doc/Makefile | 9 +++++++++ doc/asciidoc-boilerplate | 1 + doc/document.asciidoc | 2 -- doc/documentation.txt | 11 +++++++++++ 6 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 .gitmodules create mode 100644 doc/.gitignore create mode 100644 doc/Makefile create mode 160000 doc/asciidoc-boilerplate delete mode 100644 doc/document.asciidoc create mode 100644 doc/documentation.txt diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..5c89d09 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "doc/asciidoc-boilerplate"] + path = doc/asciidoc-boilerplate + url = git://git.bnfr.net/asciidoc-boilerplate diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 0000000..62159e2 --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1 @@ +documentation.pdf diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 0000000..13714e7 --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,9 @@ +.PHONY: all clean + +all: documentation.pdf + +clean: + rm -rf documentation.pdf + +include asciidoc-boilerplate/thesis.mk + diff --git a/doc/asciidoc-boilerplate b/doc/asciidoc-boilerplate new file mode 160000 index 0000000..200c8e8 --- /dev/null +++ b/doc/asciidoc-boilerplate @@ -0,0 +1 @@ +Subproject commit 200c8e89813e26907c09f2151df9b2403530650c diff --git a/doc/document.asciidoc b/doc/document.asciidoc deleted file mode 100644 index b2f291c..0000000 --- a/doc/document.asciidoc +++ /dev/null @@ -1,2 +0,0 @@ -= Interaktives SQL E-Learning Module -:author: Jan Klemkow, Benjamin Franzke diff --git a/doc/documentation.txt b/doc/documentation.txt new file mode 100644 index 0000000..0bcb8ba --- /dev/null +++ b/doc/documentation.txt @@ -0,0 +1,11 @@ += Interaktives SQL E-Learning Module +:author: Jan Klemkow, Benjamin Franzke +include::asciidoc-boilerplate/thesis.metadata[] + +== Moodle + +=== Videos einbinden + +Für Moodle ist ein integriertes Video-Plugin verfügbar. + + -- cgit