https://github.com/openlayers/website
OpenLayers 2 website source
https://github.com/openlayers/website
Last synced: 8 months ago
JSON representation
OpenLayers 2 website source
- Host: GitHub
- URL: https://github.com/openlayers/website
- Owner: openlayers
- Created: 2011-11-23T17:54:00.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2014-02-27T21:44:08.000Z (almost 12 years ago)
- Last Synced: 2024-04-14T22:48:25.679Z (over 1 year ago)
- Language: CSS
- Homepage: http://openlayers.org/two/
- Size: 7.03 MB
- Stars: 4
- Watchers: 15
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
The .shtml files in this directory are Apache server-parsed HTML files. Using
server-side includes allows us to have a standard header and footer for all
the pages on the site. This requires having Apache load mod_include, and
then the following configuration is required in the VirtualHost:
Options +Includes
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
DirectoryIndex index.cgi index.shtml index.html
At present, loading mod_include causes a weird interaction with Trac, which is
fixed by adding the following to the Trac VirtualHost:
ErrorDocument 401 default
The Apache server on openlayers.org is (naturally) currently configured this
way.
Find the checkout of this directory at /osgeo/openlayers/docs on the
openlayers.org machine. The checkout is updated by a cron job that runs the
update_dev_dir.sh script.