openlayers for Debian --------------------- By default, this package will install the OpenLayers library and supporting images, CSS, etc. into /usr/share/openlayers. To enable it, you should symlink this directory into your web server's directory structure. Additionally, OpenLayers API documentation and examples are installed in /usr/share/doc/openlayers/. This includes both developer and API documentation, and all the examples from the OpenLayers distribution. If the doc-base package is installed at the time of OpenLayers installation, and you're running a debian-packaged webserver, these docs are browsable by default on 'localhost'. Simply visit: http://localhost/doc/openlayers/ to see a listing. The examples linked from that URL will only work if you have /openlayers/OpenLayers.js available. This default can be enabled by installing the openlayers-apache package. The OpenLayers.js shipped with this package is not compressed using jsmin like the standard OpenLayers distribution. If you wish to create an OpenLayers.js in this manner, you will need to: * Install openlayers-utils * Download http://javascript.crockford.com/jsmin.py.txt as http://javascript.crockford.com/jsmin.py * Run `openlayers_build /usr/share/openlayers-util/build/full` -- Christopher Schmidt Thu, 3 Jan 2008 01:51:16 -0500