Skip to content

Commit 6552327

Browse files
committed
un-lint index page
1 parent 22402dd commit 6552327

1 file changed

Lines changed: 11 additions & 75 deletions

File tree

index.html

Lines changed: 11 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@
44
<link href="osrm.css" rel="stylesheet" type="text/css">
55
</head><body>
66
<a href="https://github.com/DennisOSRM/Project-OSRM"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_left_orange_ff7600.png" alt="Fork me on GitHub"></a>
7-
<!--div id="mainnav" class="nav">
8-
<ul>
9-
<li><a href="https://github.com/DennisOSRM/Project-OSRM/wiki">Wiki</a></li>
10-
<li><a href="https://github.com/DennisOSRM/Project-OSRM/commits/master">History</a></li>
11-
<li><a href="https://github.com/DennisOSRM/Project-OSRM/issues">Issues</a></li>
12-
<li><a href="https://github.com/DennisOSRM/Project-OSRM/issues/milestones">Milestones</a></li>
13-
<li><a href="https://github.com/DennisOSRM/Project-OSRM/graphs/languages">Graphs</a></li>
14-
<li><a class="last" href="https://github.com/DennisOSRM/Project-OSRM/pulls">Pull Requests</a></li>
15-
</ul>
16-
</div-->
177
<img src="osrm3-nq8.png" alt="Logo" >
188
<hr>
199
<a href="http://map.project-osrm.org/"><img src="images/demo-screenshot.png" alt="Screen Shot"></a>
@@ -102,61 +92,26 @@ <h2> Platforms supported </h2>
10292
<td>
10393
Linux (kernel &gt;= 2.6.25)<br>
10494
FreeBSD<br>
105-
Windows (more or less)<br>
95+
Windows<br>
10696
Mac OS X
10797
</td>
10898
<td>
109-
g++ 4.4+ <br>
110-
llvm-g++/dragonegg 2.8+ <br>
111-
llvm/clang 3.2+<br>
112-
icc 13.0+</td>
99+
g++ 4.7.2+ <br>
100+
llvm/clang 3.4+<br>
101+
icc 13.0+<br>
102+
MSVC Nov 2013 CTP+
103+
</td>
113104
<td>
114-
Boost 1.44+<br>
115-
libxml2 2.7+<br>
116-
cmake 2.8+<br>
117-
stxxl 1.3.1+ <br>
118-
libprotobuf 2.30+
105+
Boost<br>
106+
libxml2<br>
107+
cmake<br>
108+
stxxl<br>
109+
libprotobuf
119110
</td>
120111
</tr>
121112
</tbody>
122113
</table>
123114

124-
<h2> Current version </h2>
125-
126-
<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>
127-
128-
<!--h2> Major improvements in version 0.3 over 0.2</h2>
129-
<table>
130-
131-
<tbody>
132-
<tr>
133-
<td>
134-
135-
<ul>
136-
137-
<li> Better heuristics for preprocesssing </li>
138-
<li> Turn costs and restrictions </li>
139-
<li> Windows support (and Mac in principle)</li>
140-
<li> OSM file preprocessing multi-threaded </li>
141-
<li> Support for GCC 4.4+ and also for systems not supporting OpenMP </li>
142-
<li> User-definable speed profile </li>
143-
<li> Better and more efficient polyline generalization </li>
144-
<li> Scons has been replaced by cmake </li>
145-
<li> Replacing nearest neighbor grid by a packed Hilbert R-tree </li>
146-
<li> Fixing test to reflect new nn grid data structure </li>
147-
<li> Speed optimization in PBF parsing </li>
148-
<li> Don't abort if timestamp is missing, just warn </li>
149-
<li> More verbose output during preprocessing </li>
150-
<li> De-template-izing some of the code for faster (re-)compile </li>
151-
<li> Replaced stringstream based int->string cast with boost karma </li>
152-
<li> Removed evil lexical cast </li>
153-
<li> Updated tests in test suite </li>
154-
<li> Removed GUARANTEE macro </li>
155-
<li> Fixed include order in many files </li>
156-
<li> many, many bug fixes </li>
157-
<li> many under-the-hood improvements </li>
158-
<li> For a detailed list, please read the <a href="https://github.com/DennisOSRM/Project-OSRM/commits/master">Timeline</a>. </li>
159-
</ul-->
160115
</td>
161116
<td>
162117

@@ -167,25 +122,6 @@ <h2> Current version </h2>
167122
</table>
168123
<h2> Links/Download </h2>
169124

170-
<table border="1">
171-
172-
<tbody>
173-
<tr>
174-
<td>
175-
</td>
176-
<td> <b>Current Stable Version </b> </td>
177-
<td> <b>Development Version </b> </td>
178-
</tr>
179-
<tr>
180-
<td>
181-
182-
Download:
183-
</td>
184-
<td> [<a href="https://github.com/DennisOSRM/Project-OSRM/archive/v0.3.7.zip">v0.3.7 tarball</a>] </td>
185-
<td> [<a href="https://github.com/DennisOSRM/Project-OSRM/archive/develop.zip">develop tarball</a>] </td>
186-
</tr>
187-
</tbody>
188-
</table>
189125
</p>
190126
<h2>Copyrights and permissions to to reproduce</h2>
191127
The text of this page is available for modification and reuse under the terms of the <a href="https://github.com/DennisOSRM/Project-OSRM/blob/master/LICENCE.TXT">(simplified) 2-clause BSD license</a>.

0 commit comments

Comments
 (0)