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 6352ab614e212437925bfadf1625f696c8079876
parent d9e43c97a67c437e289cbfeca99c8defbfa15201
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon,  4 Feb 2019 10:58:28 +0100

Upd the High-Tune version 0.0.3

Diffstat:
Mhigh-tune/Makefile | 2+-
Mhigh-tune/high-tune.html.in | 10++++++++++
Mmeso-menu.sh | 2+-
3 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/high-tune/Makefile b/high-tune/Makefile @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -HTRDR-VERSION=0.0.0-r3 +HTRDR-VERSION=0.0.3 HTRDR-STARTER-PACK-VERSION=0.1.1 SRC = high-tune.html.in high-tune.sh starter-pack.html.in diff --git a/high-tune/high-tune.html.in b/high-tune/high-tune.html.in @@ -2,6 +2,16 @@ <h1>HTRDR - Image renderer of cloudy atmospheres</h1> </header> +<div class="news"> + <p><b>HTRDR ${VERSION} is available</b></p> + <ul> + <li>Build from sources: + <a href=https://gitlab.com/meso-star/star-engine/tree/High-Tune-${VERSION}> + git</a> + </li> + </ul> +</div> + <p>High Tune: RenDeRer (<code>htrdr</code>) is a part of the <a href=http://www.umr-cnrm.fr/high-tune/>High-Tune</a> project: it illustrates the implementation of <b>radiative transfer</b> algorithms in <b>inhomogeneous diff --git a/meso-menu.sh b/meso-menu.sh @@ -173,7 +173,7 @@ print_high_tune_sub_menu() { echo " <li><a href=https://gitlab.com/meso-star/htrdr>Source code repository</a></li>" echo ' </ul>' echo ' <div id="info">' - echo ' <p>Copyright &#169; 2018' + echo ' <p>Copyright &#169; 2018-2019' echo ' <a href="https://www.meso-star.com">|Méso|Star&gt;</a>,' echo ' Centre National de la Recherche Scientifique (CNRS),' echo ' Université Paul Sabatier.'