update index and download pages for 0.7.1
This commit is contained in:
parent
512063d06f
commit
cb37d25dbe
@ -11,8 +11,8 @@ title: Download
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="width100"><a href="http://leaflet-cdn.s3.amazonaws.com/build/leaflet-0.7.zip">Leaflet 0.7</a></td>
|
||||
<td>Stable version, released on November 18, 2013.</td>
|
||||
<td class="width100"><a href="http://leaflet-cdn.s3.amazonaws.com/build/leaflet-0.7.1.zip">Leaflet 0.7.1</a></td>
|
||||
<td>Stable version, released on November 18, 2013 and last updated on December 6, 2013.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="width100"><a href="http://leaflet-cdn.s3.amazonaws.com/build/leaflet-0.6.4.zip">Leaflet 0.6.4</a></td>
|
||||
@ -34,8 +34,8 @@ so please read the changelog carefully when upgrading to it.
|
||||
The latest stable Leaflet release is hosted on a CDN — to start using
|
||||
it straight away, place this in the `head` of your HTML code:
|
||||
|
||||
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css" />
|
||||
<script src="http://cdn.leafletjs.com/leaflet-0.7/leaflet.js"></script>
|
||||
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.1/leaflet.css" />
|
||||
<script src="http://cdn.leafletjs.com/leaflet-0.7.1/leaflet.js"></script>
|
||||
|
||||
### Leaflet Source Code
|
||||
|
||||
|
2
index.md
2
index.md
@ -6,7 +6,7 @@ layout: default
|
||||
|
||||
Leaflet is a modern open-source JavaScript library for mobile-friendly interactive maps.
|
||||
It is developed by [Vladimir Agafonkin][] with a team of dedicated [contributors][].
|
||||
Weighing just about <abbr title="34 KB gzipped — that's 126 KB minified and 224 KB in the source form, with 10 KB of CSS (2 KB gzipped) and 11 KB of images.">34 KB of JS</abbr>,
|
||||
Weighing just about <abbr title="33 KB gzipped — that's 123 KB minified and 218 KB in the source form, with 10 KB of CSS (2 KB gzipped) and 11 KB of images.">33 KB of JS</abbr>,
|
||||
it has all the [features][] most developers ever need for online maps.
|
||||
|
||||
Leaflet is designed with _simplicity_, _performance_ and _usability_ in mind.
|
||||
|
Loading…
Reference in New Issue
Block a user