meso-web

Sources of the |Méso|Star> website
git clone git://git.meso-star.fr/meso-web.git
Log | Files | Refs | README | LICENSE

commit 7943238133a87881c78a9bcf86ed22ccc27562f3
parent 90a2d5e30ed0e28e31926e3564e77ac84dc32acd
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 21 Dec 2018 11:21:10 +0100

Fix html issues

Diffstat:
Mart/Makefile | 2+-
Mart/art.html.in | 2+-
Mart/hr_ppart.html.in | 2+-
Mart/ppart_lw.html.in | 4++--
Mart/ppart_sw.html.in | 4++--
Mmeso-menu.sh | 6+++---
6 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/art/Makefile b/art/Makefile @@ -48,5 +48,5 @@ clean: rm ${HTML-FILES} downloads/*.sig publish: - rsync -arvz ${HTML-FILES} ${IMG} downloads ${REMOTE}/ART/ + rsync -arvz ${HTML-FILES} ${IMG} downloads ${REMOTE}/art/ diff --git a/art/art.html.in b/art/art.html.in @@ -12,7 +12,7 @@ The codes currently available are briefly described bellow. <h3><a href="kspectrum.html">Kspectrum</a></h3> -</p>produces high-resolution synthetic spectra of any gas mixture, in arbitrary +<p>produces high-resolution synthetic spectra of any gas mixture, in arbitrary thermodynamic conditions (pressure, temperature and molar composition) from public spectroscopic databases. Please note this code does NOT compute application-specific opacities (collision-induced absorption, continua, ...) diff --git a/art/hr_ppart.html.in b/art/hr_ppart.html.in @@ -97,7 +97,7 @@ Ground emissivity </pre> Simulation input is provided through the <code>data.in</code> and -<code>options.in</code> files (located in the main </code>HR_PPart</code> +<code>options.in</code> files (located in the main <code>HR_PPart</code> directory): <ul> diff --git a/art/ppart_lw.html.in b/art/ppart_lw.html.in @@ -32,8 +32,8 @@ computations only.</p> </div> <p>Download and extract the archive (<code>tar -zxvf ppart_lw.tgz</code>); then -move into the <code>PPart_LW</code> directory, and use the </code>make -all</code> command to compile. You should use the </code>make clean</code> +move into the <code>PPart_LW</code> directory, and use the <code>make +all</code> command to compile. You should use the <code>make clean</code> command in the case you want to recompile from scratch only (when include files are modified). If only source files are modified, the <code>make all</code> command will recompile modified files.</p> diff --git a/art/ppart_sw.html.in b/art/ppart_sw.html.in @@ -100,8 +100,8 @@ directory):</p> <li> the <code>data.in</code> file lets the user specify the spectral integration domain (if a limited spectral domain should be used), and the direction to use for a single-direction radiative transfer computation. - Finally, the user should specify the index of the standard atmospheric</li> - profile to use, when the corresponding option has been selected. + Finally, the user should specify the index of the standard atmospheric + profile to use, when the corresponding option has been selected.</li> </ul> <p>Results are located into the <code>/results</code> directory; several diff --git a/meso-menu.sh b/meso-menu.sh @@ -105,11 +105,11 @@ print_art_sub_menu() { if [ "$name" == "Kspectrum" -o "$name" == "Kdistribution" ]; then echo ' <div id="info">' - echo ' <p>Copyright &#169 2008-2014 Fondation Sciences et Technologies' + echo ' <p>Copyright &#169; 2008-2014 Fondation Sciences et Technologies' echo " pour l'Aéronotique et l'Espace, Institut Mines-Télécom" echo ' Albi-Carmaux, National Center for Scientific Research (CNRS),' echo ' Université Bordeaux 1, Université Paul Sabatier.</p>' - echo ' <p>Copyright &#169 2014-2018 <a' + echo ' <p>Copyright &#169; 2014-2018 <a' echo ' href="https://www.meso-star.com">|Méso|Star&gt;</a>.</p>' echo ' </div>' elif [ "$name" == "HR_PPart" ]; then @@ -122,7 +122,7 @@ print_art_sub_menu() { echo ' <div id="info">' echo ' <p>Copyright &#169; 2010-2014 Institut Mines-Télécom' echo ' Albi-Carmaux, Université Bordeaux 1 </p>' - echo ' <p>Copyright &#169 2014-2018 <a' + echo ' <p>Copyright &#169; 2014-2018 <a' echo ' href="https://www.meso-star.com">|Méso|Star&gt;</a>.</p>' echo ' </div>' elif [ "$name" == "Karine" ]; then