- Timestamp:
- 08/08/08 03:09:14 (4 months ago)
- Files:
-
- trunk/openlayers/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/readme.txt
r3168 r7710 1 1 OpenLayers 2 2 -=-=-=-=-=- 3 Copyright (c) 2005-200 6MetaCarta, Inc.3 Copyright (c) 2005-2008 MetaCarta, Inc. 4 4 5 5 OpenLayers is a JavaScript library for building map applications … … 22 22 You can use OpenLayers as-is by copying build/OpenLayers.js and the 23 23 entire theme/ and img/ directories up to your webserver, putting them 24 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: 24 in the same directory. The files can be in subdirectories on your website, 25 or right in the root of the site, as in these examples. 26 To include the OpenLayers library in your web page from the root of the site, use: 25 27 26 28 <script type="text/javascript" src="/OpenLayers.js" /> … … 52 54 The examples/ directory is full of useful examples. 53 55 54 Dcumentation is available in the doc/ directory: to build an HTML version 55 of the documentation, run ./docs.sh in the build/ directory. 56 Documentation is available at http://trac.openlayers.org/wiki/Documentation. 57 You can generate the API documentation with http://www.naturaldocs.org/: 58 As an example, using bash (with the release files in ~/openlayers ): 59 $ cd ~/openlayers/ 60 $ /path/to/NaturalDocs -i lib/ -o HTML doc/ -p doc_config/ -s Default OL 56 61 57 62 Information on changes in the API is available in news.txt. … … 61 66 -------------------------- 62 67 63 Please join the email lists at http://openlayers.org/ EmailLists/.68 Please join the email lists at http://openlayers.org/mailman/listinfo 64 69 Patches are welcome! 65 70
