Skip to content

Commit 19debd1

Browse files
committed
updated contribute page
1 parent d06eaf7 commit 19debd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/navigation.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<ul class="nav nav-list">
2-
<li><a href="{{ site.baseurl }}/">Home</a></li>
32
{% for section in site.sections %}
43
{% assign attr = section[0] %}
54
{% assign label = section[1] %}

index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "Flyspray: The bug killer!"
66

77
<div class="jumbotron">
88
<p>
9-
Flyspray is an uncomplicated, web-based bug tracking system written in PHP for assisting with software development. Originally developed for the <a href="http://www.psi-im.org/">Psi Jabber client</a> project it has been made available to everyone under the GPL 2.1 licence.
9+
Flyspray is a lightweight, web-based bug tracking system written in PHP for assisting with software development and project managements. Originally developed for the <a href="http://www.psi-im.org/">Psi Jabber client</a> project it has been made available to everyone under the GPL 2.1 licence. Flyspray aims to cut out the unnecessary complexity of other bug trackers focusing on a very intuitive design making it very easy to effectively manage projects.
1010
</p>
1111
<div class="btn-group btn-group-justified ">
1212
<a class="btn btn-success btn-lg" href="{{ site.baseurl }}/docs/download">Download</a>
@@ -46,6 +46,7 @@ title: "Flyspray: The bug killer!"
4646
<li>Activity Bars for projects and user activity</li>
4747
<li>Comments</li>
4848
<li>Roadmaps</li>
49+
<li>Many more!</li>
4950
</ul>
5051
</div>
5152
</div>

0 commit comments

Comments
 (0)