summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
new file mode 100644
index 0000000..f5c2107
--- /dev/null
+++ b/templates/index.html
@@ -0,0 +1,17 @@
+{% extends "base.html" %}
+{% block title %}Welcome{% endblock %}
+{% block content %}
+<h1>Welcome to dev.spline.de</h1>
+<p style="text-align: justify;">
+dev.spline.de is a collaborative workspace for the staff and students at the
+<a href="http://www.fu-berlin.de">Freie Universität Berlin</a>
+<a href="http://mi.fu-berlin.de">Department of Mathematics and Computer Science</a>.
+It is based on
+<a href="http://trac.edgewall.org">Trac</a>,
+an enhanced wiki and issue tracking system for software development projects,
+and maintained by the members of
+<a href="http://www.spline.de">spline</a>.
+The system has tools to help your team collaborate, like wiki pages and
+mailing lists as well as tools to create and control access to source code management repositories.
+</p>
+{% endblock %}