|
Revision 993
(checked in by gleu, 2 months ago)
|
Évidemment, je n'ai pas utilisé le bon index.html... corrigé, avec quelques oublis réparés.
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> |
|---|
| 3 |
|
|---|
| 4 |
<!-- Racine du site --> |
|---|
| 5 |
<url> |
|---|
| 6 |
<loc>http://docs.postgresqlfr.org/</loc> |
|---|
| 7 |
<lastmod>2008-03-26</lastmod> |
|---|
| 8 |
<changefreq>weekly</changefreq> |
|---|
| 9 |
<priority>0.5</priority> |
|---|
| 10 |
</url> |
|---|
| 11 |
|
|---|
| 12 |
<!-- Doc version 8.3 --> |
|---|
| 13 |
<url> |
|---|
| 14 |
<loc>http://docs.postgresqlfr.org/8.3/</loc> |
|---|
| 15 |
<lastmod>2008-03-26</lastmod> |
|---|
| 16 |
<changefreq>daily</changefreq> |
|---|
| 17 |
<priority>1.0</priority> |
|---|
| 18 |
</url> |
|---|
| 19 |
|
|---|
| 20 |
<!-- Doc version 8.2 --> |
|---|
| 21 |
<url> |
|---|
| 22 |
<loc>http://docs.postgresqlfr.org/8.2/</loc> |
|---|
| 23 |
<lastmod>2008-03-26</lastmod> |
|---|
| 24 |
<changefreq>always</changefreq> |
|---|
| 25 |
<priority>0.9</priority> |
|---|
| 26 |
</url> |
|---|
| 27 |
|
|---|
| 28 |
<!-- Doc version 8.1 --> |
|---|
| 29 |
<url> |
|---|
| 30 |
<loc>http://docs.postgresqlfr.org/8.1/</loc> |
|---|
| 31 |
<lastmod>2008-01-20</lastmod> |
|---|
| 32 |
<changefreq>always</changefreq> |
|---|
| 33 |
<priority>0.7</priority> |
|---|
| 34 |
</url> |
|---|
| 35 |
|
|---|
| 36 |
<!-- Doc version 8.0 --> |
|---|
| 37 |
<url> |
|---|
| 38 |
<loc>http://docs.postgresqlfr.org/8.0/</loc> |
|---|
| 39 |
<lastmod>2008-01-20</lastmod> |
|---|
| 40 |
<changefreq>always</changefreq> |
|---|
| 41 |
<priority>0.6</priority> |
|---|
| 42 |
</url> |
|---|
| 43 |
|
|---|
| 44 |
<!-- Doc version 7.4 --> |
|---|
| 45 |
<url> |
|---|
| 46 |
<loc>http://docs.postgresqlfr.org/7.4/</loc> |
|---|
| 47 |
<lastmod>2008-01-20</lastmod> |
|---|
| 48 |
<changefreq>always</changefreq> |
|---|
| 49 |
<priority>0.6</priority> |
|---|
| 50 |
</url> |
|---|
| 51 |
|
|---|
| 52 |
</urlset> |
|---|