HTML
@@ -21,7 +21,7 @@ Once you've [downloaded Planetary.js](https://github.com/BinaryMuse/planetary.js
```
-If you use the default `topojson` plugin (most people will), you'll also need to make sure `world-110m.json` (or some other TopoJSON data file) is available on your server. This file is also available from [the download page](https://github.com/BinaryMuse/planetary.js/releases). See the [TopoJSON Plugin](/documentation/builtin_topojson.html) documentation for more information.
+If you use the default `topojson` plugin (most people will), you'll also need to make sure `world-110m.json` (or some other TopoJSON data file) is available on your server. This file is also available from [the download page](/download/). See the [TopoJSON Plugin](/documentation/builtin_topojson.html) documentation for more information.
Core API
--------
diff --git a/site/public/download/_data.json b/site/public/download/_data.json
new file mode 100644
index 0000000..8901cce
--- /dev/null
+++ b/site/public/download/_data.json
@@ -0,0 +1,11 @@
+{
+ "stable": {
+ "latest": null
+ },
+ "unstable": {
+ "latest": {
+ "version": "v1.0.0-rc.1",
+ "name": null
+ }
+ }
+}
diff --git a/site/public/download/_layout.ejs b/site/public/download/_layout.ejs
new file mode 100644
index 0000000..0254bbd
--- /dev/null
+++ b/site/public/download/_layout.ejs
@@ -0,0 +1,19 @@
+
+
+
+ <%- partial("../_header") %>
+ Download the core Planetary.js library and supporting files here.
+
+Up-to-the-minute releases, archived versions, and full release notes can be found on the GitHub releases page.
+
+<% if (data.stable.latest) { %>
+