Changeset 6948
- Timestamp:
- 04/16/08 06:39:10 (4 months ago)
- Files:
-
- project/website/index.shtml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
project/website/index.shtml
r5855 r6948 15 15 <ul style="font-size:.9em;margin-top:0px;"> 16 16 <li><a href="/api/OpenLayers.js">Link to the hosted version</a></li> 17 <li>2. 5 (Stable): <a href="/download/OpenLayers-2.5.tar.gz">.tar.gz</a> | <a href="/download/OpenLayers-2.5.zip">.zip</a></li>18 <li><a href="http://trac.openlayers.org/wiki/Release/2. 5/Notes">2.5Release Notes</a></li>19 <li><a href="http://dev.openlayers.org/ apidocs/">Class Documentation</a></li>17 <li>2.6 (Stable): <a href="/download/OpenLayers-2.6.tar.gz">.tar.gz</a> | <a href="/download/OpenLayers-2.6.zip">.zip</a></li> 18 <li><a href="http://trac.openlayers.org/wiki/Release/2.6/Notes">2.6 Release Notes</a></li> 19 <li><a href="http://dev.openlayers.org/releases/OpenLayers-2.6/doc/apidocs/files/OpenLayers-js.html">Class Documentation</a>, <a href="http://trac.openlayers.org/wiki/Documentation">More documentation</a></li> 20 20 <li><a href="/gallery/">See Screenshots</a></li> 21 21 <li><a href="/dev/doc/examples.html">See examples</a> of OpenLayers Usage</a></li> 22 22 </ul> 23 23 </p> 24 <!--25 <h2>OpenLayers Competition!</h2>26 <p> Read about the <a href="http://labs.metacarta.com/on-a-stick/">MetaCarta Labs On A Stick</a> <a href="http://trac.openlayers.org/wiki/Competition">OpenLayers Competition</a>27 -->28 29 <!-- <p><b>FOSS4G</b>: Was the FOSS4G presentation too early for you this morning? The presentation is <a href="http://openlayers.org/presentations/foss4g2006/openlayers.odp">available in Open Office Impress format</a>, and the examples are <a href="http://openlayers.org/presentations/foss4g2006/examples/">available as well</a>.</p> -->30 24 <h3>About...</h3> 31 25 <p>OpenLayers makes it easy to put a dynamic map in any web page. It can … … 91 85 href="//trac.openlayers.org">wiki</a> for the very latest updates and 92 86 documentation, and thank you for taking an interest.</p> 93 <script type="text/javascript" src="/api/ 2.5/OpenLayers.js"></script>87 <script type="text/javascript" src="/api/OpenLayers.js"></script> 94 88 <script type="text/javascript"> 95 89 <!--
