diff options
author | root <root@dev.spline.de> | 2008-08-17 12:08:12 +0200 |
---|---|---|
committer | root <root@dev.spline.de> | 2008-08-17 12:08:12 +0200 |
commit | 236ad4c8dbef414ef29348634fd0a6ccded1a1d6 (patch) | |
tree | b41990232be2235d87878c8f35fbc4a55b8448dc /templates/index.html | |
download | dev-account-236ad4c8dbef414ef29348634fd0a6ccded1a1d6.tar.gz dev-account-236ad4c8dbef414ef29348634fd0a6ccded1a1d6.tar.xz dev-account-236ad4c8dbef414ef29348634fd0a6ccded1a1d6.zip |
initial import
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 17 |
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 %} |