Bienvenue sur PostGIS.fr

Bienvenue sur PostGIS.fr , le site de la communauté des utilisateurs francophones de PostGIS.

PostGIS ajoute le support d'objets géographique à la base de données PostgreSQL. En effet, PostGIS "spatialise" le serverur PostgreSQL, ce qui permet de l'utiliser comme une base de données SIG.

Maintenu à jour, en fonction de nos disponibilités et des diverses sorties des outils que nous testons, nous vous proposons l'ensemble de nos travaux publiés en langue française.

source: trunk/workshop-routing-foss4g/web/GeoExt/docs/docs.html @ 76

Revision 76, 6.3 KB checked in by djay, 12 years ago (diff)

Ajout du répertoire web

  • Property svn:executable set to *
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
4<html xmlns="http://www.w3.org/1999/xhtml">
5  <head>
6    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7   
8    <title>Documentation &mdash; GeoExt v1.0</title>
9    <link rel="stylesheet" href="_static/geoext.css" type="text/css" />
10    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
11    <script type="text/javascript">
12      var DOCUMENTATION_OPTIONS = {
13        URL_ROOT:    '#',
14        VERSION:     '1.0',
15        COLLAPSE_MODINDEX: false,
16        FILE_SUFFIX: '.html',
17        HAS_SOURCE:  true
18      };
19    </script>
20    <script type="text/javascript" src="_static/jquery.js"></script>
21    <script type="text/javascript" src="_static/doctools.js"></script>
22    <link rel="shortcut icon" href="_static/favicon.ico"/>
23    <link rel="top" title="GeoExt v1.0" href="index.html" />
24    <link rel="next" title="Tutorials" href="tutorials/index.html" />
25    <link rel="prev" title="JavaScript Toolkit for Rich Web Mapping Applications" href="index.html" />
26   
27   
28   
29   
30   
31
32  </head>
33  <body>
34    <div class="header">
35        <div class="wrap">
36            <h1 id="logo"><a href="index.html">GeoExt</a></h1>
37            <ul id="top-nav">
38                <li class="first"><a href="#">Documentation</a></li>
39                <li><a href="examples.html">Examples</a></li>
40                <li><a href="downloads.html">Download</a></li>
41                <li><a href="http://trac.geoext.org/">Development</a></li>
42            </ul>
43            <div id="searchbox">
44                <form class="search" action="search.html" method="get">
45                    <input id="searchbox-query" type="text" name="q" size="25" value="Search &hellip;" tabindex="3" onblur="if(this.value=='') this.value='Search &hellip;';" onfocus="if(this.value=='Search &hellip;') this.value='';" />
46                    <input id="searchbox-submit" type="image" value="Search" src="_static/img/search_icon_green.png" />
47                    <input type="hidden" name="check_keywords" value="yes" />
48                    <input type="hidden" name="area" value="default" />
49                </form>
50            </div>
51        </div>
52    </div>
53
54    <div class="related">
55      <h3>Navigation</h3>
56      <ul>
57        <li><a href="index.html">GeoExt</a> &raquo;</li>
58        <li><a href="#">Documentation</a></li>
59      </ul>
60    </div>
61
62      <div class="sphinxsidebar">
63        <div class="sphinxsidebarwrapper">
64            <h3><a href="index.html">Table Of Contents</a></h3>
65            <ul>
66<li><a class="reference external" href="#">Documentation</a><ul>
67<li><a class="reference external" href="#getting-started">Getting Started</a></li>
68<li><a class="reference external" href="#examples">Examples</a></li>
69<li><a class="reference external" href="#library-reference">Library Reference</a></li>
70<li><a class="reference external" href="#participating-in-the-geoext-community">Participating in the GeoExt Community</a></li>
71</ul>
72</li>
73</ul>
74
75            <h4>Previous topic</h4>
76            <p class="topless"><a href="index.html"
77                                  title="previous chapter">JavaScript Toolkit for Rich Web Mapping Applications</a></p>
78            <h4>Next topic</h4>
79            <p class="topless"><a href="tutorials/index.html"
80                                  title="next chapter">Tutorials</a></p>
81        </div>
82      </div>
83
84
85    <div class="document">
86      <div class="documentwrapper">
87        <div class="bodywrapper">
88          <div class="body">
89           
90  <div class="section" id="documentation">
91<h1>Documentation<a class="headerlink" href="#documentation" title="Permalink to this headline">¶</a></h1>
92<div class="section" id="getting-started">
93<h2>Getting Started<a class="headerlink" href="#getting-started" title="Permalink to this headline">¶</a></h2>
94<ul class="simple">
95<li><strong>Jump in</strong> with <a class="reference external" href="tutorials/index.html"><em>Tutorials</em></a> to get you up and running</li>
96<li><strong>Ramp up</strong> with <a class="reference external" href="primers/index.html"><em>Core Concepts</em></a> to learn the core concepts behind GeoExt</li>
97</ul>
98</div>
99<div class="section" id="examples">
100<h2>Examples<a class="headerlink" href="#examples" title="Permalink to this headline">¶</a></h2>
101<p>Learn by <a class="reference external" href="examples.html#examples"><em>example</em></a>! Most of the GeoExt widgets and data components
102have simple examples that demonstrate their use. By looking through the sources
103for the examples, you can learn how to use GeoExt components in your
104application.</p>
105</div>
106<div class="section" id="library-reference">
107<h2>Library Reference<a class="headerlink" href="#library-reference" title="Permalink to this headline">¶</a></h2>
108<p>The <a class="reference external" href="lib/index.html"><em>API Reference</em></a> covers details on developing with GeoExt.  Generated
109from the comments in the code.</p>
110</div>
111<div class="section" id="participating-in-the-geoext-community">
112<h2>Participating in the GeoExt Community<a class="headerlink" href="#participating-in-the-geoext-community" title="Permalink to this headline">¶</a></h2>
113<p>For information about getting involved in the GeoExt community, <a class="reference external" href="developer/index.html"><em>keep reading!</em></a></p>
114</div>
115</div>
116
117
118          </div>
119        </div>
120      </div>
121      <div class="clearer"></div>
122    </div>
123    <div class="related">
124      <h3>Navigation</h3>
125      <ul>
126            <li class="right" style="margin-right: 10px">
127              <a href="genindex.html" title="General Index"
128                 accesskey="I">index</a></li>
129            <li class="right" >
130              <a href="modindex.html" title="Global Module Index"
131                 accesskey="M">modules</a> |</li>
132            <li class="right" >
133              <a href="tutorials/index.html" title="Tutorials"
134                 accesskey="N">next</a> |</li>
135            <li class="right" >
136              <a href="index.html" title="JavaScript Toolkit for Rich Web Mapping Applications"
137                 accesskey="P">previous</a> |</li>
138        <li><a href="index.html">GeoExt</a> &raquo;</li>
139        <li><a href="#">Documentation</a></li>
140      </ul>
141    </div>
142
143    <div class="footer">
144      &copy; Copyright 2009-2010, GeoExt Community.
145    </div>
146  </body>
147</html>
Note: See TracBrowser for help on using the repository browser.