summaryrefslogtreecommitdiffstats
path: root/templates/index.html
blob: f5c210747b529cbe093b704ee5959eddf8bfc355 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 %}