This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/sis-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new e1d1eb1  Regenerate web site with fixes in MathML and updated links to 
developer guide.
e1d1eb1 is described below

commit e1d1eb1a6734d2fc284fa43da7fc2e9a8c138228
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Fri Oct 8 12:51:30 2021 +0200

    Regenerate web site with fixes in MathML and updated links to developer 
guide.
---
 book/en/developer-guide.html     |  86 ++++++++++++++++++++++++++-------------
 book/fr/developer-guide.html     |  86 ++++++++++++++++++++++++++-------------
 build.html                       |  12 +++---
 code-patterns.html               |  12 +++---
 coding-conventions.html          |  12 +++---
 command-line.html                |  12 +++---
 contributor.html                 |  12 +++---
 downloads.html                   |  12 +++---
 epsg.html                        |  12 +++---
 faq.html                         |  12 +++---
 fr/faq.html                      |  14 +++++--
 fr/index.html                    |  16 ++++++--
 {img => images}/logo-feather.jpg | Bin
 {img => images}/logo-large.png   | Bin
 {img => images}/logo.png         | Bin
 img/h1.png                       | Bin 2811 -> 0 bytes
 index.html                       |  14 +++----
 mail-lists.html                  |  12 +++---
 release-management-setup.html    |  12 +++---
 release-management.html          |  12 +++---
 robots.txt                       |   6 ---
 css/sis.css => sis.css           |   0
 source.html                      |  12 +++---
 standards.html                   |  12 +++---
 css/syntax.css => syntax.css     |   0
 team-list.html                   |  12 +++---
 26 files changed, 227 insertions(+), 163 deletions(-)

diff --git a/book/en/developer-guide.html b/book/en/developer-guide.html
index cadc6a3..ffba192 100644
--- a/book/en/developer-guide.html
+++ b/book/en/developer-guide.html
@@ -5,7 +5,7 @@
       http://www.apache.org/licenses/LICENSE-2.0
 
   This is an automatically generated file. DO NOT EDIT.
-  See the files in the ../../../book/ directory instead.
+  See the files in the `source/developer-guide` directory instead.
 
 --><!DOCTYPE html SYSTEM "about:legacy-compat">
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en">
@@ -1523,12 +1523,14 @@ The formula below represents the map projection result 
as a column matrix
 <math xmlns="http://www.w3.org/1998/Math/MathML"; alttext="MathML capable 
browser required" display="block">
 <mi>P</mi><mo>(</mo><mi>φ</mi><mo>,</mo><mi>λ</mi><mo>)</mo>
 <mo>=</mo>
-<mfenced close="]" open="[">
+<mrow>
+<mo>[</mo>
 <mtable>
 
<mtr><mtd><mi>x</mi><mo>(</mo><mi>φ</mi><mo>,</mo><mi>λ</mi><mo>)</mo></mtd></mtr>
 
<mtr><mtd><mi>y</mi><mo>(</mo><mi>φ</mi><mo>,</mo><mi>λ</mi><mo>)</mo></mtd></mtr>
 </mtable>
-</mfenced>
+<mo>]</mo>
+</mrow>
 </math>
 </div>
 <div style="min-width:500px; padding-left:60px">
@@ -1550,7 +1552,8 @@ The formula below represents the map projection result as 
a column matrix
 <mo>=</mo>
 
<msub><mi>JAC</mi><mrow><mi>P</mi><mo>(</mo><mi>φ</mi><mo>,</mo><mi>λ</mi><mo>)</mo></mrow></msub>
 <mo>=</mo>
-<mfenced close="]" open="[">
+<mrow>
+<mo>[</mo>
 <mtable>
 <mtr>
 
<mtd><mfrac><mrow><mo>∂</mo><mi>x</mi><mo>(</mo><mi>φ</mi><mo>,</mo><mi>λ</mi><mo>)</mo></mrow><mrow><mo>∂</mo><mi>φ</mi></mrow></mfrac></mtd>
@@ -1561,7 +1564,8 @@ The formula below represents the map projection result as 
a column matrix
 
<mtd><mfrac><mrow><mo>∂</mo><mi>y</mi><mo>(</mo><mi>φ</mi><mo>,</mo><mi>λ</mi><mo>)</mo></mrow><mrow><mo>∂</mo><mi>λ</mi></mrow></mfrac></mtd>
 </mtr>
 </mtable>
-</mfenced>
+<mo>]</mo>
+</mrow>
 </math>
 </div>
 <div style="min-width:500px; padding-left:60px">
@@ -1600,7 +1604,8 @@ in the Jacobian matrices.
 <mtable><mtr>
 <mtd>
 <mover><mi>U</mi><mo>→</mo></mover><mo>=</mo>
-<mfenced close="]" open="[">
+<mrow>
+<mo>[</mo>
 <mtable>
 <mtr>
 
<mtd><mfrac><mrow><mo>∂</mo><mi>x</mi></mrow><mrow><mo>∂</mo><mi>φ</mi></mrow></mfrac></mtd>
@@ -1609,12 +1614,14 @@ in the Jacobian matrices.
 
<mtd><mfrac><mrow><mo>∂</mo><mi>y</mi></mrow><mrow><mo>∂</mo><mi>φ</mi></mrow></mfrac></mtd>
 </mtr>
 </mtable>
-</mfenced>
+<mo>]</mo>
+</mrow>
 </mtd>
 <mtd><mtext>et</mtext></mtd>
 <mtd>
 <mover><mi>V</mi><mo>→</mo></mover><mo>=</mo>
-<mfenced close="]" open="[">
+<mrow>
+<mo>[</mo>
 <mtable>
 <mtr>
 
<mtd><mfrac><mrow><mo>∂</mo><mi>x</mi></mrow><mrow><mo>∂</mo><mi>λ</mi></mrow></mfrac></mtd>
@@ -1623,7 +1630,8 @@ in the Jacobian matrices.
 
<mtd><mfrac><mrow><mo>∂</mo><mi>y</mi></mrow><mrow><mo>∂</mo><mi>λ</mi></mrow></mfrac></mtd>
 </mtr>
 </mtable>
-</mfenced>
+<mo>]</mo>
+</mrow>
 </mtd>
 </mtr></mtable>
 </math>
@@ -3596,15 +3604,18 @@ Above equations can be represented in matrix form as 
below:
 
 
 <math xmlns="http://www.w3.org/1998/Math/MathML"; alttext="MathML capable 
browser required" display="block">
-<mfenced close="]" open="[">
+<mrow>
+<mo>[</mo>
 <mtable>
 <mtr><mtd><mi>λ</mi></mtd></mtr>
 <mtr><mtd><mi>φ</mi></mtd></mtr>
 <mtr><mtd><mn>1</mn></mtd></mtr>
 </mtable>
-</mfenced>
+<mo>]</mo>
+</mrow>
 <mo>=</mo>
-<mfenced close="]" open="[">
+<mrow>
+<mo>[</mo>
 <mtable>
 <mtr>
 <mtd><msub><mi>S</mi><mrow>λ</mrow></msub></mtd>
@@ -3622,15 +3633,18 @@ Above equations can be represented in matrix form as 
below:
 <mtd><mn>1</mn></mtd>
 </mtr>
 </mtable>
-</mfenced>
+<mo>]</mo>
+</mrow>
 <mo>×</mo>
-<mfenced close="]" open="[">
+<mrow>
+<mo>[</mo>
 <mtable>
 <mtr><mtd><mi>x</mi></mtd></mtr>
 <mtr><mtd><mi>y</mi></mtd></mtr>
 <mtr><mtd><mn>1</mn></mtd></mtr>
 </mtable>
-</mfenced>
+<mo>]</mo>
+</mrow>
 </math>
 </p><p>
 In this particular case, scale factors <var>S</var> are the pixel size in 
degrees
@@ -3661,7 +3675,8 @@ then operation <var>B</var> and finally operation 
<var>A</var>.
 <div style="display:table-row">
 <div style="display:table-cell; vertical-align:middle">
 <math xmlns="http://www.w3.org/1998/Math/MathML"; alttext="MathML capable 
browser required" display="block">
-<mfenced close="]" open="[">
+<mrow>
+<mo>[</mo>
 <mtable>
 <mtr>
 <mtd><mn>0</mn></mtd>
@@ -3679,13 +3694,15 @@ then operation <var>B</var> and finally operation 
<var>A</var>.
 <mtd><mn>1</mn></mtd>
 </mtr>
 </mtable>
-</mfenced>
+<mo>]</mo>
+</mrow>
 </math>
 </div>
 <div style="display:table-cell; vertical-align:middle; padding-left: 15px; 
padding-right: 15px">×</div>
 <div style="display:table-cell; vertical-align:middle">
 <math xmlns="http://www.w3.org/1998/Math/MathML"; display="block">
-<mfenced close="]" open="[">
+<mrow>
+<mo>[</mo>
 <mtable>
 <mtr>
 <mtd><mn>1</mn></mtd>
@@ -3703,13 +3720,15 @@ then operation <var>B</var> and finally operation 
<var>A</var>.
 <mtd><mn>1</mn></mtd>
 </mtr>
 </mtable>
-</mfenced>
+<mo>]</mo>
+</mrow>
 </math>
 </div>
 <div style="display:table-cell; vertical-align:middle; padding-left: 15px; 
padding-right: 15px">×</div>
 <div style="display:table-cell; vertical-align:middle">
 <math xmlns="http://www.w3.org/1998/Math/MathML"; display="block">
-<mfenced close="]" open="[">
+<mrow>
+<mo>[</mo>
 <mtable>
 <mtr>
 <mtd><mfrac>
@@ -3741,13 +3760,15 @@ then operation <var>B</var> and finally operation 
<var>A</var>.
 <mtd><mn>1</mn></mtd>
 </mtr>
 </mtable>
-</mfenced>
+<mo>]</mo>
+</mrow>
 </math>
 </div>
 <div style="display:table-cell; vertical-align:middle; padding-left: 15px; 
padding-right: 15px">=</div>
 <div style="display:table-cell; vertical-align:middle">
 <math xmlns="http://www.w3.org/1998/Math/MathML"; display="block">
-<mfenced close="]" open="[">
+<mrow>
+<mo>[</mo>
 <mtable>
 <mtr>
 <mtd><mn>0</mn></mtd>
@@ -3779,7 +3800,8 @@ then operation <var>B</var> and finally operation 
<var>A</var>.
 <mtd><mn>1</mn></mtd>
 </mtr>
 </mtable>
-</mfenced>
+<mo>]</mo>
+</mrow>
 </math>
 </div>
 </div>
@@ -3903,15 +3925,18 @@ The <var>φ</var> terms are latitudes, the <var>λ</var> 
terms are longitudes an
 
 
 <math xmlns="http://www.w3.org/1998/Math/MathML"; alttext="MathML capable 
browser required" display="block">
-<mfenced close="]" open="[">
+<mrow>
+<mo>[</mo>
 <mtable>
 <mtr><mtd><msub><mi>φ</mi><mrow><mn>2</mn></mrow></msub></mtd></mtr>
 <mtr><mtd><msub><mi>λ</mi><mrow><mn>2</mn></mrow></msub></mtd></mtr>
 <mtr><mtd><mn>1</mn></mtd></mtr>
 </mtable>
-</mfenced>
+<mo>]</mo>
+</mrow>
 <mo>=</mo>
-<mfenced close="]" open="[">
+<mrow>
+<mo>[</mo>
 <mtable>
 <mtr>
 <mtd><mn>1</mn></mtd>
@@ -3932,16 +3957,19 @@ The <var>φ</var> terms are latitudes, the <var>λ</var> 
terms are longitudes an
 <mtd><mn>1</mn></mtd>
 </mtr>
 </mtable>
-</mfenced>
+<mo>]</mo>
+</mrow>
 <mo>×</mo>
-<mfenced close="]" open="[">
+<mrow>
+<mo>[</mo>
 <mtable>
 <mtr><mtd><msub><mi>φ</mi><mrow><mn>1</mn></mrow></msub></mtd></mtr>
 <mtr><mtd><msub><mi>λ</mi><mrow><mn>1</mn></mrow></msub></mtd></mtr>
 <mtr><mtd><mi>h</mi></mtd></mtr>
 <mtr><mtd><mn>1</mn></mtd></mtr>
 </mtable>
-</mfenced>
+<mo>]</mo>
+</mrow>
 </math>
 </p><p>
 For linear algebra libraries, the above non-square matrix represents an 
under-determined system of equations and may be considered unresolvable.
diff --git a/book/fr/developer-guide.html b/book/fr/developer-guide.html
index 792e9c4..c66c5b9 100644
--- a/book/fr/developer-guide.html
+++ b/book/fr/developer-guide.html
@@ -5,7 +5,7 @@
       http://www.apache.org/licenses/LICENSE-2.0
 
   This is an automatically generated file. DO NOT EDIT.
-  See the files in the ../../../book/ directory instead.
+  See the files in the `source/developer-guide` directory instead.
 
 --><!DOCTYPE html SYSTEM "about:legacy-compat">
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="fr">
@@ -1532,12 +1532,14 @@ sous forme d’une matrice colonne (la raison sera plus 
claire bientôt):
 <math xmlns="http://www.w3.org/1998/Math/MathML"; alttext="MathML capable 
browser required" display="block">
 <mi>P</mi><mo>(</mo><mi>φ</mi><mo>,</mo><mi>λ</mi><mo>)</mo>
 <mo>=</mo>
-<mfenced close="]" open="[">
+<mrow>
+<mo>[</mo>
 <mtable>
 
<mtr><mtd><mi>x</mi><mo>(</mo><mi>φ</mi><mo>,</mo><mi>λ</mi><mo>)</mo></mtd></mtr>
 
<mtr><mtd><mi>y</mi><mo>(</mo><mi>φ</mi><mo>,</mo><mi>λ</mi><mo>)</mo></mtd></mtr>
 </mtable>
-</mfenced>
+<mo>]</mo>
+</mrow>
 </math>
 </div>
 <div style="min-width:500px; padding-left:60px">
@@ -1559,7 +1561,8 @@ sous forme d’une matrice colonne (la raison sera plus 
claire bientôt):
 <mo>=</mo>
 
<msub><mi>JAC</mi><mrow><mi>P</mi><mo>(</mo><mi>φ</mi><mo>,</mo><mi>λ</mi><mo>)</mo></mrow></msub>
 <mo>=</mo>
-<mfenced close="]" open="[">
+<mrow>
+<mo>[</mo>
 <mtable>
 <mtr>
 
<mtd><mfrac><mrow><mo>∂</mo><mi>x</mi><mo>(</mo><mi>φ</mi><mo>,</mo><mi>λ</mi><mo>)</mo></mrow><mrow><mo>∂</mo><mi>φ</mi></mrow></mfrac></mtd>
@@ -1570,7 +1573,8 @@ sous forme d’une matrice colonne (la raison sera plus 
claire bientôt):
 
<mtd><mfrac><mrow><mo>∂</mo><mi>y</mi><mo>(</mo><mi>φ</mi><mo>,</mo><mi>λ</mi><mo>)</mo></mrow><mrow><mo>∂</mo><mi>λ</mi></mrow></mfrac></mtd>
 </mtr>
 </mtable>
-</mfenced>
+<mo>]</mo>
+</mrow>
 </math>
 </div>
 <div style="min-width:500px; padding-left:60px">
@@ -1610,7 +1614,8 @@ la première et deuxième colonne des matrices Jacobiennes.
 <mtable><mtr>
 <mtd>
 <mover><mi>U</mi><mo>→</mo></mover><mo>=</mo>
-<mfenced close="]" open="[">
+<mrow>
+<mo>[</mo>
 <mtable>
 <mtr>
 
<mtd><mfrac><mrow><mo>∂</mo><mi>x</mi></mrow><mrow><mo>∂</mo><mi>φ</mi></mrow></mfrac></mtd>
@@ -1619,12 +1624,14 @@ la première et deuxième colonne des matrices 
Jacobiennes.
 
<mtd><mfrac><mrow><mo>∂</mo><mi>y</mi></mrow><mrow><mo>∂</mo><mi>φ</mi></mrow></mfrac></mtd>
 </mtr>
 </mtable>
-</mfenced>
+<mo>]</mo>
+</mrow>
 </mtd>
 <mtd><mtext>et</mtext></mtd>
 <mtd>
 <mover><mi>V</mi><mo>→</mo></mover><mo>=</mo>
-<mfenced close="]" open="[">
+<mrow>
+<mo>[</mo>
 <mtable>
 <mtr>
 
<mtd><mfrac><mrow><mo>∂</mo><mi>x</mi></mrow><mrow><mo>∂</mo><mi>λ</mi></mrow></mfrac></mtd>
@@ -1633,7 +1640,8 @@ la première et deuxième colonne des matrices Jacobiennes.
 
<mtd><mfrac><mrow><mo>∂</mo><mi>y</mi></mrow><mrow><mo>∂</mo><mi>λ</mi></mrow></mfrac></mtd>
 </mtr>
 </mtable>
-</mfenced>
+<mo>]</mo>
+</mrow>
 </mtd>
 </mtr></mtable>
 </math>
@@ -3523,15 +3531,18 @@ Les équations ci-dessus peuvent être représentées sous 
forme de matrices com
 
 
 <math xmlns="http://www.w3.org/1998/Math/MathML"; alttext="MathML capable 
browser required" display="block">
-<mfenced close="]" open="[">
+<mrow>
+<mo>[</mo>
 <mtable>
 <mtr><mtd><mi>λ</mi></mtd></mtr>
 <mtr><mtd><mi>φ</mi></mtd></mtr>
 <mtr><mtd><mn>1</mn></mtd></mtr>
 </mtable>
-</mfenced>
+<mo>]</mo>
+</mrow>
 <mo>=</mo>
-<mfenced close="]" open="[">
+<mrow>
+<mo>[</mo>
 <mtable>
 <mtr>
 <mtd><msub><mi>S</mi><mrow>λ</mrow></msub></mtd>
@@ -3549,15 +3560,18 @@ Les équations ci-dessus peuvent être représentées sous 
forme de matrices com
 <mtd><mn>1</mn></mtd>
 </mtr>
 </mtable>
-</mfenced>
+<mo>]</mo>
+</mrow>
 <mo>×</mo>
-<mfenced close="]" open="[">
+<mrow>
+<mo>[</mo>
 <mtable>
 <mtr><mtd><mi>x</mi></mtd></mtr>
 <mtr><mtd><mi>y</mi></mtd></mtr>
 <mtr><mtd><mn>1</mn></mtd></mtr>
 </mtable>
-</mfenced>
+<mo>]</mo>
+</mrow>
 </math>
 </p><p>
 Dans ce cas particulier, les facteurs d’échelles <var>S</var> correspondent à 
la taille des pixels en degrés
@@ -3590,7 +3604,8 @@ suivit de l’opération <var>B</var> et finalement 
l’opération <var>A</var>.
 <div style="display:table-row">
 <div style="display:table-cell; vertical-align:middle">
 <math xmlns="http://www.w3.org/1998/Math/MathML"; alttext="MathML capable 
browser required" display="block">
-<mfenced close="]" open="[">
+<mrow>
+<mo>[</mo>
 <mtable>
 <mtr>
 <mtd><mn>0</mn></mtd>
@@ -3608,13 +3623,15 @@ suivit de l’opération <var>B</var> et finalement 
l’opération <var>A</var>.
 <mtd><mn>1</mn></mtd>
 </mtr>
 </mtable>
-</mfenced>
+<mo>]</mo>
+</mrow>
 </math>
 </div>
 <div style="display:table-cell; vertical-align:middle; padding-left: 15px; 
padding-right: 15px">×</div>
 <div style="display:table-cell; vertical-align:middle">
 <math xmlns="http://www.w3.org/1998/Math/MathML"; display="block">
-<mfenced close="]" open="[">
+<mrow>
+<mo>[</mo>
 <mtable>
 <mtr>
 <mtd><mn>1</mn></mtd>
@@ -3632,13 +3649,15 @@ suivit de l’opération <var>B</var> et finalement 
l’opération <var>A</var>.
 <mtd><mn>1</mn></mtd>
 </mtr>
 </mtable>
-</mfenced>
+<mo>]</mo>
+</mrow>
 </math>
 </div>
 <div style="display:table-cell; vertical-align:middle; padding-left: 15px; 
padding-right: 15px">×</div>
 <div style="display:table-cell; vertical-align:middle">
 <math xmlns="http://www.w3.org/1998/Math/MathML"; display="block">
-<mfenced close="]" open="[">
+<mrow>
+<mo>[</mo>
 <mtable>
 <mtr>
 <mtd><mfrac>
@@ -3670,13 +3689,15 @@ suivit de l’opération <var>B</var> et finalement 
l’opération <var>A</var>.
 <mtd><mn>1</mn></mtd>
 </mtr>
 </mtable>
-</mfenced>
+<mo>]</mo>
+</mrow>
 </math>
 </div>
 <div style="display:table-cell; vertical-align:middle; padding-left: 15px; 
padding-right: 15px">=</div>
 <div style="display:table-cell; vertical-align:middle">
 <math xmlns="http://www.w3.org/1998/Math/MathML"; display="block">
-<mfenced close="]" open="[">
+<mrow>
+<mo>[</mo>
 <mtable>
 <mtr>
 <mtd><mn>0</mn></mtd>
@@ -3708,7 +3729,8 @@ suivit de l’opération <var>B</var> et finalement 
l’opération <var>A</var>.
 <mtd><mn>1</mn></mtd>
 </mtr>
 </mtable>
-</mfenced>
+<mo>]</mo>
+</mrow>
 </math>
 </div>
 </div>
@@ -3840,15 +3862,18 @@ Les termes <var>φ</var> sont des latitudes, 
<var>λ</var> des longitudes et
 
 
 <math xmlns="http://www.w3.org/1998/Math/MathML"; alttext="MathML capable 
browser required" display="block">
-<mfenced close="]" open="[">
+<mrow>
+<mo>[</mo>
 <mtable>
 <mtr><mtd><msub><mi>φ</mi><mrow><mn>2</mn></mrow></msub></mtd></mtr>
 <mtr><mtd><msub><mi>λ</mi><mrow><mn>2</mn></mrow></msub></mtd></mtr>
 <mtr><mtd><mn>1</mn></mtd></mtr>
 </mtable>
-</mfenced>
+<mo>]</mo>
+</mrow>
 <mo>=</mo>
-<mfenced close="]" open="[">
+<mrow>
+<mo>[</mo>
 <mtable>
 <mtr>
 <mtd><mn>1</mn></mtd>
@@ -3869,16 +3894,19 @@ Les termes <var>φ</var> sont des latitudes, 
<var>λ</var> des longitudes et
 <mtd><mn>1</mn></mtd>
 </mtr>
 </mtable>
-</mfenced>
+<mo>]</mo>
+</mrow>
 <mo>×</mo>
-<mfenced close="]" open="[">
+<mrow>
+<mo>[</mo>
 <mtable>
 <mtr><mtd><msub><mi>φ</mi><mrow><mn>1</mn></mrow></msub></mtd></mtr>
 <mtr><mtd><msub><mi>λ</mi><mrow><mn>1</mn></mrow></msub></mtd></mtr>
 <mtr><mtd><mi>h</mi></mtd></mtr>
 <mtr><mtd><mn>1</mn></mtd></mtr>
 </mtable>
-</mfenced>
+<mo>]</mo>
+</mrow>
 </math>
 </p><p>
 Pour des bibliothèques d’algèbre linéaire, la matrice ci-dessus représente un 
système d’équations sous-déterminé, et donc insoluble.
diff --git a/build.html b/build.html
index d5bbc77..0a0d9dc 100644
--- a/build.html
+++ b/build.html
@@ -8,8 +8,8 @@
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <link 
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css";
         rel="stylesheet" 
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU"
 crossorigin="anonymous">
-  <link rel="stylesheet" type="text/css" media="screen" href="css/syntax.css">
-  <link rel="stylesheet" type="text/css" media="screen" href="css/sis.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="syntax.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="sis.css">
 </head>
 
 <body>
@@ -38,7 +38,7 @@
         <a class="nav-link dropdown-toggle" id="menuDocumentation" 
data-bs-toggle="dropdown" aria-expanded="false">Documentation</a>
         <ul class="dropdown-menu" aria-labelledby="menuDocumentation">
           <li><a class="dropdown-item" href="apidocs/index.html">Online 
Javadoc</a></li>
-          <li><a class="dropdown-item" href="book/index.html">Developer 
Guide</a></li>
+          <li><a class="dropdown-item" 
href="book/en/developer-guide.html">Developer Guide</a></li>
           <li><a class="dropdown-item" href="epsg.html">EPSG Database</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateReferenceSystems.html">Supported CRS</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateOperationMethods.html">Map Projections</a></li>
@@ -78,14 +78,14 @@
 
 
 <div class="row flex-nowrap">
-  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width: 12rem;">
+  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width:13rem; min-height:40rem">
     <ul class="nav nav-pills flex-column mb-auto position-fixed">
       <li><a class="nav-link  text-white " href="/index.html">Home</a></li>
       <li><a class="nav-link  text-white " 
href="standards.html">Standards</a></li>
       <li><a class="nav-link text-white" 
href="http://www.apache.org/licenses/";>License</a></li>
       <li><a class="nav-link  text-white " 
href="downloads.html">Downloads</a></li>
       <li><a class="nav-link text-white" href="apidocs/index.html">Online 
Javadoc</a></li>
-      <li><a class="nav-link text-white" href="book/index.html">Developer 
Guide</a></li>
+      <li><a class="nav-link text-white" 
href="book/en/developer-guide.html">Developer Guide</a></li>
       <li><a class="nav-link  text-white " href="epsg.html">EPSG 
Database</a></li>
       <li><a class="nav-link  text-white " href="code-patterns.html">Code 
patterns</a></li>
       <li><a class="nav-link  text-white " href="faq.html">FAQ</a></li>
@@ -94,7 +94,7 @@
   <div class="col">
     <main class="container">
       <article>
-        <img src="img/logo.png" class="sis-logo" align="left"/>
+        <img src="images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">Build from source</p>
         
   <p>Apache <abbr title="Spatial Information System">SIS</abbr> is built by 
Maven.
diff --git a/code-patterns.html b/code-patterns.html
index 3bda5bf..28e2c18 100644
--- a/code-patterns.html
+++ b/code-patterns.html
@@ -8,8 +8,8 @@
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <link 
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css";
         rel="stylesheet" 
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU"
 crossorigin="anonymous">
-  <link rel="stylesheet" type="text/css" media="screen" href="css/syntax.css">
-  <link rel="stylesheet" type="text/css" media="screen" href="css/sis.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="syntax.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="sis.css">
 </head>
 
 <body>
@@ -38,7 +38,7 @@
         <a class="nav-link dropdown-toggle" id="menuDocumentation" 
data-bs-toggle="dropdown" aria-expanded="false">Documentation</a>
         <ul class="dropdown-menu" aria-labelledby="menuDocumentation">
           <li><a class="dropdown-item" href="apidocs/index.html">Online 
Javadoc</a></li>
-          <li><a class="dropdown-item" href="book/index.html">Developer 
Guide</a></li>
+          <li><a class="dropdown-item" 
href="book/en/developer-guide.html">Developer Guide</a></li>
           <li><a class="dropdown-item" href="epsg.html">EPSG Database</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateReferenceSystems.html">Supported CRS</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateOperationMethods.html">Map Projections</a></li>
@@ -78,14 +78,14 @@
 
 
 <div class="row flex-nowrap">
-  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width: 12rem;">
+  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width:13rem; min-height:40rem">
     <ul class="nav nav-pills flex-column mb-auto position-fixed">
       <li><a class="nav-link  text-white " href="/index.html">Home</a></li>
       <li><a class="nav-link  text-white " 
href="standards.html">Standards</a></li>
       <li><a class="nav-link text-white" 
href="http://www.apache.org/licenses/";>License</a></li>
       <li><a class="nav-link  text-white " 
href="downloads.html">Downloads</a></li>
       <li><a class="nav-link text-white" href="apidocs/index.html">Online 
Javadoc</a></li>
-      <li><a class="nav-link text-white" href="book/index.html">Developer 
Guide</a></li>
+      <li><a class="nav-link text-white" 
href="book/en/developer-guide.html">Developer Guide</a></li>
       <li><a class="nav-link  text-white " href="epsg.html">EPSG 
Database</a></li>
       <li><a class="nav-link  active " href="code-patterns.html">Code 
patterns</a></li>
       <li><a class="nav-link  text-white " href="faq.html">FAQ</a></li>
@@ -94,7 +94,7 @@
   <div class="col">
     <main class="container">
       <article>
-        <img src="img/logo.png" class="sis-logo" align="left"/>
+        <img src="images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">Recommended code patterns</p>
         
   <p>This page lists some recommended code pattern for developing or using 
Apache <abbr title="Spatial Information System">SIS</abbr>.</p>
diff --git a/coding-conventions.html b/coding-conventions.html
index e5ca2ac..1fbfdf0 100644
--- a/coding-conventions.html
+++ b/coding-conventions.html
@@ -8,8 +8,8 @@
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <link 
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css";
         rel="stylesheet" 
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU"
 crossorigin="anonymous">
-  <link rel="stylesheet" type="text/css" media="screen" href="css/syntax.css">
-  <link rel="stylesheet" type="text/css" media="screen" href="css/sis.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="syntax.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="sis.css">
 </head>
 
 <body>
@@ -38,7 +38,7 @@
         <a class="nav-link dropdown-toggle" id="menuDocumentation" 
data-bs-toggle="dropdown" aria-expanded="false">Documentation</a>
         <ul class="dropdown-menu" aria-labelledby="menuDocumentation">
           <li><a class="dropdown-item" href="apidocs/index.html">Online 
Javadoc</a></li>
-          <li><a class="dropdown-item" href="book/index.html">Developer 
Guide</a></li>
+          <li><a class="dropdown-item" 
href="book/en/developer-guide.html">Developer Guide</a></li>
           <li><a class="dropdown-item" href="epsg.html">EPSG Database</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateReferenceSystems.html">Supported CRS</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateOperationMethods.html">Map Projections</a></li>
@@ -78,14 +78,14 @@
 
 
 <div class="row flex-nowrap">
-  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width: 12rem;">
+  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width:13rem; min-height:40rem">
     <ul class="nav nav-pills flex-column mb-auto position-fixed">
       <li><a class="nav-link  text-white " href="/index.html">Home</a></li>
       <li><a class="nav-link  text-white " 
href="standards.html">Standards</a></li>
       <li><a class="nav-link text-white" 
href="http://www.apache.org/licenses/";>License</a></li>
       <li><a class="nav-link  text-white " 
href="downloads.html">Downloads</a></li>
       <li><a class="nav-link text-white" href="apidocs/index.html">Online 
Javadoc</a></li>
-      <li><a class="nav-link text-white" href="book/index.html">Developer 
Guide</a></li>
+      <li><a class="nav-link text-white" 
href="book/en/developer-guide.html">Developer Guide</a></li>
       <li><a class="nav-link  text-white " href="epsg.html">EPSG 
Database</a></li>
       <li><a class="nav-link  text-white " href="code-patterns.html">Code 
patterns</a></li>
       <li><a class="nav-link  text-white " href="faq.html">FAQ</a></li>
@@ -94,7 +94,7 @@
   <div class="col">
     <main class="container">
       <article>
-        <img src="img/logo.png" class="sis-logo" align="left"/>
+        <img src="images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">Source code</p>
         
   <p>This page describes some coding conventions applied in Apache <abbr 
title="Spatial Information System">SIS</abbr> development.</p>
diff --git a/command-line.html b/command-line.html
index 4bd8573..3550609 100644
--- a/command-line.html
+++ b/command-line.html
@@ -8,8 +8,8 @@
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <link 
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css";
         rel="stylesheet" 
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU"
 crossorigin="anonymous">
-  <link rel="stylesheet" type="text/css" media="screen" href="css/syntax.css">
-  <link rel="stylesheet" type="text/css" media="screen" href="css/sis.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="syntax.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="sis.css">
 </head>
 
 <body>
@@ -38,7 +38,7 @@
         <a class="nav-link dropdown-toggle" id="menuDocumentation" 
data-bs-toggle="dropdown" aria-expanded="false">Documentation</a>
         <ul class="dropdown-menu" aria-labelledby="menuDocumentation">
           <li><a class="dropdown-item" href="apidocs/index.html">Online 
Javadoc</a></li>
-          <li><a class="dropdown-item" href="book/index.html">Developer 
Guide</a></li>
+          <li><a class="dropdown-item" 
href="book/en/developer-guide.html">Developer Guide</a></li>
           <li><a class="dropdown-item" href="epsg.html">EPSG Database</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateReferenceSystems.html">Supported CRS</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateOperationMethods.html">Map Projections</a></li>
@@ -78,14 +78,14 @@
 
 
 <div class="row flex-nowrap">
-  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width: 12rem;">
+  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width:13rem; min-height:40rem">
     <ul class="nav nav-pills flex-column mb-auto position-fixed">
       <li><a class="nav-link  text-white " href="/index.html">Home</a></li>
       <li><a class="nav-link  text-white " 
href="standards.html">Standards</a></li>
       <li><a class="nav-link text-white" 
href="http://www.apache.org/licenses/";>License</a></li>
       <li><a class="nav-link  text-white " 
href="downloads.html">Downloads</a></li>
       <li><a class="nav-link text-white" href="apidocs/index.html">Online 
Javadoc</a></li>
-      <li><a class="nav-link text-white" href="book/index.html">Developer 
Guide</a></li>
+      <li><a class="nav-link text-white" 
href="book/en/developer-guide.html">Developer Guide</a></li>
       <li><a class="nav-link  text-white " href="epsg.html">EPSG 
Database</a></li>
       <li><a class="nav-link  text-white " href="code-patterns.html">Code 
patterns</a></li>
       <li><a class="nav-link  text-white " href="faq.html">FAQ</a></li>
@@ -94,7 +94,7 @@
   <div class="col">
     <main class="container">
       <article>
-        <img src="img/logo.png" class="sis-logo" align="left"/>
+        <img src="images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">Command-line interface</p>
         
   <p>A command-line interface is provided for extracting information from data 
files or authority codes,
diff --git a/contributor.html b/contributor.html
index 1afd5de..6c046a8 100644
--- a/contributor.html
+++ b/contributor.html
@@ -8,8 +8,8 @@
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <link 
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css";
         rel="stylesheet" 
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU"
 crossorigin="anonymous">
-  <link rel="stylesheet" type="text/css" media="screen" href="css/syntax.css">
-  <link rel="stylesheet" type="text/css" media="screen" href="css/sis.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="syntax.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="sis.css">
 </head>
 
 <body>
@@ -38,7 +38,7 @@
         <a class="nav-link dropdown-toggle" id="menuDocumentation" 
data-bs-toggle="dropdown" aria-expanded="false">Documentation</a>
         <ul class="dropdown-menu" aria-labelledby="menuDocumentation">
           <li><a class="dropdown-item" href="apidocs/index.html">Online 
Javadoc</a></li>
-          <li><a class="dropdown-item" href="book/index.html">Developer 
Guide</a></li>
+          <li><a class="dropdown-item" 
href="book/en/developer-guide.html">Developer Guide</a></li>
           <li><a class="dropdown-item" href="epsg.html">EPSG Database</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateReferenceSystems.html">Supported CRS</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateOperationMethods.html">Map Projections</a></li>
@@ -78,14 +78,14 @@
 
 
 <div class="row flex-nowrap">
-  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width: 12rem;">
+  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width:13rem; min-height:40rem">
     <ul class="nav nav-pills flex-column mb-auto position-fixed">
       <li><a class="nav-link  text-white " href="/index.html">Home</a></li>
       <li><a class="nav-link  text-white " 
href="standards.html">Standards</a></li>
       <li><a class="nav-link text-white" 
href="http://www.apache.org/licenses/";>License</a></li>
       <li><a class="nav-link  text-white " 
href="downloads.html">Downloads</a></li>
       <li><a class="nav-link text-white" href="apidocs/index.html">Online 
Javadoc</a></li>
-      <li><a class="nav-link text-white" href="book/index.html">Developer 
Guide</a></li>
+      <li><a class="nav-link text-white" 
href="book/en/developer-guide.html">Developer Guide</a></li>
       <li><a class="nav-link  text-white " href="epsg.html">EPSG 
Database</a></li>
       <li><a class="nav-link  text-white " href="code-patterns.html">Code 
patterns</a></li>
       <li><a class="nav-link  text-white " href="faq.html">FAQ</a></li>
@@ -94,7 +94,7 @@
   <div class="col">
     <main class="container">
       <article>
-        <img src="img/logo.png" class="sis-logo" align="left"/>
+        <img src="images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">New contributor</p>
         
   <p>Improving and extending Apache <abbr title="Spatial Information 
System">SIS</abbr> requires extensive knowledge of geographic information 
science,
diff --git a/downloads.html b/downloads.html
index 41d5425..42fd534 100644
--- a/downloads.html
+++ b/downloads.html
@@ -8,8 +8,8 @@
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <link 
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css";
         rel="stylesheet" 
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU"
 crossorigin="anonymous">
-  <link rel="stylesheet" type="text/css" media="screen" href="css/syntax.css">
-  <link rel="stylesheet" type="text/css" media="screen" href="css/sis.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="syntax.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="sis.css">
 </head>
 
 <body>
@@ -38,7 +38,7 @@
         <a class="nav-link dropdown-toggle" id="menuDocumentation" 
data-bs-toggle="dropdown" aria-expanded="false">Documentation</a>
         <ul class="dropdown-menu" aria-labelledby="menuDocumentation">
           <li><a class="dropdown-item" href="apidocs/index.html">Online 
Javadoc</a></li>
-          <li><a class="dropdown-item" href="book/index.html">Developer 
Guide</a></li>
+          <li><a class="dropdown-item" 
href="book/en/developer-guide.html">Developer Guide</a></li>
           <li><a class="dropdown-item" href="epsg.html">EPSG Database</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateReferenceSystems.html">Supported CRS</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateOperationMethods.html">Map Projections</a></li>
@@ -78,14 +78,14 @@
 
 
 <div class="row flex-nowrap">
-  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width: 12rem;">
+  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width:13rem; min-height:40rem">
     <ul class="nav nav-pills flex-column mb-auto position-fixed">
       <li><a class="nav-link  text-white " href="/index.html">Home</a></li>
       <li><a class="nav-link  text-white " 
href="standards.html">Standards</a></li>
       <li><a class="nav-link text-white" 
href="http://www.apache.org/licenses/";>License</a></li>
       <li><a class="nav-link  active " href="downloads.html">Downloads</a></li>
       <li><a class="nav-link text-white" href="apidocs/index.html">Online 
Javadoc</a></li>
-      <li><a class="nav-link text-white" href="book/index.html">Developer 
Guide</a></li>
+      <li><a class="nav-link text-white" 
href="book/en/developer-guide.html">Developer Guide</a></li>
       <li><a class="nav-link  text-white " href="epsg.html">EPSG 
Database</a></li>
       <li><a class="nav-link  text-white " href="code-patterns.html">Code 
patterns</a></li>
       <li><a class="nav-link  text-white " href="faq.html">FAQ</a></li>
@@ -94,7 +94,7 @@
   <div class="col">
     <main class="container">
       <article>
-        <img src="img/logo.png" class="sis-logo" align="left"/>
+        <img src="images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">Apache SIS downloads</p>
         
   <p>Apache <abbr title="Spatial Information System">SIS</abbr> 1.1 is now 
available.
diff --git a/epsg.html b/epsg.html
index 1480ba8..17b3c0c 100644
--- a/epsg.html
+++ b/epsg.html
@@ -8,8 +8,8 @@
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <link 
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css";
         rel="stylesheet" 
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU"
 crossorigin="anonymous">
-  <link rel="stylesheet" type="text/css" media="screen" href="css/syntax.css">
-  <link rel="stylesheet" type="text/css" media="screen" href="css/sis.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="syntax.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="sis.css">
 </head>
 
 <body>
@@ -38,7 +38,7 @@
         <a class="nav-link dropdown-toggle" id="menuDocumentation" 
data-bs-toggle="dropdown" aria-expanded="false">Documentation</a>
         <ul class="dropdown-menu" aria-labelledby="menuDocumentation">
           <li><a class="dropdown-item" href="apidocs/index.html">Online 
Javadoc</a></li>
-          <li><a class="dropdown-item" href="book/index.html">Developer 
Guide</a></li>
+          <li><a class="dropdown-item" 
href="book/en/developer-guide.html">Developer Guide</a></li>
           <li><a class="dropdown-item" href="epsg.html">EPSG Database</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateReferenceSystems.html">Supported CRS</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateOperationMethods.html">Map Projections</a></li>
@@ -78,14 +78,14 @@
 
 
 <div class="row flex-nowrap">
-  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width: 12rem;">
+  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width:13rem; min-height:40rem">
     <ul class="nav nav-pills flex-column mb-auto position-fixed">
       <li><a class="nav-link  text-white " href="/index.html">Home</a></li>
       <li><a class="nav-link  text-white " 
href="standards.html">Standards</a></li>
       <li><a class="nav-link text-white" 
href="http://www.apache.org/licenses/";>License</a></li>
       <li><a class="nav-link  text-white " 
href="downloads.html">Downloads</a></li>
       <li><a class="nav-link text-white" href="apidocs/index.html">Online 
Javadoc</a></li>
-      <li><a class="nav-link text-white" href="book/index.html">Developer 
Guide</a></li>
+      <li><a class="nav-link text-white" 
href="book/en/developer-guide.html">Developer Guide</a></li>
       <li><a class="nav-link  active " href="epsg.html">EPSG Database</a></li>
       <li><a class="nav-link  text-white " href="code-patterns.html">Code 
patterns</a></li>
       <li><a class="nav-link  text-white " href="faq.html">FAQ</a></li>
@@ -94,7 +94,7 @@
   <div class="col">
     <main class="container">
       <article>
-        <img src="img/logo.png" class="sis-logo" align="left"/>
+        <img src="images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">How to use EPSG geodetic dataset</p>
         
   <p>The <a href="https://epsg.org/";>EPSG geodetic dataset</a> is a de-facto 
standard providing
diff --git a/faq.html b/faq.html
index 93141a0..e8dc19b 100644
--- a/faq.html
+++ b/faq.html
@@ -8,8 +8,8 @@
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <link 
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css";
         rel="stylesheet" 
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU"
 crossorigin="anonymous">
-  <link rel="stylesheet" type="text/css" media="screen" href="css/syntax.css">
-  <link rel="stylesheet" type="text/css" media="screen" href="css/sis.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="syntax.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="sis.css">
 </head>
 
 <body>
@@ -38,7 +38,7 @@
         <a class="nav-link dropdown-toggle" id="menuDocumentation" 
data-bs-toggle="dropdown" aria-expanded="false">Documentation</a>
         <ul class="dropdown-menu" aria-labelledby="menuDocumentation">
           <li><a class="dropdown-item" href="apidocs/index.html">Online 
Javadoc</a></li>
-          <li><a class="dropdown-item" href="book/index.html">Developer 
Guide</a></li>
+          <li><a class="dropdown-item" 
href="book/en/developer-guide.html">Developer Guide</a></li>
           <li><a class="dropdown-item" href="epsg.html">EPSG Database</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateReferenceSystems.html">Supported CRS</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateOperationMethods.html">Map Projections</a></li>
@@ -78,14 +78,14 @@
 
 
 <div class="row flex-nowrap">
-  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width: 12rem;">
+  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width:13rem; min-height:40rem">
     <ul class="nav nav-pills flex-column mb-auto position-fixed">
       <li><a class="nav-link  text-white " href="/index.html">Home</a></li>
       <li><a class="nav-link  text-white " 
href="standards.html">Standards</a></li>
       <li><a class="nav-link text-white" 
href="http://www.apache.org/licenses/";>License</a></li>
       <li><a class="nav-link  text-white " 
href="downloads.html">Downloads</a></li>
       <li><a class="nav-link text-white" href="apidocs/index.html">Online 
Javadoc</a></li>
-      <li><a class="nav-link text-white" href="book/index.html">Developer 
Guide</a></li>
+      <li><a class="nav-link text-white" 
href="book/en/developer-guide.html">Developer Guide</a></li>
       <li><a class="nav-link  text-white " href="epsg.html">EPSG 
Database</a></li>
       <li><a class="nav-link  text-white " href="code-patterns.html">Code 
patterns</a></li>
       <li><a class="nav-link  active " href="faq.html">FAQ</a></li>
@@ -94,7 +94,7 @@
   <div class="col">
     <main class="container">
       <article>
-        <img src="img/logo.png" class="sis-logo" align="left"/>
+        <img src="images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">Frequently asked questions</p>
         
   <p>This page lists some Frequently Asked Questions (FAQ) when using Apache 
<abbr title="Spatial Information System">SIS</abbr>.</p>
diff --git a/fr/faq.html b/fr/faq.html
index 166bec1..321b0d8 100644
--- a/fr/faq.html
+++ b/fr/faq.html
@@ -8,8 +8,8 @@
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <link 
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css";
         rel="stylesheet" 
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU"
 crossorigin="anonymous">
-  <link rel="stylesheet" type="text/css" media="screen" 
href="../css/syntax.css">
-  <link rel="stylesheet" type="text/css" media="screen" href="../css/sis.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="../syntax.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="../sis.css">
 </head>
 
 <body>
@@ -22,12 +22,15 @@
         <a class="nav-link dropdown-toggle" id="menuAbout" 
data-bs-toggle="dropdown" aria-expanded="false">À propos de</a>
         <ul class="dropdown-menu" aria-labelledby="menuAbout">
           <li><a class="dropdown-item" 
href="http://www.apache.org/licenses/";>Licence</a></li>
+          <li><a class="dropdown-item" href="../index.html">Page 
d'accueil</a></li>
         </ul>
       </li>
       <li class="nav-item dropdown">
         <a class="nav-link dropdown-toggle" id="menuDocumentation" 
data-bs-toggle="dropdown" aria-expanded="false">Documentation</a>
         <ul class="dropdown-menu" aria-labelledby="menuDocumentation">
           <li><a class="dropdown-item" href="index.html">Sommaire</a></li>
+          <li><a class="dropdown-item" 
href="../book/fr/developer-guide.html">Guide du développeur</a></li>
+          <li><a class="dropdown-item" 
href="../openoffice/fr/index.html">Add-in OpenOffice</a></li>
           <li><a class="dropdown-item" href="faq.html">FAQ</a></li>
         </ul>
       </li>
@@ -44,18 +47,21 @@
 
 
 <div class="row flex-nowrap">
-  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width: 12rem;">
+  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width:13rem; min-height:40rem">
     <ul class="nav nav-pills flex-column mb-auto position-fixed">
       <li><a class="nav-link  text-white " href="index.html">Sommaire</a></li>
       <li><a class="nav-link text-white" 
href="http://www.apache.org/licenses/";>Licence</a></li>
+      <li><a class="nav-link text-white" 
href="../book/fr/developer-guide.html">Guide du développeur</a></li>
+      <li><a class="nav-link text-white" 
href="../openoffice/fr/index.html">Add-in OpenOffice</a></li>
       <li><a class="nav-link  active " href="faq.html">FAQ</a></li>
+      <li><hr class="dropdown-divider"></li>
       <li><a class="nav-link text-white" href="../index.html">Anglais</a></li>
     </ul>
   </div>
   <div class="col">
     <main class="container">
       <article>
-        <img src="../img/logo.png" class="sis-logo" align="left"/>
+        <img src="../images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">Questions fréquentes (FAQ)</p>
         
   <div class="warning">
diff --git a/fr/index.html b/fr/index.html
index 4175a0e..85aa82d 100644
--- a/fr/index.html
+++ b/fr/index.html
@@ -9,8 +9,8 @@
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <link 
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css";
         rel="stylesheet" 
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU"
 crossorigin="anonymous">
-  <link rel="stylesheet" type="text/css" media="screen" 
href="../css/syntax.css">
-  <link rel="stylesheet" type="text/css" media="screen" href="../css/sis.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="../syntax.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="../sis.css">
 </head>
 
 <body>
@@ -23,12 +23,15 @@
         <a class="nav-link dropdown-toggle" id="menuAbout" 
data-bs-toggle="dropdown" aria-expanded="false">À propos de</a>
         <ul class="dropdown-menu" aria-labelledby="menuAbout">
           <li><a class="dropdown-item" 
href="http://www.apache.org/licenses/";>Licence</a></li>
+          <li><a class="dropdown-item" href="../index.html">Page 
d'accueil</a></li>
         </ul>
       </li>
       <li class="nav-item dropdown">
         <a class="nav-link dropdown-toggle" id="menuDocumentation" 
data-bs-toggle="dropdown" aria-expanded="false">Documentation</a>
         <ul class="dropdown-menu" aria-labelledby="menuDocumentation">
           <li><a class="dropdown-item" href="index.html">Sommaire</a></li>
+          <li><a class="dropdown-item" 
href="../book/fr/developer-guide.html">Guide du développeur</a></li>
+          <li><a class="dropdown-item" 
href="../openoffice/fr/index.html">Add-in OpenOffice</a></li>
           <li><a class="dropdown-item" href="faq.html">FAQ</a></li>
         </ul>
       </li>
@@ -45,18 +48,21 @@
 
 
 <div class="row flex-nowrap">
-  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width: 12rem;">
+  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width:13rem; min-height:40rem">
     <ul class="nav nav-pills flex-column mb-auto position-fixed">
       <li><a class="nav-link  active " href="index.html">Sommaire</a></li>
       <li><a class="nav-link text-white" 
href="http://www.apache.org/licenses/";>Licence</a></li>
+      <li><a class="nav-link text-white" 
href="../book/fr/developer-guide.html">Guide du développeur</a></li>
+      <li><a class="nav-link text-white" 
href="../openoffice/fr/index.html">Add-in OpenOffice</a></li>
       <li><a class="nav-link  text-white " href="faq.html">FAQ</a></li>
+      <li><hr class="dropdown-divider"></li>
       <li><a class="nav-link text-white" href="../index.html">Anglais</a></li>
     </ul>
   </div>
   <div class="col">
     <main class="container">
       <article>
-        <img src="../img/logo.png" class="sis-logo" align="left"/>
+        <img src="../images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">La bibliothèque Apache SIS™</p>
         
   <p>Quelques pages du site de Apache <abbr title="Spatial Information 
System">SIS</abbr> ont été traduites en français,
@@ -64,6 +70,8 @@ mais cette traduction n&rsquo;est pas maintenue et peut être 
obsolète.
 Les pages les plus complètes sont les versions anglaises.</p>
 <ul>
 <li><a href="faq.html">Questions fréquentes (FAQ)</a></li>
+<li><a href="../book/fr/developer-guide.html">Guide du développeur</a></li>
+<li><a href="../openoffice/fr/index.html">Add-in OpenOffice</a></li>
 </ul>
 
 
diff --git a/img/logo-feather.jpg b/images/logo-feather.jpg
similarity index 100%
rename from img/logo-feather.jpg
rename to images/logo-feather.jpg
diff --git a/img/logo-large.png b/images/logo-large.png
similarity index 100%
rename from img/logo-large.png
rename to images/logo-large.png
diff --git a/img/logo.png b/images/logo.png
similarity index 100%
rename from img/logo.png
rename to images/logo.png
diff --git a/img/h1.png b/img/h1.png
deleted file mode 100644
index 1bc8033..0000000
Binary files a/img/h1.png and /dev/null differ
diff --git a/index.html b/index.html
index 1291db2..65d9f5d 100644
--- a/index.html
+++ b/index.html
@@ -9,8 +9,8 @@
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <link 
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css";
         rel="stylesheet" 
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU"
 crossorigin="anonymous">
-  <link rel="stylesheet" type="text/css" media="screen" href="css/syntax.css">
-  <link rel="stylesheet" type="text/css" media="screen" href="css/sis.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="syntax.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="sis.css">
 </head>
 
 <body>
@@ -39,7 +39,7 @@
         <a class="nav-link dropdown-toggle" id="menuDocumentation" 
data-bs-toggle="dropdown" aria-expanded="false">Documentation</a>
         <ul class="dropdown-menu" aria-labelledby="menuDocumentation">
           <li><a class="dropdown-item" href="apidocs/index.html">Online 
Javadoc</a></li>
-          <li><a class="dropdown-item" href="book/index.html">Developer 
Guide</a></li>
+          <li><a class="dropdown-item" 
href="book/en/developer-guide.html">Developer Guide</a></li>
           <li><a class="dropdown-item" href="epsg.html">EPSG Database</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateReferenceSystems.html">Supported CRS</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateOperationMethods.html">Map Projections</a></li>
@@ -79,14 +79,14 @@
 
 
 <div class="row flex-nowrap">
-  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width: 12rem;">
+  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width:13rem; min-height:40rem">
     <ul class="nav nav-pills flex-column mb-auto position-fixed">
       <li><a class="nav-link  active " href="/index.html">Home</a></li>
       <li><a class="nav-link  text-white " 
href="standards.html">Standards</a></li>
       <li><a class="nav-link text-white" 
href="http://www.apache.org/licenses/";>License</a></li>
       <li><a class="nav-link  text-white " 
href="downloads.html">Downloads</a></li>
       <li><a class="nav-link text-white" href="apidocs/index.html">Online 
Javadoc</a></li>
-      <li><a class="nav-link text-white" href="book/index.html">Developer 
Guide</a></li>
+      <li><a class="nav-link text-white" 
href="book/en/developer-guide.html">Developer Guide</a></li>
       <li><a class="nav-link  text-white " href="epsg.html">EPSG 
Database</a></li>
       <li><a class="nav-link  text-white " href="code-patterns.html">Code 
patterns</a></li>
       <li><a class="nav-link  text-white " href="faq.html">FAQ</a></li>
@@ -95,7 +95,7 @@
   <div class="col">
     <main class="container">
       <article>
-        <img src="img/logo.png" class="sis-logo" align="left"/>
+        <img src="images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">The Apache SIS™ library</p>
         
   <p>Apache Spatial Information System (SIS) is a free software, Java language 
library for developing geospatial applications.
@@ -180,7 +180,7 @@ The EPSG geodetic dataset is optional for licensing 
reasons, but recommended.
 EPSG database installation is <a href="epsg.html">described in a separated 
page</a>.</p>
 <p>Apache <abbr title="Spatial Information System">SIS</abbr> is a Java 
library for use by other applications.
 Leveraging the full SIS capabilities or getting the best performance require 
that users write their own applications on top of SIS.
-The <a href="book/index.html">developer guide</a>, <a 
href="apidocs/index.html">online Javadoc</a> and <a 
href="code-patterns.html">recommended code patterns</a> page
+The <a href="book/en/developer-guide.html">developer guide</a>, <a 
href="apidocs/index.html">online Javadoc</a> and <a 
href="code-patterns.html">recommended code patterns</a> page
 provide instructions about developing with SIS.
 However a <a href="command-line.html">command-line tool</a> is also provided 
for allowing users to experiment some SIS functionalities before writing 
code.</p>
 
diff --git a/mail-lists.html b/mail-lists.html
index 5c80cc8..f2d82af 100644
--- a/mail-lists.html
+++ b/mail-lists.html
@@ -8,8 +8,8 @@
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <link 
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css";
         rel="stylesheet" 
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU"
 crossorigin="anonymous">
-  <link rel="stylesheet" type="text/css" media="screen" href="css/syntax.css">
-  <link rel="stylesheet" type="text/css" media="screen" href="css/sis.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="syntax.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="sis.css">
 </head>
 
 <body>
@@ -38,7 +38,7 @@
         <a class="nav-link dropdown-toggle" id="menuDocumentation" 
data-bs-toggle="dropdown" aria-expanded="false">Documentation</a>
         <ul class="dropdown-menu" aria-labelledby="menuDocumentation">
           <li><a class="dropdown-item" href="apidocs/index.html">Online 
Javadoc</a></li>
-          <li><a class="dropdown-item" href="book/index.html">Developer 
Guide</a></li>
+          <li><a class="dropdown-item" 
href="book/en/developer-guide.html">Developer Guide</a></li>
           <li><a class="dropdown-item" href="epsg.html">EPSG Database</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateReferenceSystems.html">Supported CRS</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateOperationMethods.html">Map Projections</a></li>
@@ -78,14 +78,14 @@
 
 
 <div class="row flex-nowrap">
-  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width: 12rem;">
+  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width:13rem; min-height:40rem">
     <ul class="nav nav-pills flex-column mb-auto position-fixed">
       <li><a class="nav-link  text-white " href="/index.html">Home</a></li>
       <li><a class="nav-link  text-white " 
href="standards.html">Standards</a></li>
       <li><a class="nav-link text-white" 
href="http://www.apache.org/licenses/";>License</a></li>
       <li><a class="nav-link  text-white " 
href="downloads.html">Downloads</a></li>
       <li><a class="nav-link text-white" href="apidocs/index.html">Online 
Javadoc</a></li>
-      <li><a class="nav-link text-white" href="book/index.html">Developer 
Guide</a></li>
+      <li><a class="nav-link text-white" 
href="book/en/developer-guide.html">Developer Guide</a></li>
       <li><a class="nav-link  text-white " href="epsg.html">EPSG 
Database</a></li>
       <li><a class="nav-link  text-white " href="code-patterns.html">Code 
patterns</a></li>
       <li><a class="nav-link  text-white " href="faq.html">FAQ</a></li>
@@ -94,7 +94,7 @@
   <div class="col">
     <main class="container">
       <article>
-        <img src="img/logo.png" class="sis-logo" align="left"/>
+        <img src="images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">Mailing lists</p>
         
   <p>We welcome you to join mailing lists and let us know about your thoughts 
or ideas about Apache <abbr title="Spatial Information System">SIS</abbr>.
diff --git a/release-management-setup.html b/release-management-setup.html
index a8b0fea..872bbfd 100644
--- a/release-management-setup.html
+++ b/release-management-setup.html
@@ -8,8 +8,8 @@
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <link 
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css";
         rel="stylesheet" 
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU"
 crossorigin="anonymous">
-  <link rel="stylesheet" type="text/css" media="screen" href="css/syntax.css">
-  <link rel="stylesheet" type="text/css" media="screen" href="css/sis.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="syntax.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="sis.css">
 </head>
 
 <body>
@@ -38,7 +38,7 @@
         <a class="nav-link dropdown-toggle" id="menuDocumentation" 
data-bs-toggle="dropdown" aria-expanded="false">Documentation</a>
         <ul class="dropdown-menu" aria-labelledby="menuDocumentation">
           <li><a class="dropdown-item" href="apidocs/index.html">Online 
Javadoc</a></li>
-          <li><a class="dropdown-item" href="book/index.html">Developer 
Guide</a></li>
+          <li><a class="dropdown-item" 
href="book/en/developer-guide.html">Developer Guide</a></li>
           <li><a class="dropdown-item" href="epsg.html">EPSG Database</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateReferenceSystems.html">Supported CRS</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateOperationMethods.html">Map Projections</a></li>
@@ -78,14 +78,14 @@
 
 
 <div class="row flex-nowrap">
-  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width: 12rem;">
+  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width:13rem; min-height:40rem">
     <ul class="nav nav-pills flex-column mb-auto position-fixed">
       <li><a class="nav-link  text-white " href="/index.html">Home</a></li>
       <li><a class="nav-link  text-white " 
href="standards.html">Standards</a></li>
       <li><a class="nav-link text-white" 
href="http://www.apache.org/licenses/";>License</a></li>
       <li><a class="nav-link  text-white " 
href="downloads.html">Downloads</a></li>
       <li><a class="nav-link text-white" href="apidocs/index.html">Online 
Javadoc</a></li>
-      <li><a class="nav-link text-white" href="book/index.html">Developer 
Guide</a></li>
+      <li><a class="nav-link text-white" 
href="book/en/developer-guide.html">Developer Guide</a></li>
       <li><a class="nav-link  text-white " href="epsg.html">EPSG 
Database</a></li>
       <li><a class="nav-link  text-white " href="code-patterns.html">Code 
patterns</a></li>
       <li><a class="nav-link  text-white " href="faq.html">FAQ</a></li>
@@ -94,7 +94,7 @@
   <div class="col">
     <main class="container">
       <article>
-        <img src="img/logo.png" class="sis-logo" align="left"/>
+        <img src="images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">Release management setup</p>
         
   <p>The following instructions need to be done only once by new release 
managers,
diff --git a/release-management.html b/release-management.html
index 31dc0d5..6695d76 100644
--- a/release-management.html
+++ b/release-management.html
@@ -8,8 +8,8 @@
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <link 
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css";
         rel="stylesheet" 
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU"
 crossorigin="anonymous">
-  <link rel="stylesheet" type="text/css" media="screen" href="css/syntax.css">
-  <link rel="stylesheet" type="text/css" media="screen" href="css/sis.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="syntax.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="sis.css">
 </head>
 
 <body>
@@ -38,7 +38,7 @@
         <a class="nav-link dropdown-toggle" id="menuDocumentation" 
data-bs-toggle="dropdown" aria-expanded="false">Documentation</a>
         <ul class="dropdown-menu" aria-labelledby="menuDocumentation">
           <li><a class="dropdown-item" href="apidocs/index.html">Online 
Javadoc</a></li>
-          <li><a class="dropdown-item" href="book/index.html">Developer 
Guide</a></li>
+          <li><a class="dropdown-item" 
href="book/en/developer-guide.html">Developer Guide</a></li>
           <li><a class="dropdown-item" href="epsg.html">EPSG Database</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateReferenceSystems.html">Supported CRS</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateOperationMethods.html">Map Projections</a></li>
@@ -78,14 +78,14 @@
 
 
 <div class="row flex-nowrap">
-  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width: 12rem;">
+  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width:13rem; min-height:40rem">
     <ul class="nav nav-pills flex-column mb-auto position-fixed">
       <li><a class="nav-link  text-white " href="/index.html">Home</a></li>
       <li><a class="nav-link  text-white " 
href="standards.html">Standards</a></li>
       <li><a class="nav-link text-white" 
href="http://www.apache.org/licenses/";>License</a></li>
       <li><a class="nav-link  text-white " 
href="downloads.html">Downloads</a></li>
       <li><a class="nav-link text-white" href="apidocs/index.html">Online 
Javadoc</a></li>
-      <li><a class="nav-link text-white" href="book/index.html">Developer 
Guide</a></li>
+      <li><a class="nav-link text-white" 
href="book/en/developer-guide.html">Developer Guide</a></li>
       <li><a class="nav-link  text-white " href="epsg.html">EPSG 
Database</a></li>
       <li><a class="nav-link  text-white " href="code-patterns.html">Code 
patterns</a></li>
       <li><a class="nav-link  text-white " href="faq.html">FAQ</a></li>
@@ -94,7 +94,7 @@
   <div class="col">
     <main class="container">
       <article>
-        <img src="img/logo.png" class="sis-logo" align="left"/>
+        <img src="images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">Release management</p>
         
   <p>This page describes how to create and deploy the SIS Maven artifacts, 
binary bundle, javadoc and list of API changes.
diff --git a/robots.txt b/robots.txt
deleted file mode 100644
index 00ba0ce..0000000
--- a/robots.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-User-agent: *
-
-Disallow: /404/
-Disallow: 404.html
-
-SITEMAP: https://sis.apache.org/sitemap.xml
diff --git a/css/sis.css b/sis.css
similarity index 100%
rename from css/sis.css
rename to sis.css
diff --git a/source.html b/source.html
index abb56ef..b290b38 100644
--- a/source.html
+++ b/source.html
@@ -8,8 +8,8 @@
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <link 
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css";
         rel="stylesheet" 
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU"
 crossorigin="anonymous">
-  <link rel="stylesheet" type="text/css" media="screen" href="css/syntax.css">
-  <link rel="stylesheet" type="text/css" media="screen" href="css/sis.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="syntax.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="sis.css">
 </head>
 
 <body>
@@ -38,7 +38,7 @@
         <a class="nav-link dropdown-toggle" id="menuDocumentation" 
data-bs-toggle="dropdown" aria-expanded="false">Documentation</a>
         <ul class="dropdown-menu" aria-labelledby="menuDocumentation">
           <li><a class="dropdown-item" href="apidocs/index.html">Online 
Javadoc</a></li>
-          <li><a class="dropdown-item" href="book/index.html">Developer 
Guide</a></li>
+          <li><a class="dropdown-item" 
href="book/en/developer-guide.html">Developer Guide</a></li>
           <li><a class="dropdown-item" href="epsg.html">EPSG Database</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateReferenceSystems.html">Supported CRS</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateOperationMethods.html">Map Projections</a></li>
@@ -78,14 +78,14 @@
 
 
 <div class="row flex-nowrap">
-  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width: 12rem;">
+  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width:13rem; min-height:40rem">
     <ul class="nav nav-pills flex-column mb-auto position-fixed">
       <li><a class="nav-link  text-white " href="/index.html">Home</a></li>
       <li><a class="nav-link  text-white " 
href="standards.html">Standards</a></li>
       <li><a class="nav-link text-white" 
href="http://www.apache.org/licenses/";>License</a></li>
       <li><a class="nav-link  text-white " 
href="downloads.html">Downloads</a></li>
       <li><a class="nav-link text-white" href="apidocs/index.html">Online 
Javadoc</a></li>
-      <li><a class="nav-link text-white" href="book/index.html">Developer 
Guide</a></li>
+      <li><a class="nav-link text-white" 
href="book/en/developer-guide.html">Developer Guide</a></li>
       <li><a class="nav-link  text-white " href="epsg.html">EPSG 
Database</a></li>
       <li><a class="nav-link  text-white " href="code-patterns.html">Code 
patterns</a></li>
       <li><a class="nav-link  text-white " href="faq.html">FAQ</a></li>
@@ -94,7 +94,7 @@
   <div class="col">
     <main class="container">
       <article>
-        <img src="img/logo.png" class="sis-logo" align="left"/>
+        <img src="images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">Checkout source code</p>
         
   <p>Apache <abbr title="Spatial Information System">SIS</abbr> source code is 
maintained using <a href="http://git-scm.com";>Git</a> version control,
diff --git a/standards.html b/standards.html
index 8aed8fc..7697e22 100644
--- a/standards.html
+++ b/standards.html
@@ -8,8 +8,8 @@
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <link 
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css";
         rel="stylesheet" 
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU"
 crossorigin="anonymous">
-  <link rel="stylesheet" type="text/css" media="screen" href="css/syntax.css">
-  <link rel="stylesheet" type="text/css" media="screen" href="css/sis.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="syntax.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="sis.css">
 </head>
 
 <body>
@@ -38,7 +38,7 @@
         <a class="nav-link dropdown-toggle" id="menuDocumentation" 
data-bs-toggle="dropdown" aria-expanded="false">Documentation</a>
         <ul class="dropdown-menu" aria-labelledby="menuDocumentation">
           <li><a class="dropdown-item" href="apidocs/index.html">Online 
Javadoc</a></li>
-          <li><a class="dropdown-item" href="book/index.html">Developer 
Guide</a></li>
+          <li><a class="dropdown-item" 
href="book/en/developer-guide.html">Developer Guide</a></li>
           <li><a class="dropdown-item" href="epsg.html">EPSG Database</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateReferenceSystems.html">Supported CRS</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateOperationMethods.html">Map Projections</a></li>
@@ -78,14 +78,14 @@
 
 
 <div class="row flex-nowrap">
-  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width: 12rem;">
+  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width:13rem; min-height:40rem">
     <ul class="nav nav-pills flex-column mb-auto position-fixed">
       <li><a class="nav-link  text-white " href="/index.html">Home</a></li>
       <li><a class="nav-link  active " href="standards.html">Standards</a></li>
       <li><a class="nav-link text-white" 
href="http://www.apache.org/licenses/";>License</a></li>
       <li><a class="nav-link  text-white " 
href="downloads.html">Downloads</a></li>
       <li><a class="nav-link text-white" href="apidocs/index.html">Online 
Javadoc</a></li>
-      <li><a class="nav-link text-white" href="book/index.html">Developer 
Guide</a></li>
+      <li><a class="nav-link text-white" 
href="book/en/developer-guide.html">Developer Guide</a></li>
       <li><a class="nav-link  text-white " href="epsg.html">EPSG 
Database</a></li>
       <li><a class="nav-link  text-white " href="code-patterns.html">Code 
patterns</a></li>
       <li><a class="nav-link  text-white " href="faq.html">FAQ</a></li>
@@ -94,7 +94,7 @@
   <div class="col">
     <main class="container">
       <article>
-        <img src="img/logo.png" class="sis-logo" align="left"/>
+        <img src="images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">Standards implemented by Apache SIS</p>
         
   <p>Apache <abbr title="Spatial Information System">SIS</abbr> implements the 
following standards from
diff --git a/css/syntax.css b/syntax.css
similarity index 100%
rename from css/syntax.css
rename to syntax.css
diff --git a/team-list.html b/team-list.html
index f471a2f..e721f26 100644
--- a/team-list.html
+++ b/team-list.html
@@ -8,8 +8,8 @@
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <link 
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css";
         rel="stylesheet" 
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU"
 crossorigin="anonymous">
-  <link rel="stylesheet" type="text/css" media="screen" href="css/syntax.css">
-  <link rel="stylesheet" type="text/css" media="screen" href="css/sis.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="syntax.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="sis.css">
 </head>
 
 <body>
@@ -38,7 +38,7 @@
         <a class="nav-link dropdown-toggle" id="menuDocumentation" 
data-bs-toggle="dropdown" aria-expanded="false">Documentation</a>
         <ul class="dropdown-menu" aria-labelledby="menuDocumentation">
           <li><a class="dropdown-item" href="apidocs/index.html">Online 
Javadoc</a></li>
-          <li><a class="dropdown-item" href="book/index.html">Developer 
Guide</a></li>
+          <li><a class="dropdown-item" 
href="book/en/developer-guide.html">Developer Guide</a></li>
           <li><a class="dropdown-item" href="epsg.html">EPSG Database</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateReferenceSystems.html">Supported CRS</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateOperationMethods.html">Map Projections</a></li>
@@ -78,14 +78,14 @@
 
 
 <div class="row flex-nowrap">
-  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width: 12rem;">
+  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width:13rem; min-height:40rem">
     <ul class="nav nav-pills flex-column mb-auto position-fixed">
       <li><a class="nav-link  text-white " href="/index.html">Home</a></li>
       <li><a class="nav-link  text-white " 
href="standards.html">Standards</a></li>
       <li><a class="nav-link text-white" 
href="http://www.apache.org/licenses/";>License</a></li>
       <li><a class="nav-link  text-white " 
href="downloads.html">Downloads</a></li>
       <li><a class="nav-link text-white" href="apidocs/index.html">Online 
Javadoc</a></li>
-      <li><a class="nav-link text-white" href="book/index.html">Developer 
Guide</a></li>
+      <li><a class="nav-link text-white" 
href="book/en/developer-guide.html">Developer Guide</a></li>
       <li><a class="nav-link  text-white " href="epsg.html">EPSG 
Database</a></li>
       <li><a class="nav-link  text-white " href="code-patterns.html">Code 
patterns</a></li>
       <li><a class="nav-link  text-white " href="faq.html">FAQ</a></li>
@@ -94,7 +94,7 @@
   <div class="col">
     <main class="container">
       <article>
-        <img src="img/logo.png" class="sis-logo" align="left"/>
+        <img src="images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">Apache SIS team</p>
         
   <h2 id="pmc">Project Management Committee (PMC)   </h2>

Reply via email to