[OpenLayers-Commits] r12034 - project/website

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Fri Jun 3 01:44:01 EDT 2011


Author: tschaub
Date: 2011-06-02 22:44:00 -0700 (Thu, 02 Jun 2011)
New Revision: 12034

Modified:
   project/website/index.shtml
Log:
Linking to the openlayers.org hosted version of the library is a liability you don't want to assume.  Using the full build of the library is also bad practice - it includes far more code than your application uses (see http://docs.openlayers.org/library/deploying.html for a better solution).  In the future we should put multiple builds of the library on a CDN for people to easily include in their applications.  See http://openlayers.org/sponsorship/ if you're interested in helping make this happen.

Modified: project/website/index.shtml
===================================================================
--- project/website/index.shtml	2011-06-02 10:41:49 UTC (rev 12033)
+++ project/website/index.shtml	2011-06-03 05:44:00 UTC (rev 12034)
@@ -42,7 +42,6 @@
 
     <h3>Get OpenLayers Now!</h3>
     <ul style="font-size:.9em;margin-top:0px;">
-    <li><a href="/api/OpenLayers.js">Link to the hosted version</a></li>
     <li>2.10 (Stable): <a href="/download/OpenLayers-2.10.tar.gz">.tar.gz</a> | <a href="/download/OpenLayers-2.10.zip">.zip</a> -- 2.11 RC1: <a href="/download/OpenLayers-2.11-rc1.tar.gz">.tar.gz</a> | <a href="/download/OpenLayers-2.11-rc1.zip">.zip</a></li>
     <li><a href="http://trac.openlayers.org/wiki/Release/2.10/Notes">2.10 Release Notes</a> | <a href="http://trac.openlayers.org/wiki/Release/2.11/Notes">2.11 Release Notes</a></li>
     <li><a href="http://dev.openlayers.org/releases/OpenLayers-2.10/doc/apidocs/files/OpenLayers-js.html">Class Documentation</a>, <a href="http://trac.openlayers.org/wiki/Documentation">More documentation</a></li>



More information about the Commits mailing list