diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index f5c2107..bae24e5 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,11 +7,24 @@ 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>, +<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 %} |