rename leaflet.cloudmade.com -> leafletjs.com
This commit is contained in:
parent
98de0b407b
commit
5d01611d4e
@ -9,11 +9,11 @@
|
||||
|
||||
<meta property="og:title" content="Leaflet — an open-source JavaScript library for interactive maps" />
|
||||
<meta property="og:description" content="Leaflet is a modern, lightweight BSD-licensed JavaScript library for making tile-based interactive maps for both desktop and mobile web browsers, developed by CloudMade to form the core of its next generation JavaScript API." />
|
||||
<meta property="og:image" content="http://leaflet.cloudmade.com/docs/images/logo.png" />
|
||||
<meta property="og:image" content="http://leafletjs.com/docs/images/logo.png" />
|
||||
|
||||
<meta itemprop="name" content="Leaflet">
|
||||
<meta itemprop="description" content="Leaflet — a modern, lightweight open-source JavaScript library for mobile-friendly interactive maps.">
|
||||
<meta itemprop="image" content="http://leaflet.cloudmade.com/docs/images/logo.png">
|
||||
<meta itemprop="image" content="http://leafletjs.com/docs/images/logo.png">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
|
||||
<link rel="icon" type="image/png" href="{{ root }}docs/images/favicon.png" />
|
||||
|
||||
<link href="http://leaflet.cloudmade.com/atom.xml" type="application/atom+xml" rel="alternate" title="Leaflet Dev Blog Atom Feed" />
|
||||
<link href="http://leafletjs.com/atom.xml" type="application/atom+xml" rel="alternate" title="Leaflet Dev Blog Atom Feed" />
|
||||
|
||||
<!-- Blueprint -->
|
||||
<link rel="stylesheet" href="{{ root }}docs/css/blueprint/screen.css" media="screen, projection">
|
||||
@ -50,7 +50,7 @@
|
||||
</head>
|
||||
<body{% if page.bodyclass %} class="{{ page.bodyclass }}"{% endif %}>
|
||||
<div class="container">
|
||||
<h1><a href="http://leaflet.cloudmade.com">Leaflet</a></h1>
|
||||
<h1><a href="http://leafletjs.com">Leaflet</a></h1>
|
||||
<h3 class="alt">An Open-Source JavaScript Library for Mobile-Friendly Interactive Maps by <a href="http://cloudmade.com">CloudMade</a></h3>
|
||||
|
||||
<div class="social-buttons">
|
||||
@ -58,15 +58,15 @@
|
||||
|
||||
<iframe src="http://ghbtns.com/github-btn.html?user=CloudMade&repo=Leaflet&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="98px" height="20px"></iframe>
|
||||
|
||||
<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://leaflet.cloudmade.com" data-text="Leaflet — an open-source JavaScript library for mobile-friendly interactive maps by @cloudmade" data-via="LeafletJS" data-related="CloudMade">Tweet</a>
|
||||
<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://leafletjs.com" data-text="Leaflet — an open-source JavaScript library for mobile-friendly interactive maps by @cloudmade" data-via="LeafletJS" data-related="CloudMade">Tweet</a>
|
||||
|
||||
<a href="https://twitter.com/LeafletJS" class="twitter-follow-button" data-show-count="true" data-show-screen-name="false">Follow @LeafletJS</a>
|
||||
|
||||
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="http://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
|
||||
|
||||
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fleaflet.cloudmade.com&layout=button_count&show_faces=false&width=83&action=like&font=arial&colorscheme=light&height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:83px; height:20px;" allowTransparency="true"></iframe>
|
||||
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fleafletjs.com&layout=button_count&show_faces=false&width=83&action=like&font=arial&colorscheme=light&height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:83px; height:20px;" allowTransparency="true"></iframe>
|
||||
|
||||
<!--<div class="g-plusone" data-size="medium" data-href="http://leaflet.cloudmade.com/"></div>
|
||||
<!--<div class="g-plusone" data-size="medium" data-href="http://leafletjs.com/"></div>
|
||||
|
||||
<script type="text/javascript">
|
||||
(function() {
|
||||
|
6
atom.xml
6
atom.xml
@ -7,8 +7,8 @@ title: Leaflet Developer Blog Atom Feed
|
||||
|
||||
<title>Leaflet Dev Blog</title>
|
||||
|
||||
<link href="http://leaflet.cloudmade.com/atom.xml" rel="self"/>
|
||||
<link href="http://leaflet.cloudmade.com"/>
|
||||
<link href="http://leafletjs.com/atom.xml" rel="self"/>
|
||||
<link href="http://leafletjs.com"/>
|
||||
|
||||
<updated>{{ site.time | date_to_xmlschema }}</updated>
|
||||
<id>http://leaflet.cloudmade.com/</id>
|
||||
@ -20,7 +20,7 @@ title: Leaflet Developer Blog Atom Feed
|
||||
{% for post in site.posts %}
|
||||
<entry>
|
||||
<title>{{ post.title }}</title>
|
||||
<link href="http://leaflet.cloudmade.com{{ post.url }}"/>
|
||||
<link href="http://leafletjs.com{{ post.url }}"/>
|
||||
<updated>{{ post.date | date_to_xmlschema }}</updated>
|
||||
<id>http://leaflet.cloudmade.com{{ post.id }}</id>
|
||||
<content type="html">{{ post.content | xml_escape }}</content>
|
||||
|
Loading…
Reference in New Issue
Block a user