summaryrefslogtreecommitdiffstats
path: root/templates/index.html
blob: bae24e5469785541735c35960b43ea41186924bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{% 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" style="font-weight:bold;">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>
<p style="margin-top:0.5cm;"></p>
<h3>Trac offers</h3>
<p>
<br/>
<ul>
  <li>a repository for your code</li>
  <li>a bugtracker</li>
  <li>a wiki</li>
  <li>a timeline showing all changes</li>
  <li>a commit-mailinglist</li>
</ul>
Click a project from the <a href="list_projects">project listing</a> to see an example project!
</p>
{% endblock %}