diff --git a/readme.md b/readme.md index f41fcc8bb8..b51f7b8f9e 100644 --- a/readme.md +++ b/readme.md @@ -1,79 +1,23 @@ -# OpenLayers +# OpenLayers 3 -Copyright (c) 2005-2012 OpenLayers Contributors. See authors.txt for -more details. +## Run Tests -OpenLayers is a JavaScript library for building map applications -on the web. OpenLayers is made available under a BSD-license. -Please see license.txt in this distribution for more details. +Run the [plovr](http://plovr.com/) web server with: -## Getting OpenLayers + $ make serve -OpenLayers lives at http://www.openlayers.org/. Find details on downloading stable releases or the development version the [development site](http://trac.osgeo.org/openlayers/wiki/HowToDownload). +Open http://localhost:9810/ in the browser, and select *List of tests* or *Test +runner*. -## Installing OpenLayers +## Run the example -You can use OpenLayers as-is by copying build/OpenLayers.js and the -entire theme/ and img/ directories up to your webserver and putting them -in the same directory. The files can be in subdirectories on your website, -or right in the root of the site, as in these examples. -To include the OpenLayers library in your web page from the root of the site, use: +Run the plovr web server (see above), and open skeleton.html in the browser +(e.g. http://localhost/~elemoine/ol3/skeleton.html). -