Skip to content

Commit d437c5e

Browse files
committed
2 parents f152f99 + 96822c8 commit d437c5e

1 file changed

Lines changed: 10 additions & 22 deletions

File tree

index.html

Lines changed: 10 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<hr>
1919
<a href="http://map.project-osrm.org/"><img src="images/demo-screenshot.png" alt="Screen Shot"></a>
2020
<hr>
21-
Try our amazing public routing service at <a href="http://map.project-osrm.org/">http://map.project-osrm.org/</a> or follow us on <a href="https://twitter.com/#!/ProjectOSRM">Twitter</a>.
21+
Try our amazing public routing service at <a href="http://map.project-osrm.org/">http://map.project-osrm.org/</a>, meet us on <a href="irc://irc.oftc.net/osrm">IRC</a> (server: irc.oftc.net, channel: #osrm) or follow us on <a href="https://twitter.com/#!/ProjectOSRM">Twitter</a>.
2222
<p>
2323
<iframe style="border: 0; margin: 0; padding: 0;" src="https://www.gittip.com/DennisOSRM/widget.html" width="48pt" height="22pt"></iframe>
2424
<A NAME="buildstatus"><h2>Current build status:</h2></A>
@@ -47,6 +47,8 @@ <h2> Support </h2>
4747
</li>
4848
<li> <b>Mailing list </b> [<a href="http://lists.openstreetmap.org/listinfo/osrm-talk">here</a>]
4949
</li>
50+
<li> <b>IRC Channel </b> [<a href="irc://irc.oftc.net/osrm">server: irc.oftc.net, channel: #osrm</a>]
51+
</li>
5052
<li> <b>Bug Tracker </b> [<a href="https://github.com/DennisOSRM/Project-OSRM/issues">here</a>]
5153
</li>
5254
</ul>
@@ -69,10 +71,10 @@ <h2>About the Project</h2>
6971
<ul style="margin-left: 20px;">
7072

7173
<li> High Performance Routing Algorithm </li>
72-
<li> Easy import of OSM data files. </li>
74+
<li> Flexible import of OSM data files </li>
7375
<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>
74-
<li> Ability to handle continental sized networks. </li>
75-
<li> Influenced by current and ongoing academic research. [<a href="http://algo2.iti.kit.edu/routeplanning.php">more info</a>]
76+
<li> Ability to handle continental sized networks </li>
77+
<li> Influenced by current and ongoing academic research: [<a href="http://algo2.iti.kit.edu/routeplanning.php">more info</a>]
7678
</li>
7779
</ul>
7880

@@ -117,9 +119,9 @@ <h2> Platforms supported </h2>
117119

118120
<h2> Current version </h2>
119121

120-
<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>
122+
<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>
121123

122-
<h2> Major improvements in version 0.3 over 0.2</h2>
124+
<!--h2> Major improvements in version 0.3 over 0.2</h2>
123125
<table>
124126
125127
<tbody>
@@ -150,7 +152,7 @@ <h2> Major improvements in version 0.3 over 0.2</h2>
150152
<li> many, many bug fixes </li>
151153
<li> many under-the-hood improvements </li>
152154
<li> For a detailed list, please read the <a href="https://github.com/DennisOSRM/Project-OSRM/commits/master">Timeline</a>. </li>
153-
</ul>
155+
</ul-->
154156
</td>
155157
<td>
156158

@@ -168,30 +170,16 @@ <h2> Links/Download </h2>
168170
<td>
169171
</td>
170172
<td> <b>Current Stable Version </b> </td>
171-
<td> <b>Previous Stable Version </b> </td>
172173
<td> <b>Development Version </b> </td>
173174
</tr>
174175
<tr>
175176
<td>
176177

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

0 commit comments

Comments
 (0)