Skip to content

Commit 278ea45

Browse files
author
DennisOSRM
committed
Updated project main page
1 parent 845da11 commit 278ea45

1 file changed

Lines changed: 19 additions & 20 deletions

File tree

index.html

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<title>Open Source Routing Machine</title>
44
<link href="osrm.css" rel="stylesheet" type="text/css">
55
</head><body>
6-
7-
<div id="mainnav" class="nav">
6+
<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">
88
<ul>
99
<li><a href="https://github.com/DennisOSRM/Project-OSRM/wiki">Wiki</a></li>
1010
<li><a href="https://github.com/DennisOSRM/Project-OSRM/commits/master">History</a></li>
@@ -13,14 +13,27 @@
1313
<li><a href="https://github.com/DennisOSRM/Project-OSRM/graphs/languages">Graphs</a></li>
1414
<li><a class="last" href="https://github.com/DennisOSRM/Project-OSRM/pulls">Pull Requests</a></li>
1515
</ul>
16-
</div>
16+
</div-->
1717
<img src="osrm3.png" alt="Logo" >
18-
<p>
1918
<hr>
20-
<a href="http://map.project-osrm.org/"><img src="images/demo-screenshot.png" alt="Screen Shot"></a><br>
19+
<a href="http://map.project-osrm.org/"><img src="images/demo-screenshot.png" alt="Screen Shot"></a>
20+
<hr>
2121
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>.
22-
2322
<hr>
23+
<h2> Support </h2>
24+
25+
<ul>
26+
<li> <b>Wiki</b> [<a href="https://github.com/DennisOSRM/Project-OSRM/wiki">here</a>]
27+
</li>
28+
<li> <b>Mailing list </b> [<a href="http://lists.openstreetmap.org/listinfo/osrm-talk">here</a>]
29+
</li>
30+
<li> <b>Bug Tracker </b> [<a href="https://github.com/DennisOSRM/Project-OSRM/issues">here</a>]
31+
</li>
32+
</ul>
33+
34+
<h2>About the Project</h2>
35+
36+
2437
The Open Source Routing Machine (<strong>OSRM</strong>) is a C++ implementation of a high-performance routing engine for shortest paths in road networks.
2538
It combines sophisticated routing algorithms with the open and free road network data of the <a href="http://www.openstreetmap.org">OpenStreetMap</a> (OSM) project.
2639
Shortest path computation on a <strong>continental sized network</strong> can take up to several seconds if it is done without a so-called speedup-technique.
@@ -44,20 +57,6 @@
4457
</ul>
4558

4659

47-
<ul>
48-
<li> <b>General Instructions</b> [<a href="https://github.com/DennisOSRM/Project-OSRM/wiki">html</a>]
49-
</li>
50-
<li> <b>Readme</b> [<a href="https://github.com/DennisOSRM/Project-OSRM/blob/master/README.TXT">html</a>] </li>
51-
</ul>
52-
<br>
53-
54-
<h2> Support </h2>
55-
56-
<!--p> Questions concerning use and development of the <b>OSRM</b> should be posted to the <a href="https://sourceforge.net/projects/routed/forums/forum/1175398">Help Forum</a>. </p-->
57-
58-
<p> Bugs should be reported by filing a ticket in the <a href="https://github.com/DennisOSRM/Project-OSRM/issues">Bug Tracker</a>
59-
</p>
60-
6160
<h2> License </h2>
6261

6362
<p> OSRM is free, open source, and available under the <a href="http://www.gnu.org/licenses/agpl-3.0.html">GNU Affero General Public License</a>.

0 commit comments

Comments
 (0)