Skip to content

Commit 96822c8

Browse files
author
DennisOSRM
committed
streamlining project description
1 parent e01169d commit 96822c8

1 file changed

Lines changed: 9 additions & 21 deletions

File tree

index.html

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ <h2> Support </h2>
4646
</li>
4747
<li> <b>Mailing list </b> [<a href="http://lists.openstreetmap.org/listinfo/osrm-talk">here</a>]
4848
</li>
49+
<li> <b>IRC Channel </b> [<a href="irc://irc.oftc.net/osrm">server: irc.oftc.net, channel: #osrm</a>]
50+
</li>
4951
<li> <b>Bug Tracker </b> [<a href="https://github.com/DennisOSRM/Project-OSRM/issues">here</a>]
5052
</li>
5153
</ul>
@@ -68,10 +70,10 @@ <h2>About the Project</h2>
6870
<ul style="margin-left: 20px;">
6971

7072
<li> High Performance Routing Algorithm </li>
71-
<li> Easy import of OSM data files. </li>
73+
<li> Flexible import of OSM data files </li>
7274
<li> Written entirely in C++ and available under the very permissive <a href="https://github.com/DennisOSRM/Project-OSRM/blob/master/LICENCE.TXT">(simplified) 2-clause BSD license</a> for anyone to use. Previously, it was licensed under the restrictive AGPL.</li>
73-
<li> Ability to handle continental sized networks. </li>
74-
<li> Influenced by current and ongoing academic research. [<a href="http://algo2.iti.kit.edu/routeplanning.php">more info</a>]
75+
<li> Ability to handle continental sized networks </li>
76+
<li> Influenced by current and ongoing academic research: [<a href="http://algo2.iti.kit.edu/routeplanning.php">more info</a>]
7577
</li>
7678
</ul>
7779

@@ -116,9 +118,9 @@ <h2> Platforms supported </h2>
116118

117119
<h2> Current version </h2>
118120

119-
<p> Version 0.1 (July 10, 2010) is a baseline release. It has basic features. Version 0.2 (March 2011) is much faster and resource friendly. While it is safe to use this version, the code in git master branch is much more advanced. Version 0.3.6 is the current release that is geared toward new and exciting features.</p>
121+
<p> Version 0.1 (July 10, 2010) is a baseline release. It has basic features. Version 0.2 (March 2011) is much faster and more resource friendly. After that the project switched to a rolling release. Version 0.3.7 is the current release that is geared toward new and exciting features.</p>
120122

121-
<h2> Major improvements in version 0.3 over 0.2</h2>
123+
<!--h2> Major improvements in version 0.3 over 0.2</h2>
122124
<table>
123125
124126
<tbody>
@@ -149,7 +151,7 @@ <h2> Major improvements in version 0.3 over 0.2</h2>
149151
<li> many, many bug fixes </li>
150152
<li> many under-the-hood improvements </li>
151153
<li> For a detailed list, please read the <a href="https://github.com/DennisOSRM/Project-OSRM/commits/master">Timeline</a>. </li>
152-
</ul>
154+
</ul-->
153155
</td>
154156
<td>
155157

@@ -167,30 +169,16 @@ <h2> Links/Download </h2>
167169
<td>
168170
</td>
169171
<td> <b>Current Stable Version </b> </td>
170-
<td> <b>Previous Stable Version </b> </td>
171172
<td> <b>Development Version </b> </td>
172173
</tr>
173174
<tr>
174175
<td>
175176

176177
Download:
177178
</td>
178-
<td> [<a href="https://github.com/DennisOSRM/Project-OSRM/archive/v0.3.6.zip">v0.3.6 tarball</a>] </td>
179-
<td> [<a href="https://github.com/DennisOSRM/Project-OSRM/archive/v0.3.5.zip">master tarball</a>] </td>
179+
<td> [<a href="https://github.com/DennisOSRM/Project-OSRM/archive/v0.3.7.zip">v0.3.7 tarball</a>] </td>
180180
<td> [<a href="https://github.com/DennisOSRM/Project-OSRM/archive/develop.zip">develop tarball</a>] </td>
181181
</tr>
182-
<tr>
183-
<td>
184-
Git repository:
185-
</td>
186-
<td> [see above]
187-
</td>
188-
<td> [Browse] [Checkout]
189-
</td>
190-
<td> [<a href="https://github.com/DennisOSRM/Project-OSRM">Browse</a>]
191-
[<a href="https://github.com/DennisOSRM/Project-OSRM.git">Checkout</a>]
192-
</td>
193-
</tr>
194182
</tbody>
195183
</table>
196184
</p>

0 commit comments

Comments
 (0)