|
3 | 3 | <title>Open Source Routing Machine</title> |
4 | 4 | <link href="osrm.css" rel="stylesheet" type="text/css"> |
5 | 5 | </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"> |
8 | 8 | <ul> |
9 | 9 | <li><a href="https://github.com/DennisOSRM/Project-OSRM/wiki">Wiki</a></li> |
10 | 10 | <li><a href="https://github.com/DennisOSRM/Project-OSRM/commits/master">History</a></li> |
|
13 | 13 | <li><a href="https://github.com/DennisOSRM/Project-OSRM/graphs/languages">Graphs</a></li> |
14 | 14 | <li><a class="last" href="https://github.com/DennisOSRM/Project-OSRM/pulls">Pull Requests</a></li> |
15 | 15 | </ul> |
16 | | - </div> |
| 16 | + </div--> |
17 | 17 | <img src="osrm3.png" alt="Logo" > |
18 | | -<p> |
19 | 18 | <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> |
21 | 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>. |
22 | | - |
23 | 22 | <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 | + |
24 | 37 | The Open Source Routing Machine (<strong>OSRM</strong>) is a C++ implementation of a high-performance routing engine for shortest paths in road networks. |
25 | 38 | 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. |
26 | 39 | 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 | 57 | </ul> |
45 | 58 |
|
46 | 59 |
|
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 | | - |
61 | 60 | <h2> License </h2> |
62 | 61 |
|
63 | 62 | <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