OpenLayers OpenLayers

Changeset 7710 for trunk

Show
Ignore:
Timestamp:
08/08/08 03:09:14 (4 months ago)
Author:
fredj
Message:

Update copyright year, wrap long line, generate api doc, fix mailing list url. (closes #1618)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/readme.txt

    r3168 r7710  
    11OpenLayers 
    22-=-=-=-=-=- 
    3 Copyright (c) 2005-2006 MetaCarta, Inc. 
     3Copyright (c) 2005-2008 MetaCarta, Inc. 
    44 
    55OpenLayers is a JavaScript library for building map applications 
     
    2222You can use OpenLayers as-is by copying build/OpenLayers.js and the 
    2323entire 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: 
     24in the same directory. The files can be in subdirectories on your website,  
     25or right in the root of the site, as in these examples.  
     26To include the OpenLayers library in your web page from the root of the site, use: 
    2527 
    2628  <script type="text/javascript" src="/OpenLayers.js" /> 
     
    5254The examples/ directory is full of useful examples. 
    5355 
    54 Dcumentation is available in the doc/ directory: to build an HTML version 
    55 of the documentation, run ./docs.sh in the build/ directory. 
     56Documentation is available at http://trac.openlayers.org/wiki/Documentation. 
     57You can generate the API documentation with http://www.naturaldocs.org/: 
     58As 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 
    5661 
    5762Information on changes in the API is available in news.txt. 
     
    6166-------------------------- 
    6267 
    63 Please join the email lists at http://openlayers.org/EmailLists/. 
     68Please join the email lists at http://openlayers.org/mailman/listinfo 
    6469Patches are welcome! 
    6570