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 4914d442c3568b02bc1f68fc0e7745d47165f6bf
parent 08a733c854563cbd9b8e0f0fd4c421bfcb0de841
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 25 Oct 2017 16:16:24 +0200

Rename the solstice/schiff about menu in overview

Diffstat:
Mmeso-menu.sh | 12++++++------
Mschiff.html | 2+-
Mschiff.sh | 4++--
Msolstice.sh | 4++--
4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/meso-menu.sh b/meso-menu.sh @@ -34,10 +34,10 @@ print_schiff_sub_menu() { echo ' <div id=sub-menu>' echo ' <ul>' - if [ "$name" == "About" ]; then - echo ' <li id=cur>About</li>' + if [ "$name" == "Overview" ]; then + echo ' <li id=cur>Overview</li>' else - echo " <li><a href=${root}schiff.html>About</a></li>" + echo " <li><a href=${root}schiff.html>Overview</a></li>" fi echo ' <li>Reference documentation</li>' echo ' </ul>' @@ -71,10 +71,10 @@ print_solstice_sub_menu() { echo ' <div id=sub-menu>' echo ' <ul>' - if [ "$name" == "About" ]; then - echo ' <li id=cur>About</li>' + if [ "$name" == "Overview" ]; then + echo ' <li id=cur>Overview</li>' else - echo " <li><a href=${root}solstice.html>About</a></li>" + echo " <li><a href=${root}solstice.html>Overview</a></li>" fi echo ' <li>Reference documentation</li>' echo ' </ul>' diff --git a/schiff.html b/schiff.html @@ -14,7 +14,7 @@ <h2 id=cur>Schiff</h2> <div id=sub-menu> <ul> - <li id=cur>About</li> + <li id=cur>Overview</li> <li>Reference documentation</li> </ul> <ul id=lvl2> diff --git a/schiff.sh b/schiff.sh @@ -67,12 +67,12 @@ rsync $2/schiff_pretty_results.sh ./downloads/ echo "" ################################################################################ -# Generate the About page +# Generate the overview page ################################################################################ tput bold; echo ">>> Schiff web pages"; tput sgr0 echo "Write schiff.html" { - print_header Schiff About + print_header Schiff Overview VERSION=$1 envsubst < schiff.html.in; print_footer } > schiff.html diff --git a/solstice.sh b/solstice.sh @@ -171,11 +171,11 @@ $markdown $arch/share/doc/solstice/README.md \ cd $dir_curr ################################################################################ -# Generate the About page +# Generate the overview page ################################################################################ echo "Write solstice.html" { - print_header Solstice About; + print_header Solstice Overview; VERSION=$1 envsubst < solstice.html.in; print_footer; } > solstice.html