diff options
author | root <root@dev.spline.de> | 2008-12-11 10:39:49 +0100 |
---|---|---|
committer | root <root@dev.spline.de> | 2008-12-11 10:39:49 +0100 |
commit | 36bf52ac4b3fd7832249c6f27effd98cc99d6fef (patch) | |
tree | 07fa5d141a6d1f8ecbe236de857e82f1fbd6dabd /templates/index.html | |
parent | a924aeb78fa48a1b95e3c17099c9be8862d6964a (diff) | |
download | dev-account-36bf52ac4b3fd7832249c6f27effd98cc99d6fef.tar.gz dev-account-36bf52ac4b3fd7832249c6f27effd98cc99d6fef.tar.xz dev-account-36bf52ac4b3fd7832249c6f27effd98cc99d6fef.zip |
fix templates
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 %} |