123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>GeoServer Documentation</title>
- <link rel="stylesheet" href="_static/blueprint/screen.css" type="text/css" media="screen, projection" />
- <link rel="stylesheet" href="_static/blueprint/print.css" type="text/css" media="print" />
- <!--[if IE]>
- <link rel="stylesheet" href="_static/blueprint/ie.css" type="text/css" media="screen, projection" />
- <![endif]-->
- <link rel="stylesheet" href="_static/default.css" type="text/css" />
- <link href="_static/favicon.ico" rel="shortcut icon"/>
- <script type="text/javascript" src="_static/jquery.js"></script>
- </head>
- <body class="index">
- <div id="header" class="selfclear">
- <div class="wrap selfclear">
- <div id="logo"><a href="http://geoserver.org">GeoServer</a></div>
- <ul id="top-nav">
- <li class="first"><a href="http://geoserver.org/about/">About</a></li>
- <li><a href="http://geoserver.org/blog/">Blog</a></li>
- <li><a href="http://geoserver.org/download/">Download</a></li>
- </ul>
- </div><!-- /.wrap -->
- </div><!-- /#header -->
- <div id="main">
- <div class="wrap selfclear">
- <div id="content">
- <ul id="breadcrumbs">
- <li>GeoServer Documentation</li>
- </ul>
- <p>Welcome to the GeoServer documentation. Please see the links below to view the documentation for your specific version.</p>
- <h3>User Manual</h3>
- <dl>
- <dt>
- <a href="http://docs.geoserver.org/latest/en/user/">User Manual</a>
- ( <a href="http://docs.geoserver.org/stable/en/user/">stable</a>
- | <a href="http://docs.geoserver.org/maintain/en/user/">maintenance</a> )
- </dt>
- <dd>User manual providing installation instructions and an application reference.</dd>
- <dt>
- <a href="http://docs.geoserver.org/latest/en/user/gettingstarted/index.html">Getting Started</a>
- ( <a href="http://docs.geoserver.org/stable/en/user/gettingstarted/index.html">stable</a>
- | <a href="http://docs.geoserver.org/maintain/en/user/gettingstarted/index.html">maintenance</a> )
- </dt>
- <dd>Quick tutorial introducing new users to common tasks.</dd>
- <dt>
- <a href="http://docs.geoserver.org/latest/en/user/tutorials/index.html">Tutorials</a>
- ( <a href="http://docs.geoserver.org/stable/en/user/tutorials/index.html">stable</a>
- | <a href="http://docs.geoserver.org/maintain/en/user/tutorials/index.html">maintenance</a> )
- </dt>
- <dd>Step by step tutorials exploring GeoServer functionality.</dd>
- <dt>
- <a href="http://docs.geoserver.org/latest/en/user/extensions/index.html">Extensions</a>
- ( <a href="http://docs.geoserver.org/stable/en/user/extensions/index.html">stable</a>
- | <a href="http://docs.geoserver.org/maintain/en/user/extensions/index.html">maintenance</a> )
- </dt>
- <dd>Optional modules providing additional functionality to the base GeoServer application.</dd>
- </dl>
- <h3>Developer Manual</h3>
- <dl>
- <dt>
- <a href="http://docs.geoserver.org/latest/en/developer/">Developer Manual</a>
- ( <a href="http://docs.geoserver.org/stable/en/developer/">stable</a>
- | <a href="http://docs.geoserver.org/maintain/en/developer/">maintenance</a> )
- </dt>
- <dd>
- Project checkout and build instructions.
- </dd>
- <dt>
- <a href="http://docs.geoserver.org/latest/en/developer/translation.html">Translating GeoServer</a>
- </dt>
- <dd>We would like to make GeoServer available in as many languages as possible. If you are able to help start here!</dd>
- <dt>
- <a href="http://docs.geoserver.org/latest/en/developer/policies/index.html">Polices and Procedures</a>
- </dt>
- <dd>Here is how the project operates - volunteers welcome!</dd>
- </dl>
- <h3>Documentation Manual</h3>
-
- <di>
- <dt><a href="http://docs.geoserver.org/latest/en/docguide/">Documentation Guide</a></dt>
- <dd>For those wishing to add/edit GeoServer documentation.</dd>
- <dt><a href="http://docs.geoserver.org/latest/en/docguide/quickfix.html">Quickfix</a><dt>
- <dd>Spot a spelling mistake or other quickfix? Here is how to make the change directly in GitHub.</dd>
- </dl>
- <h3>Release Versions</h3>
- <p>You can also download the version-specific documentation on the appropriate
- <a href="http://geoserver.org/download">Download</a> page.</p>
- </div><!-- /#content> -->
- <div id="sidebar">
- </div><!-- /#sidebar -->
- </div><!-- /.wrap> -->
- </div><!-- /#main -->
- <div id="footer">
- <div class="wrap">
- © Copyright the GeoServer team.
- </div><!-- /.wrap> -->
- </div><!-- /#footer -->
- </body>
- </html>
|