Skip to content

Commit 797f8e2

Browse files
committed
Improve homepage
1 parent 5206652 commit 797f8e2

File tree

3 files changed

+33
-32
lines changed

3 files changed

+33
-32
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ markdown: redcarpet
33

44
name: Geocoder
55
description: The almost missing Geocoder PHP library!
6+
url: http://geocoder-php.org/
67

78
travis_base_url: https://travis-ci.org/geocoder-php/
89
github_base_url: https://github.com/geocoder-php/

_layouts/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<body>
1818
<div class="wrapper">
1919
<header>
20-
<h1>{{ site.name }}</h1>
20+
<h1><a href="/">{{ site.name }}</a></h1>
2121
<p>{{ site.description }}</p>
2222

2323
<p class="view">

index.markdown

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -14,49 +14,49 @@ provides an abstraction layer for geocoding manipulations, as well as a
1414
powerful API.
1515

1616
**Geocoder** supports a lot of third-party services such as:
17-
18-
* [FreeGeoIp](http://freegeoip.net/static/index.html)
19-
* [HostIp](http://www.hostip.info/)
20-
* [IpInfoDB](http://www.ipinfodb.com/)
21-
* [Google Maps](http://code.google.com/apis/maps/documentation/geocoding/)
22-
* [Google Maps for Business](https://developers.google.com/maps/documentation/business/webservices)
23-
* [Bing Maps](http://msdn.microsoft.com/en-us/library/ff701715.aspx)
24-
* [OpenStreetMaps](http://nominatim.openstreetmap.org/)
25-
* [CloudMade](http://developers.cloudmade.com/projects/show/geocoding-http-api)
26-
* [Geoip](http://php.net/manual/book.geoip.php)
27-
* [MapQuest](http://open.mapquestapi.com/)
28-
* [OIORest](http://geo.oiorest.dk/)
29-
* [GeoCoder.ca](http://geocoder.ca/)
30-
* [GeoCoder.us](http://geocoder.us/)
31-
* [IGN OpenLS](http://www.ign.fr/)
32-
* [DataScienceToolkit](http://www.datasciencetoolkit.org/)
33-
* [Yandex](http://api.yandex.com.tr/maps/doc/geocoder/desc/concepts/About.xml)
34-
* [GeoPlugin](http://www.geoplugin.com/webservices)
35-
* [GeoIPs](http://www.geoips.com/developer/geoips-api)
36-
* [MaxMind web service](http://dev.maxmind.com/geoip/legacy/web-services)
37-
* [MaxMind binary file](http://dev.maxmind.com/geoip/legacy/downloadable)
38-
* [Geonames](http://www.geonames.org/)
39-
* [IpGeoBase](http://ipgeobase.ru/)
40-
* [Baidu](http://developer.baidu.com/map/geocoding-api.htm)
41-
* [TomTom](http://developer.tomtom.com/docs/read/Geocoding)
42-
* [ArcGIS Online](http://resources.arcgis.com/en/help/arcgis-online-geocoding-rest-api/)
17+
[FreeGeoIp](http://freegeoip.net/static/index.html),
18+
[HostIp](http://www.hostip.info/),
19+
[IpInfoDB](http://www.ipinfodb.com/),
20+
[Google Maps](http://code.google.com/apis/maps/documentation/geocoding/),
21+
[Google Maps for Business](https://developers.google.com/maps/documentation/business/webservices),
22+
[Bing Maps](http://msdn.microsoft.com/en-us/library/ff701715.aspx),
23+
[OpenStreetMaps](http://nominatim.openstreetmap.org/),
24+
[CloudMade](http://developers.cloudmade.com/projects/show/geocoding-http-api),
25+
[Geoip](http://php.net/manual/book.geoip.php),
26+
[MapQuest](http://open.mapquestapi.com/),
27+
[OIORest](http://geo.oiorest.dk/),
28+
[GeoCoder.ca](http://geocoder.ca/),
29+
[GeoCoder.us](http://geocoder.us/),
30+
[IGN OpenLS](http://www.ign.fr/),
31+
[DataScienceToolkit](http://www.datasciencetoolkit.org/),
32+
[Yandex](http://api.yandex.com.tr/maps/doc/geocoder/desc/concepts/About.xml),
33+
[GeoPlugin](http://www.geoplugin.com/webservices),
34+
[GeoIPs](http://www.geoips.com/developer/geoips-api),
35+
[MaxMind web service](http://dev.maxmind.com/geoip/legacy/web-services),
36+
[MaxMind binary file](http://dev.maxmind.com/geoip/legacy/downloadable),
37+
[Geonames](http://www.geonames.org/),
38+
[IpGeoBase](http://ipgeobase.ru/),
39+
[Baidu](http://developer.baidu.com/map/geocoding-api.htm),
40+
[TomTom](http://developer.tomtom.com/docs/read/Geocoding),
41+
and
42+
[ArcGIS Online](http://resources.arcgis.com/en/help/arcgis-online-geocoding-rest-api/).
4343

4444

4545
Documentation
4646
-------------
4747

4848
Here are the links to the official and complete documentation pages:
4949

50-
* [Geocoder documentation](/Geocoder)
50+
* [Geocoder documentation]({{ site.url }}Geocoder)
5151
* [GeocoderBundle documentation]({{ site.github_base_url }}BazingaGeocoderBundle/blob/master/Resources/doc/index.md#bazingageocoderbundle)
5252

5353

5454
License
5555
-------
5656

57-
**Geocoder** is released under the [MIT
58-
License](http://www.tldrlegal.com/license/mit-license). See the bundled LICENSE
59-
file for details.
57+
**Geocoder** and its related projects are released under the [MIT
58+
License](http://www.tldrlegal.com/license/mit-license). See the bundled
59+
`LICENSE` file in each project for details.
6060

6161

6262
Geocoder ECG (Build Status)
@@ -80,4 +80,4 @@ automatically build our projects, and here are the statuses:
8080
</td>
8181
{% endfor %}
8282
</tr>
83-
</table>
83+
</table>

0 commit comments

Comments
 (0)