index.html 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>GeoServer Documentation</title>
  7. <link rel="stylesheet" href="_static/blueprint/screen.css" type="text/css" media="screen, projection" />
  8. <link rel="stylesheet" href="_static/blueprint/print.css" type="text/css" media="print" />
  9. <!--[if IE]>
  10. <link rel="stylesheet" href="_static/blueprint/ie.css" type="text/css" media="screen, projection" />
  11. <![endif]-->
  12. <link rel="stylesheet" href="_static/default.css" type="text/css" />
  13. <link href="_static/favicon.ico" rel="shortcut icon"/>
  14. <script type="text/javascript" src="_static/jquery.js"></script>
  15. </head>
  16. <body class="index">
  17. <div id="header" class="selfclear">
  18. <div class="wrap selfclear">
  19. <div id="logo"><a href="http://geoserver.org">GeoServer</a></div>
  20. <ul id="top-nav">
  21. <li class="first"><a href="http://geoserver.org/about/">About</a></li>
  22. <li><a href="http://geoserver.org/blog/">Blog</a></li>
  23. <li><a href="http://geoserver.org/download/">Download</a></li>
  24. </ul>
  25. </div><!-- /.wrap -->
  26. </div><!-- /#header -->
  27. <div id="main">
  28. <div class="wrap selfclear">
  29. <div id="content">
  30. <ul id="breadcrumbs">
  31. <li>GeoServer Documentation</li>
  32. </ul>
  33. <p>Welcome to the GeoServer documentation. Please see the links below to view the documentation for your specific version.</p>
  34. <h3>User Manual</h3>
  35. <dl>
  36. <dt>
  37. <a href="http://docs.geoserver.org/latest/en/user/">User Manual</a>
  38. ( <a href="http://docs.geoserver.org/stable/en/user/">stable</a>
  39. | <a href="http://docs.geoserver.org/maintain/en/user/">maintenance</a> )
  40. </dt>
  41. <dd>User manual providing installation instructions and an application reference.</dd>
  42. <dt>
  43. <a href="http://docs.geoserver.org/latest/en/user/gettingstarted/index.html">Getting Started</a>
  44. ( <a href="http://docs.geoserver.org/stable/en/user/gettingstarted/index.html">stable</a>
  45. | <a href="http://docs.geoserver.org/maintain/en/user/gettingstarted/index.html">maintenance</a> )
  46. </dt>
  47. <dd>Quick tutorial introducing new users to common tasks.</dd>
  48. <dt>
  49. <a href="http://docs.geoserver.org/latest/en/user/tutorials/index.html">Tutorials</a>
  50. ( <a href="http://docs.geoserver.org/stable/en/user/tutorials/index.html">stable</a>
  51. | <a href="http://docs.geoserver.org/maintain/en/user/tutorials/index.html">maintenance</a> )
  52. </dt>
  53. <dd>Step by step tutorials exploring GeoServer functionality.</dd>
  54. <dt>
  55. <a href="http://docs.geoserver.org/latest/en/user/extensions/index.html">Extensions</a>
  56. ( <a href="http://docs.geoserver.org/stable/en/user/extensions/index.html">stable</a>
  57. | <a href="http://docs.geoserver.org/maintain/en/user/extensions/index.html">maintenance</a> )
  58. </dt>
  59. <dd>Optional modules providing additional functionality to the base GeoServer application.</dd>
  60. </dl>
  61. <h3>Developer Manual</h3>
  62. <dl>
  63. <dt>
  64. <a href="http://docs.geoserver.org/latest/en/developer/">Developer Manual</a>
  65. ( <a href="http://docs.geoserver.org/stable/en/developer/">stable</a>
  66. | <a href="http://docs.geoserver.org/maintain/en/developer/">maintenance</a> )
  67. </dt>
  68. <dd>
  69. Project checkout and build instructions.
  70. </dd>
  71. <dt>
  72. <a href="http://docs.geoserver.org/latest/en/developer/translation.html">Translating GeoServer</a>
  73. </dt>
  74. <dd>We would like to make GeoServer available in as many languages as possible. If you are able to help start here!</dd>
  75. <dt>
  76. <a href="http://docs.geoserver.org/latest/en/developer/policies/index.html">Polices and Procedures</a>
  77. </dt>
  78. <dd>Here is how the project operates - volunteers welcome!</dd>
  79. </dl>
  80. <h3>Documentation Manual</h3>
  81. <di>
  82. <dt><a href="http://docs.geoserver.org/latest/en/docguide/">Documentation Guide</a></dt>
  83. <dd>For those wishing to add/edit GeoServer documentation.</dd>
  84. <dt><a href="http://docs.geoserver.org/latest/en/docguide/quickfix.html">Quickfix</a><dt>
  85. <dd>Spot a spelling mistake or other quickfix? Here is how to make the change directly in GitHub.</dd>
  86. </dl>
  87. <h3>Release Versions</h3>
  88. <p>You can also download the version-specific documentation on the appropriate
  89. <a href="http://geoserver.org/download">Download</a> page.</p>
  90. </div><!-- /#content> -->
  91. <div id="sidebar">
  92. </div><!-- /#sidebar -->
  93. </div><!-- /.wrap> -->
  94. </div><!-- /#main -->
  95. <div id="footer">
  96. <div class="wrap">
  97. &copy; Copyright the GeoServer team.
  98. </div><!-- /.wrap> -->
  99. </div><!-- /#footer -->
  100. </body>
  101. </html>