gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master f536c29: Webpage: improved style and translati


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master f536c29: Webpage: improved style and translations
Date: Wed, 13 Jan 2021 19:26:11 -0500 (EST)

branch: master
commit f536c297c65618fab14db2b74cf11abdd36f2ee9
Author: Thérèse Godefroy <godef.th@free.fr>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>

    Webpage: improved style and translations
    
    The Gnuastro home page contains a few HTML tags and attributes that don't
    fit with its HTML5 header. I propose to replace them with valid markup and
    do some other minor changes:
    
    English version:
     - <style>: use existing classes (see https://gnu.org/layout.css) to
       simplify definitions.
     - Introduction: place it on top, without heading, for better visibility on
       smartphones.
     - Download: emphasize the latest release and the note about new releases.
     - Repology table: remove align="right" ('pict' class does the job).
     - Documentation: keep the commands from wrapping; use <kbd> instead of
       <code> (light gray background); <var> for placeholders (italics).
     - Test releases: reword to avoid displaying clusters of long URLs
       (difficult to read, especially with accessibility tools).
     - Recent citations of Gnuastro: replace <font size=2> with <small> (same
       rendering with Firefox).
     - Footer: delete an irrelevant comment about translations (software pages
       are usually not translated by the gnu.org teams).
     -  Boilerplate edits:
          http > https where possible,
          local URLs relative to server root,
          update to version 1.95.
    
    French translation:
     - Same changes as in the English version.
     - Replace <cite> with <i> for English words.
     - Minor edits.
     - Review the comment about GSoC: it may be useful in the future.
     - In the footer, delete an irrelevant paragraph about translation.
---
 doc/gnuastro.en.html | 197 ++++++++++++++++++----------------------
 doc/gnuastro.fr.html | 249 +++++++++++++++++++++++----------------------------
 2 files changed, 196 insertions(+), 250 deletions(-)

diff --git a/doc/gnuastro.en.html b/doc/gnuastro.en.html
index 2386fbe..e13f731 100644
--- a/doc/gnuastro.en.html
+++ b/doc/gnuastro.en.html
@@ -5,52 +5,22 @@
   - GNU Project - Free Software Foundation</title>
 
 <style type="text/css"><!--
-#content {
-   max-width: 48em;
-   margin: 0 auto 2.5em;
-}
-#table-of-contents {
-   float: left;
-   margin: 1.3em 0 1.5em 0;
-}
-#table-of-contents h4 {
-   text-align: center;
-   margin-top: .8em;
-}
-#table-of-contents a { text-decoration: none; }
-#table-of-contents a:hover { text-decoration: underline; }
-h3 { clear: both; }
-@media (min-width: 40em) {
-   h3 { clear: none; }
-   #table-of-contents {
-      float: right;
-      margin: 1.3em 0 1em 1.5em;
-   }
+.reduced-width { width: 50em; }
+.summary {
+  font-size: 1em;
+  box-sizing: border-box;
+  border: 1px solid #bbb;
+  margin-top: 1.3em;
 }
+.summary, .pict { width: 15.8em; max-width: 100%; }
+@media (min-width:45em) { .left-column { margin-right: 17.5em; }}
 --></style>
 <!--#include virtual="gnuastro.translist" -->
 <!--#include virtual="/server/banner.html" -->
+<div class="reduced-width">
 <h2>GNU Astronomy Utilities</h2>
+<div class="thin"></div>
 
-<hr class="thin" />
-<div id="table-of-contents" class="emph-box">
-<h4>Table of Contents</h4>
-<ul>
-  <li><a href="#introduction">Introduction</a></li>
-  <li><a href="#download">Download</a></li>
-  <li><a href="#installation">Installation</a></li>
-  <li><a href="#documentation">Documentation</a></li>
-  <li><a href="#mail">Mailing lists</a></li>
-  <li><a href="#bug">Report a Bug</a></li>
-  <li><a href="#contribute">Getting involved</a></li>
-  <li><a href="#cite">How to cite</a></li>
-  <li><a href="#recentcite">Recent citations</a></li>
-  <li><a href="#license">Licensing</a></li>
-</ul>
-<hr class="no-display"/>
-</div>
-
-<h3 id="introduction">Introduction</h3>
 <p>The GNU Astronomy Utilities (Gnuastro) is an official GNU package
 consisting of various programs and library functions for the manipulation
 and analysis of astronomical data. All the programs share the same basic
@@ -79,24 +49,40 @@ for entertaining and easy to read real world examples of 
using
 </ul>
 
 
+<div id="table-of-contents" class="summary rounded-corners">
+<hr class="no-display" />
+<h3 class="no-display">Contents</h3>
+<ul>
+  <li><a href="#download">Download</a></li>
+  <li><a href="#installation">Installation</a></li>
+  <li><a href="#documentation">Documentation</a></li>
+  <li><a href="#mail">Mailing lists</a></li>
+  <li><a href="#bug">Report a Bug</a></li>
+  <li><a href="#contribute">Getting involved</a></li>
+  <li><a href="#cite">How to cite</a></li>
+  <li><a href="#recentcite">Recent citations</a></li>
+  <li><a href="#license">Licensing</a></li>
+</ul>
+<hr class="no-display" />
+</div>
 
 
-
+<div class="left-column">
 <h3 id="download">Download</h3>
 
 <p>
   The current stable release
-  is <a href="http://ftp.gnu.org/gnu/gnuastro/gnuastro-0.13.tar.gz";>Gnuastro
-  0.13</a> (September 7th, 2020).
-  Use <a href="http://ftpmirror.gnu.org/gnuastro/gnuastro-0.13.tar.gz";>a
+  is <strong><a 
href="https://ftp.gnu.org/gnu/gnuastro/gnuastro-0.13.tar.gz";>Gnuastro
+  0.13</a></strong> (September 7th, 2020).
+  Use <a href="https://ftpmirror.gnu.org/gnuastro/gnuastro-0.13.tar.gz";>a
   mirror</a> if possible.
 
   <!-- Comment the test release notice when the test release is not more
        recent than the stable release -->
 
-  <br />New releases are announced
+  <br /><em>New releases are announced
   in <a 
href="https://lists.gnu.org/mailman/listinfo/info-gnuastro";>info-gnuastro</a>.
-  To stay up to date, please subscribe.</p>
+  To stay up to date, please subscribe.</em></p>
 
 <p>For details of the significant changes in this release, please see the
   <a 
href="https://git.savannah.gnu.org/cgit/gnuastro.git/plain/NEWS?id=gnuastro_v0.13";>NEWS</a>
@@ -111,14 +97,16 @@ for entertaining and easy to read real world examples of 
using
 <p>Previous versions and PGP signatures are always available
   at <a 
href="https://ftp.gnu.org/gnu/gnuastro";>https://ftp.gnu.org/gnu/gnuastro</a>. 
Use <a href="https://ftpmirror.gnu.org/gnuastro";>a
   mirror</a> if possible. </p>
+</div>
 
 
 
 
-
+<div class="pict narrow">
 <a href="https://repology.org/metapackage/gnuastro/versions"; target="_blank">
-    <img 
src="https://repology.org/badge/vertical-allrepos/gnuastro.svg?header=Gnuastro 
packaging status" alt="Packaging status" align="right">
+    <img 
src="https://repology.org/badge/vertical-allrepos/gnuastro.svg?header=Gnuastro 
packaging status" alt="Packaging status" />
 </a>
+</div>
 
 
 
@@ -163,23 +151,23 @@ for more. As a summary, here are the ways you can 
immediately navigate
 to any major part of the book on the command-line:</p>
 
 <ul>
-  <li><code>info gnuastro</code>: To view the complete Gnuastro book from
+  <li><kbd>info&nbsp;gnuastro</kbd>: To view the complete Gnuastro book from
   the beginning.</li>
-  <li><code>info ProgramName</code>: To view the complete section about a
-    specific program. For example <code>info NoiseChisel</code>
-    or <code>info Crop</code>.</li>
-  <li><code>info astprogname</code>: To only view the "Invoking
-  ProgramName" sub-section of the manual. Each program has this
+  <li><kbd>info&nbsp;<var>ProgramName</var></kbd>: To view the complete 
section about a
+    specific program. For example <kbd>info&nbsp;NoiseChisel</kbd>
+    or <kbd>info&nbsp;Crop</kbd>.</li>
+  <li><kbd>info&nbsp;<var>astprogname</var></kbd>: To only view the "Invoking
+  <var>ProgramName</var>" sub-section of the manual. Each program has this
   subsection which explains the input(s), output(s) and command-line
-  options for that particular program. For example <code>info
-  astnoisechisel</code> or <code>info astcrop</code>.</li>
-  <li><code>astprogname --help</code>: A description and full list of
+  options for that particular program. For example
+  <kbd>info&nbsp;astnoisechisel</kbd> or <kbd>info&nbsp;astcrop</kbd>.</li>
+  <li><kbd><var>astprogname</var>&nbsp;--help</kbd>: A description and full 
list of
   options (classified by context) for this program will be printed. For
-  example <code>astnoisechisel --help</code> or <code>astcrop
-  --help</code>.</li>
-  <li><code>man astprogname</code>: A man page listing the options and
-  arguments of this program. For example <code>man astnoisechisel</code>,
-  or <code>man astcrop</code>.</li>
+  example <kbd>astnoisechisel&nbsp;--help</kbd> or
+  <kbd>astcrop&nbsp;  --help</kbd>.</li>
+  <li><kbd>man&nbsp;<var>astprogname</var></kbd>: A man page listing the 
options and
+  arguments of this program. For example <kbd>man&nbsp;astnoisechisel</kbd>,
+  or <kbd>man&nbsp;astcrop</kbd>.</li>
 </ul>
 
 
@@ -277,7 +265,7 @@ mailing list for advice.</p>
 
 <!--
 <dt>Google Summer of Code 2020</dt>
-<dd>Gnuastro has some <a 
href="https://www.gnu.org/software/soc-projects/ideas-2020.html#gnuastro";>suggested
 projects</a> for Google Summer of Code (GSoC) 2020.
+<dd>Gnuastro has some <a 
href="/software/soc-projects/ideas-2020.html#gnuastro">suggested projects</a> 
for Google Summer of Code (GSoC) 2020.
   Generally, if you are interested in any of the Gnuastro <a 
href="https://savannah.gnu.org/task/?group=gnuastro";>open tasks</a> for the 
GSoC please get in touch.
   We are also open to any new suggestion to contribute to Gnuastro through 
GSoC 2020.</dd>
 -->
@@ -285,14 +273,13 @@ mailing list for advice.</p>
 <dt>Test releases</dt>
 
 <dd>Trying the latest test release (when available) is always appreciated.
-Official alpha-releases of Gnuastro can be found at
-<a 
href="https://alpha.gnu.org/gnu/gnuastro/";>http://alpha.gnu.org/gnu/gnuastro/</a>
-(via HTTP) and
-<a 
href="ftp://alpha.gnu.org/gnu/gnuastro/";>ftp://alpha.gnu.org/gnu/gnuastro/</a>
-(via FTP).
+Official alpha-releases of Gnuastro can be found on the GNU server via
+<a href="https://alpha.gnu.org/gnu/gnuastro/";>HTTPS</a>,&nbsp;
+<a href="http://alpha.gnu.org/gnu/gnuastro/";>HTTP</a> or
+<a href="ftp://alpha.gnu.org/gnu/gnuastro/";>FTP</a>.
 Only one or two of these will be available between the offical releases, but 
they are also archived in the URLs above.
 <br />
-Alternatively, the tarball corresponding to the <a 
href="http://git.savannah.gnu.org/cgit/gnuastro.git/log";>most recent 
commit</a>, is also available at <a 
href="http://akhlaghi.org/gnuastro-latest.tar.lz";>http://akhlaghi.org/gnuastro-latest.tar.lz</a>
 and its PDF manual is available at <a 
href="http://akhlaghi.org/gnuastro.pdf";>http://akhlaghi.org/gnuastro.pdf</a>.
+Alternatively, the tarball corresponding to the <a 
href="https://git.savannah.gnu.org/cgit/gnuastro.git/log";>most recent 
commit</a> is also available at <a 
href="https://akhlaghi.org/gnuastro-latest.tar.lz";>https://akhlaghi.org/gnuastro-latest.tar.lz</a>,
 along with its <a href="https://akhlaghi.org/gnuastro.pdf";>PDF manual</a>.
 For the changes compared to the last major release, see the <a 
href="https://git.savannah.gnu.org/cgit/gnuastro.git/tree/NEWS";>NEWS</a> file 
(also available in the tarball).
 Just note that the contents of this tarball constantly change with every 
commit in the Gnuastro history.
 So the tarball can be reproduced by <a 
href="manual/html_node/Bootstrapping.html">bootstrapping</a> that commit, but 
it will not be archived for future direct downloads.
@@ -330,7 +317,7 @@ mailing lists.</dd>
   system with any one of the following commands (if it works, the first one
   is recommended).
   <pre class="emph-box">git clone git://git.sv.gnu.org/gnuastro
-git clone http://git.sv.gnu.org/r/gnuastro.git</pre>
+git clone https://git.sv.gnu.org/r/gnuastro.git</pre>
 </dd>
 
 <dd>To configure and build the version controlled source, you will need to
@@ -343,7 +330,7 @@ git clone http://git.sv.gnu.org/r/gnuastro.git</pre>
 <dt>Maintainer</dt>
 
 <dd>Gnuastro was created and is currently maintained by
-  <a href="http://akhlaghi.org";>Mohammad Akhlaghi</a>
+  <a href="https://akhlaghi.org";>Mohammad Akhlaghi</a>
 &lt;<a 
href="mailto:mohammad=at=akhlaghi.org";>mohammad::at::akhlaghi.org</a>&gt;.
 Please use the mailing lists for contact. </dd>
 </dl>
@@ -366,15 +353,15 @@ Please use the mailing lists for contact. </dd>
 <p>Gnuastro is still new, thus there is no paper fully devoted to
   introducing it and its capabilities yet. Until then, the paper to cite
   for Gnuastro in general is the paper which introduced NoiseChisel
-  (<a href="http://adsabs.harvard.edu/abs/2015ApJS..220....1A";>ApJS 220,
+  (<a href="https://adsabs.harvard.edu/abs/2015ApJS..220....1A";>ApJS 220,
   1</a>). It was the first published paper using Gnuastro. Upon reaching a
   certain point, a paper completely devoted to Gnuastro will be published,
-  see <a 
href="https://www.gnu.org/software/gnuastro/manual/html_node/GNU-Astronomy-Utilities-1_002e0.html";>GNU
+  see <a href="manual/html_node/GNU-Astronomy-Utilities-1_002e0.html">GNU
   Astronomy Utilities 1.0</a>.</p>
 
 <p>Gnuastro is also registered on the Astrophysics Source Code Library
-  (<a href="http://ascl.net";>ASCL</a>)
-  with <a href="http://ascl.net/1801.009";>ascl.net/1801.009</a>. Please use
+  (<a href="https://ascl.net";>ASCL</a>)
+  with <a href="https://ascl.net/1801.009";>ascl.net/1801.009</a>. Please use
   this identifier somewhere in the body of your paper (for example in the
   acknowledgments or first mention of Gnuastro). For the
   bibliography/references list at the end of the paper, please only use the
@@ -385,48 +372,48 @@ Please use the mailing lists for contact. </dd>
 
 
 <h3 id="recentcite">Recent citations of Gnuastro</h3>
-<p>Below you can see a list of the 20 recent papers that have cited Gnuastro 
(any of its programs or libraries) as of September 7th, 2020. For the full, and 
up-to-date, list please see the respective <a 
href="https://scholar.google.com/scholar?hl=en&as_sdt=0,5&sciodt=0,5&cites=4207494987138368989&scipsc=&q=&scisbd=1";>Google
 Scholar</a> or <a 
href="https://ui.adsabs.harvard.edu/search/q=citations(bibcode%3A2015ApJS..220....1A)&sort=date%20desc%2C%20bibcode%20desc&p_=0">ADS</a>
 pages.</p>
+<p>Below you can see a list of the 20 recent papers that have cited Gnuastro 
(any of its programs or libraries) as of September 7th, 2020. For the full, and 
up-to-date, list please see the respective <a 
href="https://scholar.google.com/scholar?hl=en&amp;as_sdt=0,5&amp;sciodt=0,5&amp;cites=4207494987138368989&amp;scipsc=&amp;q=&amp;scisbd=1";>Google
 Scholar</a> or <a 
href="https://ui.adsabs.harvard.edu/search/q=citations(bibcode%3A2015ApJS..220....1A)&amp;sort=date%20desc%2C%20bibcode%20de
 [...]
 
 <ol>
-  <li><font size=2>Bilek, M. Duc, P.A., et al. (<b>2020</b>) <i>Census and 
classification of low-surface-brightness structures in nearby early-type 
galaxies from the MATLAS survey</i>. Monthly Notices of the Royal Astronomical 
Society (MNRAS), August 2020. DOI:<a 
href="http://doi.org/10.1093/mnras/staa2248";>10.1093/mnras/staa2248</a>. 
arXiv:<a href="https://arxiv.org/abs/2007.13772";>2007.13772</a>.</font></li>
+  <li><small>Bilek, M. Duc, P.A., et al. (<b>2020</b>) <i>Census and 
classification of low-surface-brightness structures in nearby early-type 
galaxies from the MATLAS survey</i>. Monthly Notices of the Royal Astronomical 
Society (MNRAS), August 2020. DOI:<a 
href="https://doi.org/10.1093/mnras/staa2248";>10.1093/mnras/staa2248</a>. 
arXiv:<a href="https://arxiv.org/abs/2007.13772";>2007.13772</a>.</small></li>
 
-  <li><font size=2>Sachdeva, S., Ho, L.C., et al. (<b>2020</b>) <i>Correlation 
of Structure and Stellar Properties of Galaxies in Stripe 82</i>. Astrophysical 
Journal. DOI:<a 
href="http://doi.org/10.3847/1538-4357/aba82d";>10.3847/1538-4357/aba82d</a>. 
arXiv:<a href="https://arxiv.org/abs/2007.08328";>2007.08328</a>.</font></li>
+  <li><small>Sachdeva, S., Ho, L.C., et al. (<b>2020</b>) <i>Correlation of 
Structure and Stellar Properties of Galaxies in Stripe 82</i>. Astrophysical 
Journal. DOI:<a 
href="https://doi.org/10.3847/1538-4357/aba82d";>10.3847/1538-4357/aba82d</a>. 
arXiv:<a href="https://arxiv.org/abs/2007.08328";>2007.08328</a>.</small></li>
 
-  <li><font size=2>Rampazzo, R., Omizzolo, A., et al. (<b>2020</b>) 
<i>Morphology and surface photometry of a sample of isolated early-type 
galaxies from deep imaging</i>. Astronomy & Astrophysics 640, 38. DOI:<a 
href="http://doi.org/10.1051/0004-6361/202038156";>10.1051/0004-6361/202038156</a>.
 arXiv:<a href="https://arxiv.org/abs/2006.05323";>2006.05323</a>.</font></li>
+  <li><small>Rampazzo, R., Omizzolo, A., et al. (<b>2020</b>) <i>Morphology 
and surface photometry of a sample of isolated early-type galaxies from deep 
imaging</i>. Astronomy &amp; Astrophysics 640, 38. DOI:<a 
href="https://doi.org/10.1051/0004-6361/202038156";>10.1051/0004-6361/202038156</a>.
 arXiv:<a href="https://arxiv.org/abs/2006.05323";>2006.05323</a>.</small></li>
 
-  <li><font size=2> Popescu, M., de León, J., et al. (<b>2020</b>) <i>Physical 
characterization of 2020 AV2, the first known asteroid orbiting inside Venus 
orbit </i>. Monthly Notices of the Royal Astronomical Society (MNRAS), 496, 3, 
3572. DOI:<a 
href="http://doi.org/10.1093/mnras/staa1728";>10.1093/mnras/staa1728</a>. 
arXiv:<a href="https://arxiv.org/abs/2006.08304";>2006.08304</a>.</font></li>
+  <li><small> Popescu, M., de León, J., et al. (<b>2020</b>) <i>Physical 
characterization of 2020 AV2, the first known asteroid orbiting inside Venus 
orbit </i>. Monthly Notices of the Royal Astronomical Society (MNRAS), 496, 3, 
3572. DOI:<a 
href="https://doi.org/10.1093/mnras/staa1728";>10.1093/mnras/staa1728</a>. 
arXiv:<a href="https://arxiv.org/abs/2006.08304";>2006.08304</a>.</small></li>
 
-  <li><font size=2>Brough, S., Collins, C., et al. (<b>2020</b>) <i>The Vera 
Rubin Observatory Legacy Survey of Space and Time and the Low Surface 
Brightness Universe</i>. IAU Symposium 355 (in press). arXiv:<a 
href="https://arxiv.org/abs/2001.11067";>2001.11067</a>.</font></li>
+  <li><small>Brough, S., Collins, C., et al. (<b>2020</b>) <i>The Vera Rubin 
Observatory Legacy Survey of Space and Time and the Low Surface Brightness 
Universe</i>. IAU Symposium 355 (in press). arXiv:<a 
href="https://arxiv.org/abs/2001.11067";>2001.11067</a>.</small></li>
 
-  <li><font size=2>Duc, P.A (<b>2020</b>) <i>MATLAS: a deep exploration of the 
surroundings of massive early-type galaxies</i>. IAU Symposium 355 (in press). 
hal-<a 
href="https://hal.archives-ouvertes.fr/hal-02382682";>02382682</a>.</font></li>
+  <li><small>Duc, P.A (<b>2020</b>) <i>MATLAS: a deep exploration of the 
surroundings of massive early-type galaxies</i>. IAU Symposium 355 (in press). 
hal-<a 
href="https://hal.archives-ouvertes.fr/hal-02382682";>02382682</a>.</small></li>
 
-  <li><font size=2>Kaviraj, S. (<b>2020</b>) <i>The low-surface-brightness 
Universe: a new frontier in the study of galaxy evolution</i>. IAU Symposium 
355 (in press). arXiv:<a 
href="https://arxiv.org/abs/2001.01728";>2001.01728</a>.</font></li>
+  <li><small>Kaviraj, S. (<b>2020</b>) <i>The low-surface-brightness Universe: 
a new frontier in the study of galaxy evolution</i>. IAU Symposium 355 (in 
press). arXiv:<a 
href="https://arxiv.org/abs/2001.01728";>2001.01728</a>.</small></li>
 
-  <li><font size=2>Akhlaghi M., (<b>2020</b>) <i>Carving out the low surface 
brightness universe with NoiseChisel</i>. IAU Symposium 355 (in press). 
arXiv:<a href="https://arxiv.org/abs/1909.11230";>1909.11230</a>.</font></li>
+  <li><small>Akhlaghi M., (<b>2020</b>) <i>Carving out the low surface 
brightness universe with NoiseChisel</i>. IAU Symposium 355 (in press). 
arXiv:<a href="https://arxiv.org/abs/1909.11230";>1909.11230</a>.</small></li>
 
-  <li><font size=2>Infante-Sainz, R., Trujillo, I., Román, J., (<b>2020</b>) 
<i>The Sloan Digital Sky Survey extended Point Spread Functions</i>. Monthly 
Notices of the Royal Astronomical Society (MNRAS), 491, 4, 5317. DOI:<a 
href="http://doi.org/10.1093/mnras/stz3111";>10.1093/mnras/stz3111</a>. arXiv:<a 
href="https://arxiv.org/abs/1911.01430";>1911.01430</a>.</font></li>
+  <li><small>Infante-Sainz, R., Trujillo, I., Román, J., (<b>2020</b>) <i>The 
Sloan Digital Sky Survey extended Point Spread Functions</i>. Monthly Notices 
of the Royal Astronomical Society (MNRAS), 491, 4, 5317. DOI:<a 
href="https://doi.org/10.1093/mnras/stz3111";>10.1093/mnras/stz3111</a>. 
arXiv:<a href="https://arxiv.org/abs/1911.01430";>1911.01430</a>.</small></li>
 
-  <li><font size=2>Habas, R., Marleau, F.R., et al. (<b>2019</b>) <i>Newly 
discovered dwarf galaxies in the MATLAS low density fields</i>. Monthly Notices 
of the Royal Astronomical Society (MNRAS), 491, 2, 1901. DOI:<a 
href="http://doi.org/10.1093/mnras/stz3045";>10.1093/mnras/stz3045</a>. arXiv:<a 
href="https://arxiv.org/abs/1910.13462";>1910.13462</a>.</font></li>
+  <li><small>Habas, R., Marleau, F.R., et al. (<b>2019</b>) <i>Newly 
discovered dwarf galaxies in the MATLAS low density fields</i>. Monthly Notices 
of the Royal Astronomical Society (MNRAS), 491, 2, 1901. DOI:<a 
href="https://doi.org/10.1093/mnras/stz3045";>10.1093/mnras/stz3045</a>. 
arXiv:<a href="https://arxiv.org/abs/1910.13462";>1910.13462</a>.</small></li>
 
-  <li><font size=2>Jones, M.G., Verdes-Montenegro, L., et al. (<b>2019</b>) 
<i>Evolution of compact groups from intermediate to final stages. A case study 
of the H I content of HCG 16</i>. Astronomy & Astrophysics 632, 78. DOI:<a 
href="http://doi.org/10.1051/0004-6361/201936349";>10.1051/0004-6361/201936349</a>.
 arXiv:<a href="https://arxiv.org/abs/1910.03420";>1910.03420</a>.</font></li>
+  <li><small>Jones, M.G., Verdes-Montenegro, L., et al. (<b>2019</b>) 
<i>Evolution of compact groups from intermediate to final stages. A case study 
of the H I content of HCG 16</i>. Astronomy &amp; Astrophysics 632, 78. DOI:<a 
href="https://doi.org/10.1051/0004-6361/201936349";>10.1051/0004-6361/201936349</a>.
 arXiv:<a href="https://arxiv.org/abs/1910.03420";>1910.03420</a>.</small></li>
 
-  <li><font size=2>Calvi, R., Rodríguez Espinosa, J.M., et al. (<b>2019</b>) 
<i>MOS spectroscopy of protocluster candidate galaxies at z = 6.5</i>. Monthly 
Notices of the Royal Astronomical Society 489, 329. DOI:<a 
href="http://doi.org/10.1093/mnras/stz2177";>10.1093/mnras/stz2177</a>, arXiv:<a 
href="https://arxiv.org/abs/1908.01827";>1908.01827</a>.</font></li>
+  <li><small>Calvi, R., Rodríguez Espinosa, J.M., et al. (<b>2019</b>) <i>MOS 
spectroscopy of protocluster candidate galaxies at z = 6.5</i>. Monthly Notices 
of the Royal Astronomical Society 489, 329. DOI:<a 
href="https://doi.org/10.1093/mnras/stz2177";>10.1093/mnras/stz2177</a>, 
arXiv:<a href="https://arxiv.org/abs/1908.01827";>1908.01827</a>.</small></li>
 
-  <li><font size=2>Boogaard, L.A., Decarli, R., et al. (<b>2019</b>) <i>The 
ALMA Spectroscopic Survey in the HUDF: Nature and Physical Properties of 
Gas-mass Selected Galaxies Using MUSE Spectroscopy</i>. The Astrophysical 
Journal 882, 140B. DOI:<a 
href="http://doi.org/10.3847/1538-4357/ab3102";>10.3847/1538-4357/ab3102</a>, 
arXiv:<a href="https://arxiv.org/abs/1903.09167";>1903.09167</a>.</font></li>
+  <li><small>Boogaard, L.A., Decarli, R., et al. (<b>2019</b>) <i>The ALMA 
Spectroscopic Survey in the HUDF: Nature and Physical Properties of Gas-mass 
Selected Galaxies Using MUSE Spectroscopy</i>. The Astrophysical Journal 882, 
140B. DOI:<a 
href="https://doi.org/10.3847/1538-4357/ab3102";>10.3847/1538-4357/ab3102</a>, 
arXiv:<a href="https://arxiv.org/abs/1903.09167";>1903.09167</a>.</small></li>
 
-  <li><font size=2>Sachdeva, S., Gogoi, R., et al. (<b>2019</b>) <i>Formation 
of disc galaxies around z~2 </i>. Monthly Notices of the Royal Astronomical 
Society 487, 1795. DOI:<a 
href="http://doi.org/10.1093/mnras/stz1417";>10.1093/mnras/stz1417</a>, arXiv:<a 
href="https://arxiv.org/abs/1905.08432";>1905.08432</a>.</font></li>
+  <li><small>Sachdeva, S., Gogoi, R., et al. (<b>2019</b>) <i>Formation of 
disc galaxies around z~2 </i>. Monthly Notices of the Royal Astronomical 
Society 487, 1795. DOI:<a 
href="https://doi.org/10.1093/mnras/stz1417";>10.1093/mnras/stz1417</a>, 
arXiv:<a href="https://arxiv.org/abs/1905.08432";>1905.08432</a>.</small></li>
 
-  <li><font size=2>de La Vieuville, G., Bina, D., et al. (<b>2019</b>) 
<i>Faint end of the z~3-7 luminosity function of Lyman-alpha emitters behind 
lensing clusters observed with MUSE</i>. Astronomy & Astrophysics, 628, A3. 
DOI:<a 
href="http://doi.org/10.1051/0004-6361/201834471";>10.1051/0004-6361/201834471</a>,
 arXiv:<a href="https://arxiv.org/abs/1905.13696";>1905.13696</a>.</font></li>
+  <li><small>de La Vieuville, G., Bina, D., et al. (<b>2019</b>) <i>Faint end 
of the z~3-7 luminosity function of Lyman-alpha emitters behind lensing 
clusters observed with MUSE</i>. Astronomy &amp; Astrophysics, 628, A3. DOI:<a 
href="https://doi.org/10.1051/0004-6361/201834471";>10.1051/0004-6361/201834471</a>,
 arXiv:<a href="https://arxiv.org/abs/1905.13696";>1905.13696</a>.</small></li>
 
-  <li><font size=2>Román, J., Trujillo, I., Montes, M. (<b>2019</b>) 
<i>Galactic cirri in deep optical imaging</i>. Astronomy & Astrophysics 
(Submitted). arXiv:<a 
href="https://arxiv.org/abs/1907.00978";>1907.00978</a>.</font></li>
+  <li><small>Román, J., Trujillo, I., Montes, M. (<b>2019</b>) <i>Galactic 
cirri in deep optical imaging</i>. Astronomy &amp; Astrophysics (Submitted). 
arXiv:<a href="https://arxiv.org/abs/1907.00978";>1907.00978</a>.</small></li>
 
-  <li><font size=2>Trujillo, I., Beasley, M.A.,  et al. (<b>2019</b>) <i>A 
distance of 13 Mpc resolves the claimed anomalies of the galaxy lacking dark 
matter</i>. Monthly Notices of the Royal Astronomical Society, 486, 1192. 
DOI:<a href="http://doi.org/10.1093/mnras/stz771";>10.1093/mnras/stz771</a>, 
arXiv:<a href="https://arxiv.org/abs/1806.10141";>1806.10141</a>.</font></li>
+  <li><small>Trujillo, I., Beasley, M.A.,  et al. (<b>2019</b>) <i>A distance 
of 13 Mpc resolves the claimed anomalies of the galaxy lacking dark matter</i>. 
Monthly Notices of the Royal Astronomical Society, 486, 1192. DOI:<a 
href="https://doi.org/10.1093/mnras/stz771";>10.1093/mnras/stz771</a>, arXiv:<a 
href="https://arxiv.org/abs/1806.10141";>1806.10141</a>.</small></li>
 
-  <li><font size=2>Hsieh, H.H.; Bannister, M.T., et al. (<b>2019</b>) 
<i>Maximizing LSST Solar System Science: Approaches, Software Tools, and 
Infrastructure Needs</i>. White paper. arXiv:<a 
href="https://arxiv.org/abs/1906.11346";>1906.11346</a>.</font></li>
+  <li><small>Hsieh, H.H.; Bannister, M.T., et al. (<b>2019</b>) <i>Maximizing 
LSST Solar System Science: Approaches, Software Tools, and Infrastructure 
Needs</i>. White paper. arXiv:<a 
href="https://arxiv.org/abs/1906.11346";>1906.11346</a>.</small></li>
 
-  <li><font size=2>Martin, G., Kaviraj, S.,  et al. (<b>2019</b>) <i>The 
formation and evolution of low-surface-brightness galaxies</i>. Monthly Notices 
of the Royal Astronomical Society, 485, 796. DOI:<a 
href="http://doi.org/10.1093/mnras/stz356";>10.1093/mnras/stz356</a>, arXiv:<a 
href="https://arxiv.org/abs/1902.04580";>1902.04580</a>.</font></li>
+  <li><small>Martin, G., Kaviraj, S.,  et al. (<b>2019</b>) <i>The formation 
and evolution of low-surface-brightness galaxies</i>. Monthly Notices of the 
Royal Astronomical Society, 485, 796. DOI:<a 
href="https://doi.org/10.1093/mnras/stz356";>10.1093/mnras/stz356</a>, arXiv:<a 
href="https://arxiv.org/abs/1902.04580";>1902.04580</a>.</small></li>
 
-  <li><font size=2>Chandler, C.O., Kueny, J., et al. (<b>2019</b>) <i>Six 
Years of Sustained Activity in (6478) Gault</i>. The Astrophysical Journal 
Letters 877, L12. DOI:<a 
href="http://doi.org/10.3847/2041-8213/ab1aaa";>10.3847/2041-8213/ab1aaa</a>, 
arXiv:<a href="https://arxiv.org/abs/1904.10530";>1904.10530</a>.</font></li>
+  <li><small>Chandler, C.O., Kueny, J., et al. (<b>2019</b>) <i>Six Years of 
Sustained Activity in (6478) Gault</i>. The Astrophysical Journal Letters 877, 
L12. DOI:<a 
href="https://doi.org/10.3847/2041-8213/ab1aaa";>10.3847/2041-8213/ab1aaa</a>, 
arXiv:<a href="https://arxiv.org/abs/1904.10530";>1904.10530</a>.</small></li>
 </ol>
 
 
@@ -442,6 +429,7 @@ General Public License</a> as published by the Free Software
 Foundation; either version&nbsp;3 of the License, or (at your option)
 any later version.</p>
 
+</div>
 </div><!-- for id="content", starts in the include above -->
 <!--#include virtual="/server/footer.html" -->
 <div id="footer">
@@ -453,22 +441,9 @@ There are also <a href="/contact/">other ways to 
contact</a> the FSF.
 Broken links and other corrections or suggestions can be sent to &lt;<a
 href="mailto:bug-gnuastro=at=gnu.org";>bug-gnuastro::at::gnu.org</a>&gt;.</p>
 
-<p><!-- TRANSLATORS: Ignore the original text in this paragraph,
-        replace it with the translation of these two:
-
-        We work hard and do our best to provide accurate, good quality
-        translations.  However, we are not exempt from imperfection.
-        Please send your comments and general suggestions in this regard
-        to <a href="mailto:web-translators@gnu.org";>
-        &lt;web-translators@gnu.org&gt;</a>.</p>
-
-        <p>For information on coordinating and submitting translations of
-        our web pages, see <a
-        href="/server/standards/README.translations.html">Translations
-        README</a>. -->
-Please see the <a
+<p>Please see the <a
 href="/server/standards/README.translations.html">Translations
-README</a> for information on coordinating and submitting translations
+README</a> for information on coordinating and contributing translations
 of this article.</p>
 </div>
 
diff --git a/doc/gnuastro.fr.html b/doc/gnuastro.fr.html
index acb4fe3..a36a7ed 100644
--- a/doc/gnuastro.fr.html
+++ b/doc/gnuastro.fr.html
@@ -1,61 +1,30 @@
 <!--#set var="ENGLISH_PAGE" value="gnuastro.html" -->
 
 <!--#include virtual="/server/html5-header.fr.html" -->
-<!-- Parent-Version: 1.84 -->
+<!-- Parent-Version: 1.95 -->
 
 <title>Utilitaires GNU pour l'astronomie - Gnuastro -
   Projet GNU - Free Software Foundation</title>
 
 <style type="text/css"><!--
-#content {
-   max-width: 48em;
-   margin: 0 auto 2.5em;
-}
-#table-of-contents {
-   float: left;
-   margin: 1.3em 0 1.5em 0;
-}
-#table-of-contents h4 {
-   text-align: center;
-   margin-top: .8em;
-}
-#table-of-contents a { text-decoration: none; }
-#table-of-contents a:hover { text-decoration: underline; }
-h3 { clear: both; }
-@media (min-width: 40em) {
-   h3 { clear: none; }
-   #table-of-contents {
-      float: right;
-      margin: 1.3em 0 1em 1.5em;
-   }
+.reduced-width { width: 50em; }
+.summary {
+  font-size: 1em;
+  box-sizing: border-box;
+  border: 1px solid #bbb;
+  margin-top: 1.3em;
 }
+.summary, .pict { width: 15.8em; max-width: 100%; }
+@media (min-width:45em) { .left-column { margin-right: 17.5em; }}
 --></style>
 <!--#include virtual="gnuastro.translist" -->
 <!--#include virtual="/server/banner.fr.html" -->
+<div class="reduced-width">
 <h2>Utilitaires GNU pour l'astronomie</h2>
+<div class="thin"></div>
 
-<hr class="thin" />
-<div id="table-of-contents" class="emph-box">
-<h4>Table des Matières</h4>
-<ul>
-  <li><a href="#introduction">Introduction</a></li>
-  <li><a href="#download">Téléchargement</a></li>
-  <li><a href="#installation">Installation</a></li>
-  <li><a href="#documentation">Documentation</a></li>
-  <li><a href="#mail">Listes de diffusion</a></li>
-  <li><a href="#bug">Signalement de bogues</a></li>
-  <li><a href="#contribute">Participer</a></li>
-  <li><a href="#cite">Citations</a></li>
-  <li><a href="#license">Licence</a></li>
-</ul>
-<hr class="no-display"/>
-</div>
-
-
-<h3 id="introduction">Introduction</h3>
-
-<p> Les utilitaires GNU pour l'astronomie (Gnuastro – <cite>GNU Astronomy
-  Utilities</cite>) font partie des logiciels GNU officiels. Il s'agit d'un
+<p> Les utilitaires GNU pour l'astronomie (Gnuastro &ndash; <i>GNU Astronomy
+  Utilities</i>) font partie des logiciels GNU officiels. Il s'agit d'un
   ensemble de programmes séparés pour la manipulation et l'analyse des
   données astronomiques. Les différents utilitaires utilisent tous la même
   interface en ligne de commande pour le confort des utilisateurs et des
@@ -71,26 +40,42 @@ h3 { clear: both; }
   vous être utiles&nbsp;:</p>
 
 <ul>
-  <li><a href="manual/html_node/Quick-start.html">Démarrage rapide</a> –
+  <li><a href="manual/html_node/Quick-start.html">démarrage rapide</a> &ndash;
     installer Gnuastro&nbsp;;</li>
 
-  <li><a href="manual/html_node/GNU-Astronomy-Utilities-list.html">Liste
+  <li><a href="manual/html_node/GNU-Astronomy-Utilities-list.html">liste
     complète</a> des utilitaires GNU pour l'astronomie&nbsp;;</li>
 
-  <li><a href="manual/html_node/Tutorials.html#Tutorials">Tutoriels</a> –
+  <li><a href="manual/html_node/Tutorials.html#Tutorials">tutoriels</a> &ndash;
     exemples concrets d'utilisation, amusants et faciles à lire.</li>
 </ul>
 
+<div id="table-of-contents" class="summary rounded-corners">
+<hr class="no-display" />
+<h3 class="no-display">Contents</h3>
+<ul>
+  <li><a href="#download">Téléchargement</a></li>
+  <li><a href="#installation">Installation</a></li>
+  <li><a href="#documentation">Documentation</a></li>
+  <li><a href="#mail">Listes de diffusion</a></li>
+  <li><a href="#bug">Signalement de bogues</a></li>
+  <li><a href="#contribute">Participer</a></li>
+  <li><a href="#cite">Citations</a></li>
+  <li><a href="#license">Licence</a></li>
+</ul>
+<hr class="no-display" />
+</div>
 
+<div class="left-column">
 <h3 id="download">Téléchargement</h3>
 
 <p>La version stable actuelle
-  est <a href="https://ftp.gnu.org/gnu/gnuastro/gnuastro-0.13.tar.gz";>Gnuastro
-  0.13</a> (sortie le 7 septembre
+  est <strong><a 
href="https://ftp.gnu.org/gnu/gnuastro/gnuastro-0.13.tar.gz";>Gnuastro
+  0.13</a></strong> (sortie le 7 septembre
   2020). Utilisez <a 
href="https://ftpmirror.gnu.org/gnuastro/gnuastro-0.13.tar.gz";>un
-  miroir</a> si possible.  <br />Les nouvelles publications sont annoncées
+  miroir</a> si possible.  <br /><em>Les nouvelles versions sont annoncées
   sur <a 
href="https://lists.gnu.org/mailman/listinfo/info-gnuastro";>info-gnuastro</a>.
-  Abonnez-vous pour rester au courant.</p>
+  Abonnez-vous pour rester au courant.</em></p>
 
 <p>Les changements importants sont décrits dans le
   fichier <a 
href="https://git.savannah.gnu.org/cgit/gnuastro.git/plain/NEWS?id=gnuastro_v0.13";>
@@ -107,32 +92,35 @@ h3 { clear: both; }
   <a 
href="https://ftp.gnu.org/gnu/gnuastro";>https://ftp.gnu.org/gnu/gnuastro</a>.
   Utilisez un <a href="https://ftpmirror.gnu.org/gnuastro";>miroir</a> si
   possible.</p>
+</div>
 
-
+<div class="pict narrow">
 <a href="https://repology.org/metapackage/gnuastro/versions"; target="_blank">
-    <img 
src="https://repology.org/badge/vertical-allrepos/gnuastro.svg?header=Gnuastro 
packaging status" alt="Packaging status" align="right">
+    <img 
src="https://repology.org/badge/vertical-allrepos/gnuastro.svg?header=Gnuastro 
packaging status" alt="Packaging status" />
 </a>
-
+</div>
 
 <h3 id="installation">Installation</h3>
 
-<p>Le chapitre <cite><a href="manual/html_node/Quick-start.html">Quick
-  start</a></cite> du <a href="manual/">Livre de Gnuastro</a> résume les
+<p>Le chapitre <i><a href="manual/html_node/Quick-start.html">Quick
+  start</a></i> (démarrage rapide) du <cite><a href="manual/">Livre de
+  Gnuastro</a></cite> résume les
   commandes de compilation et d'installation.</p>
 
 <p>Gnuastro n'a que trois dépendances obligatoires&nbsp;:
   <a href="manual/html_node/GNU-Scientific-Library.html">GNU Scientific
   Library</a>, <a href="manual/html_node/CFITSIO.html">CFITSIO</a> et
   <a href="manual/html_node/WCSLIB.html">WCSLIB</a>.<br />Dans le
-  chapitre <a 
href="manual/html_node/Dependencies-from-package-managers.html">Dépendances
-  des gestionnaires de paquets</a> vous trouverez les commandes pour une
+  chapitre <i><a 
href="manual/html_node/Dependencies-from-package-managers.html">
+  Dependencies from package  managers</a></i> (dépendances des gestionnaires
+  de paquets), vous trouverez les commandes pour une
   installation facile des dépendances de Gnuastro en utilisant des
   logiciels comme <code>apt-get</code>, <code>dnf</code>
   (ou <code>yum</code>),
   <code>pacman</code>, <code>zypper</code> ou <code>brew</code>.</p>
 
-<p>Dans le chapitre <cite><a href="manual/html_node/Installation.html">
-  Installation</a></cite>, vous trouverez des explications complètes sur
+<p>Dans le chapitre <i><a href="manual/html_node/Installation.html">
+  Installation</a></i>, vous trouverez des explications complètes sur
   les
   <a href="manual/html_node/Dependencies.html">dépendances</a>, le
   <a href="manual/html_node/Downloading-the-source.html">téléchargement</a>,
@@ -140,45 +128,46 @@ h3 { clear: both; }
   l'installation</a> de Gnuastro.</p>
 
 
-<h3 id="documentation">Documentation – le Livre</h3>
+<h3 id="documentation">Documentation &ndash; le Livre</h3>
 
-<p>Le <a href="manual/">Livre de Gnuastro</a> (documentation officielle, ou
+<p>Le <cite><a href="manual/">Livre de Gnuastro</a></cite> (documentation 
officielle, ou
    manuel) est disponible en ligne en différent formats, de même que la
    documentation de <a href="/manual/manual.html">la plupart des logiciels
    GNU</a>. Après installation, vous pouvez accéder en ligne de commande au
    livre complet ou aux parties se rapportant à des utilitaires
    particuliers (au
    format <a 
href="/software/texinfo/manual/texinfo/html_node/Info-Files.html#Info-Files">
-   Info</a>). Vous trouverez des information complètes
-   dans <cite><a href="manual/html_node/Getting-help.html">Getting
-   help</a></cite>. En résumé, voici comment vous pouvez ouvrir
+   Info</a>). Vous trouverez des informations complètes
+   dans <i><a href="manual/html_node/Getting-help.html">Getting
+   help</a></i> (obtenir de l'aide). En résumé, voici comment vous pouvez 
ouvrir
    immédiatement en ligne de commande les parties les plus importantes du
    livre&nbsp;:</p>
 
 <ul>
-  <li><code>info&nbsp;gnuastro</code> pour voir le livre complet
+  <li><kbd>info&nbsp;gnuastro</kbd> pour voir le livre complet
     depuis le début.</li>
 
-  <li><code>info&nbsp;ProgramName</code> pour voir l'ensemble de la section
-    concernant un utilitaire particulier. Par exemple
-    <code>info&nbsp;NoiseChisel</code> ou
-    <code>info&nbsp;ImageCrop</code>.</li>
+  <li><kbd>info&nbsp;<var>ProgramName</var></kbd> pour voir tout ce qui
+    concerne un utilitaire particulier. Par exemple
+    <kbd>info&nbsp;NoiseChisel</kbd> ou
+    <kbd>info&nbsp;ImageCrop</kbd>.</li>
 
-  <li><code>info&nbsp;astprogname</code> pour voir uniquement la sous-section
-    <cite>Invoking ProgramName</cite> du manuel. Chaque programme a une
-    sous-section de ce type qui explique les entrées/sorties et les options
-    de la ligne de commande pour ce programme. Par exemple <code>info
-    astnoisechisel</code> ou <code>info&nbsp;astimgcrop</code>.</li>
+  <li><kbd>info&nbsp;<var>astprogname</var></kbd> pour voir uniquement le 
sous-chapitre
+    « Invoking <var>ProgramName</var> » (invoquer
+    <var>nom_du_programme</var>) du manuel. Chaque programme a une
+    sous-chapitre de ce type qui explique les entrées/sorties et les options
+    de la ligne de commande pour ce programme. Par exemple
+    <kbd>info&nbsp;astnoisechisel</kbd> ou 
<kbd>info&nbsp;astimgcrop</kbd>.</li>
 
-  <li><code>astprogname&nbsp;--help</code> affichera une description de ce
+  <li><kbd><var>astprogname</var>&nbsp;--help</kbd> affichera une description 
de ce
     programme ainsi que la liste complète des options (classées par
-    contexte).  Par exemple <code>astnoisechisel&nbsp;--help</code> ou
-    <code>astimgcrop&nbsp;--help</code>.</li>
+    contexte).  Par exemple <kbd>astnoisechisel&nbsp;--help</kbd> ou
+    <kbd>astimgcrop&nbsp;--help</kbd>.</li>
 
-  <li><code>man&nbsp;astprogname</code> affichera une page de manuel
+  <li><kbd>man&nbsp;<var>astprogname</var></kbd> affichera une page de manuel
     donnant la liste des options et des arguments du programme. Par exemple
-    <code>man&nbsp;astnoisechisel</code>, ou
-    <code>man&nbsp;astimgcrop</code>.</li>
+    <kbd>man&nbsp;astnoisechisel</kbd>, ou
+    <kbd>man&nbsp;astimgcrop</kbd>.</li>
 </ul>
 
 
@@ -188,24 +177,24 @@ h3 { clear: both; }
 <ul>
   <li><a
     
href="https://lists.gnu.org/mailman/listinfo/info-gnuastro";>info-gnuastro</a>
-    pour toutes les annonces officielles.</li>
+    pour toutes les annonces officielles&nbsp;;</li>
 
   <li><a 
href="https://lists.gnu.org/mailman/listinfo/help-gnuastro";>help-gnuastro</a>
     pour contacter les utilisateurs expérimentés et les développeurs de
     Gnuastro à propos de problèmes d'utilisation, et leur demander conseil
     (il serait utile que vous lisiez d'abord <a href="manual/">la
-    documentation</a>).</li>
+    documentation</a>)&nbsp;;</li>
 
   <li><a 
href="https://lists.gnu.org/mailman/listinfo/bug-gnuastro";>bug-gnuastro</a>
     pour signaler un bogue ou suggérer de nouvelles fonctions
-    (voir <cite><a href="manual/html_node/Report-a-bug.html">Report a
-    bug</a></cite> et
-    <cite><a href="manual/html_node/Suggest-new-feature.html">Suggest new
-    feature</a></cite> dans la documentation).</li>
+    (voir <i><a href="manual/html_node/Report-a-bug.html">Report a
+    bug</a></i> et
+    <i><a href="manual/html_node/Suggest-new-feature.html">Suggest new
+    feature</a></i> dans la documentation)&nbsp;;</li>
 
   <li><a 
href="https://lists.gnu.org/mailman/listinfo/gnuastro-devel";>gnuastro-devel</a>
     pour discuter du développement (cette liste est surtout destinée aux
-    développeurs de Gnuastro).</li>
+    développeurs de Gnuastro)&nbsp;;</li>
 
   <li><a 
href="https://lists.gnu.org/mailman/listinfo/gnuastro-commits";>gnuastro-commits</a>
     pour annoncer les commits faits dans le dépôt officiel de Gnuastro
@@ -221,16 +210,16 @@ h3 { clear: both; }
 
 <h3 id="bug">Signalement de bogues</h3>
 
-<p>La section <cite><a href="manual/html_node/Report-a-bug.html">Report a
-  bug</a></cite> explique en détail la marche à suivre pour signaler un
-  bogue. Lisez cette section s'il vous plaît&nbsp;! En résumé, allez voir
+<p>Le chapitre <i><a href="manual/html_node/Report-a-bug.html">Report a
+  bug</a></i> explique en détail la marche à suivre pour signaler un
+  bogue. Lisez-le s'il vous plaît&nbsp;! En résumé, allez voir
   en premier lieu
   les <a href="https://savannah.gnu.org/bugs/?group=gnuastro";
   target="_blank">archives des bogues de Gnuastro</a>. Cliquez sur
-  <cite>Display Criteria</cite> (au-dessus de la liste), puis dans le menu
-  déroulant <cite>Open/Closed</cite> choisissez <cite>Any</cite>, et
-  dans le menu <cite>Category</cite> choisissez la section de Gnuastro qui
-  correspond à votre bogue . En cliquant sur le bouton <cite>Apply</cite>,
+  <i>Display Criteria</i> (au-dessus de la liste), puis dans le menu
+  déroulant <i>Open/Closed</i> choisissez « Any », et
+  dans le menu <i>Category</i> choisissez le chapitre de Gnuastro qui
+  correspond à votre bogue. En cliquant sur le bouton « Apply »,
   seuls les bogues pertinents s'afficheront. Les rubriques en vert sont
   fermées et correspondent à des bogues résolus, alors que les rubriques
   en rouge sont toujours ouvertes. Si votre bogue n'est pas dans la liste,
@@ -243,10 +232,10 @@ h3 { clear: both; }
   <li><a 
href="https://savannah.gnu.org/support/?func=additem&amp;group=gnuastro";
     target="_blank">Soumettez votre bogue</a> sur la page principale de
     gestion du projet. C'est le méthode que nous recommandons. Remplissez
-    aussi les métadonnées autant que possible (<cite>Category, Item
-    Group,</cite> etc.)</li>
+    aussi les métadonnées autant que possible (<i>Category, Item
+    Group,</i> etc.)</li>
 
-  <li>Écrivez à
+  <li>Ou bien, écrivez à
     &lt;<a 
href="mailto:bug-gnuastro=at=gnu.org";>bug-gnuastro::at::gnu.org</a>&gt;,
     qui est l'une des <a href="#mail">listes de diffusion</a> de Gnuastro.
     Ce sera moins rapide que la première option&nbsp;: à cause du grand
@@ -262,8 +251,8 @@ h3 { clear: both; }
   pour tout un chacun de le hacker facilement (d'ajouter une nouvelle
   fonctionnalité, de changer une fonctionnalité préexistante, de corriger
   un problème, ou de comprendre ce qui se passe sous le capot)&nbsp;; voir
-  <cite><a href="manual/html_node/Science-and-its-tools.html">Science and
-  its tools</a></cite> (la science et ses outils). Vous êtes donc
+  <i><a href="manual/html_node/Science-and-its-tools.html">Science and
+  its tools</a></i> (la science et ses outils). Vous êtes donc
   cordialement invité à apporter votre contribution&nbsp;; vous y êtes même
   vivement encouragé&nbsp;! Un chapitre complet est dédié au
   <a href="manual/html_node/Developing.html">développement</a> pour que
@@ -292,7 +281,7 @@ h3 { clear: both; }
 
 <dd>Gnuastro est toujours en phase de développement actif. Donc, si cela
   vous intéresse, jetez un œil au
-  chapitre <cite><a 
href="manual/html_node/Developing.html">Developing</a></cite>
+  chapitre <i><a href="manual/html_node/Developing.html">Developing</a></i>
   de la documentation et commencez à hacker, ou même créez vous-même un
   programme à l'intérieur de Gnuastro (il y a un modèle pour vous aider).
   Vous trouverez les sources de développement, les trackers de
@@ -301,7 +290,7 @@ h3 { clear: both; }
   (fonctionnalités dont l'ajout est prévu), ainsi que d'autres
   renseignements,
   sur <a href="https://savannah.gnu.org/projects/gnuastro/";>la page du
-  project Gnuastro</a> (hébergé
+  projet Gnuastro</a> (hébergé
   par <a href="https://savannah.gnu.org";>savannah.gnu.org</a>). Les
   trackers peuvent être un bon point de départ si vous voulez vous mettre à
   coder.  Pour vous tenir au courant du développement de Gnuastro,
@@ -322,21 +311,21 @@ h3 { clear: both; }
 
   <pre class="emph-box">
 git clone git://git.sv.gnu.org/gnuastro.git
-git clone http://git.sv.gnu.org/r/gnuastro.git</pre>
+git clone https://git.sv.gnu.org/r/gnuastro.git</pre>
 </dd>
 
 <dd>Pour configurer et compiler les sources sous contrôle de version, vous
   allez avoir besoin de
   <a href="manual/html_node/Bootstrapping.html">bootstrap</a> (voir également
   les <a href="manual/html_node/Bootstrapping-dependencies.html">dépendances
-  de bootstrap</a>). Vous trouverez dans <cite><a
-  href="manual/html_node/Forking-tutorial.html">Forking tutorial</a></cite>
+  de bootstrap</a>). Vous trouverez dans <i><a
+  href="manual/html_node/Forking-tutorial.html">Forking tutorial</a></i>
   la description d'une méthode de travail utilisée par le projet Gnuastro.
 </dd>
 
 <dt>Maintenance</dt>
 
-<dd>Gnuastro a été créé par <a href="http://akhlaghi.org";>Mohammad
+<dd>Gnuastro a été créé par <a href="https://akhlaghi.org";>Mohammad
   Akhlaghi</a>
   &lt;<a 
href="mailto:mohammad=at=akhlaghi.org";>mohammad::at::akhlaghi.org</a>&gt;,
   qui en assure actuellement la maintenance. Merci d'utiliser les listes de
@@ -362,17 +351,17 @@ git clone http://git.sv.gnu.org/r/gnuastro.git</pre>
   fonctionnalités n'ont pas encore fait l'objet d'un article complet. Tant que
   cet article n'est pas paru, la référence à donner pour Gnuastro dans son
   ensemble est la présentation de NoiseChisel (<a
-  href="http://adsabs.harvard.edu/abs/2015ApJS..220....1A";>ApJS 220, 1</a>). Il
+  href="https://adsabs.harvard.edu/abs/2015ApJS..220....1A";>ApJS 220, 1</a>). 
Il
   s'agit de la première publication utilisant Gnuastro. Lorsque ce dernier aura
   atteint une maturité suffisante, une publication lui sera entièrement dédiée.
   Voir <a
-  
href="https://www.gnu.org/software/gnuastro/manual/html_node/GNU-Astronomy-Utilities-1_002e0.html";>
+  href="manual/html_node/GNU-Astronomy-Utilities-1_002e0.html">
   GNU Astronomy Utilities 1.0</a>.</p>
 
 <p>Gnuastro est également répertorié dans la Bibliothèque de code source pour
-  l'astrophysique (<a href="http://ascl.net";>ASCL</a> — <cite>Astrophysics
+  l'astrophysique (<a href="https://ascl.net";>ASCL</a> &ndash; 
<cite>Astrophysics
   Source Code Library</cite>) sous le numéro <a
-  href="http://ascl.net/1801.009";>ascl.net/1801.009</a>. Veuillez utiliser cet
+  href="https://ascl.net/1801.009";>ascl.net/1801.009</a>. Veuillez utiliser cet
   identifiant quelque part dans votre article (par exemple dans les
   remerciements ou lorsque vous mentionnerez Gnuastro pour la première fois).
   Dans la bibliographie ou la liste de références en fin d'article, utilisez
@@ -380,48 +369,30 @@ git clone http://git.sv.gnu.org/r/gnuastro.git</pre>
 
 <h3 id="license">Licence</h3>
 
-<p><cite>GNU Astronomy Utilities</cite> (Gnuastro) est un logiciel
+<p><i>GNU Astronomy Utilities</i> (Gnuastro) est un logiciel
   libre&nbsp;; vous pouvez le redistribuer et/ou le modifier selon les
   termes de la <a href="/licenses/gpl.html" rel="license">licence publique
-  générale GNU</a> telle que publiée par la <cite>Free Software
-  Foundation</cite> (Fondation pour le logiciel libre)&nbsp;; soit en
+  générale GNU</a> telle que publiée par la <i>Free Software
+  Foundation</i> (Fondation pour le logiciel libre)&nbsp;; soit en
   version&nbsp;3 de la licence, soit (à votre convenance) en version
   ultérieure.</p>
 
+</div>
 </div><!-- for id="content", starts in the include above -->
 <!--#include virtual="/server/footer.fr.html" -->
 <div id="footer">
+
 <div class="unprintable">
 
 <p>Veuillez envoyer les requêtes concernant la FSF et GNU à
 &lt;<a href="mailto:gnu@gnu.org";>gnu@gnu.org</a>&gt;. Il existe
 aussi <a href="/contact/">d'autres moyens de contacter</a> la FSF. Les
-liens orphelins et autres corrections ou suggestions peuvent être signalés
-à
-&lt;<a 
href="mailto:bug-gnuastro=at=gnu.org";>bug-gnuastro::at::gnu.org</a>&gt;.</p>
-
-<p><!-- TRANSLATORS: Ignore the original text in this paragraph,
-        replace it with the translation of these two:
-
-        We work hard and do our best to provide accurate, good quality
-        translations.  However, we are not exempt from imperfection.
-        Please send your comments and general suggestions in this regard
-        to <a href="mailto:web-translators@gnu.org";>
-        &lt;web-translators@gnu.org&gt;</a>.</p>
-
-        <p>For information on coordinating and submitting translations of
-        our web pages, see <a
-        href="/server/standards/README.translations.html">Translations
-            README</a>. -->
-
-Nous faisons le maximum pour proposer des traductions fidèles et de bonne
-qualité, mais nous ne sommes pas parfaits. Merci d'adresser vos
-commentaires sur cette page, ainsi que vos suggestions d'ordre général sur
-les traductions, à
-&lt;<a 
href="mailto:web-translators@gnu.org";>web-translators@gnu.org</a>&gt;.</p>
-<p>Pour tout renseignement sur la coordination et la soumission des
-traductions de nos pages web, reportez-vous
-au <a href="/server/standards/README.translations.html">guide de
+liens orphelins et autres corrections ou suggestions peuvent être signalés à
+&lt;<a href="mailto:bug-gnuastro=at=gnu.org";>bug-gnuastro::at::gnu.org</a>&gt;.
+</p>
+
+<p>Si vous souhaitez nous aider à traduire les pages web de gnu.org, merci
+de consulter le <a href="/server/standards/README.translations.html">guide de
 traduction</a>.</p>
 </div>
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]