update index and download pages for 0.7.1

This commit is contained in:
Vladimir Agafonkin 2013-12-06 17:53:40 +02:00
parent 512063d06f
commit cb37d25dbe
2 changed files with 5 additions and 5 deletions

View File

@ -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 &mdash; 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

View File

@ -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&nbsp;team of dedicated [contributors][].
Weighing just about <abbr title="34 KB gzipped &mdash; 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 &mdash; 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.