initial checkin grml0.9
authorMichael Prokop <mika@grml.org>
Tue, 21 Nov 2006 20:54:32 +0000 (21:54 +0100)
committerMichael Prokop <mika@grml.org>
Tue, 21 Nov 2006 20:54:32 +0000 (21:54 +0100)
Makefile [new file with mode: 0644]
setup [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..187a991
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,16 @@
+all: doc_html
+
+doc_html: html-stamp
+
+html-stamp: setup
+       asciidoc -a toc -a numbered setup
+       touch html-stamp
+
+clean:
+       rm -rf html-stamp setup.html
+
+online: doc_html
+       scp setup.html grml:/var/www/grml/infrastructure/index.html
+
+distclean:
+       rm -rf setup.html html-stamp
diff --git a/setup b/setup
new file mode 100644 (file)
index 0000000..afeefc6
--- /dev/null
+++ b/setup
@@ -0,0 +1,35 @@
+Documentation of IT infrastructure of grml
+==========================================
+
+Preface
+-------
+
+...
+
+Server setup
+------------
+
+Setup of Mailinglists
+~~~~~~~~~~~~~~~~~~~~~
+
+Lurker...
+
+Ressources
+----------
+
+English
+~~~~~~~
+
+* link:http://ml.grml.org/splash/index.en.html[developers mailinglist of grml]
+
+German
+~~~~~~
+
+* ...
+
+About this document
+-------------------
+
+(c) Michael Prokop <mika@grml.org> and Alexander Wirt <formorer@grml.org>; HTML version powered by link:http://www.methods.co.nz/asciidoc/[asciidoc].
+
+// vim: ft=asciidoc autoindent textwidth=75 formatoptions=tcqn