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 369017052249bb1fabf9beaaeb4c694929a352d4
parent 96d81b3639219d383818f258a34d17b57792b8a4
Author: Vincent Forest <vaplv@free.fr>
Date:   Fri,  1 Sep 2017 15:58:21 +0200

Add information to solstice

Diffstat:
Mmeso.css | 11++++++++++-
Msolstice-gen-refdoc.sh | 9+++++++++
Msolstice.html | 13+++++++++++--
3 files changed, 30 insertions(+), 3 deletions(-)

diff --git a/meso.css b/meso.css @@ -67,7 +67,6 @@ pre.code a { float: left; list-style-type: none; padding: 0.5em 0 0 0; - float: center; margin: 0; } @@ -178,4 +177,14 @@ pre.code a { color: #666666 } +#info { + margin-top: 3em; + font-size: 8pt; + color: #777777; + line-height: 1.4; +} +#info a { + color: #333333; + font-weight: normal; +} diff --git a/solstice-gen-refdoc.sh b/solstice-gen-refdoc.sh @@ -80,6 +80,15 @@ print_header() { fi done echo ' </ul>' + echo ' <div id="info">' + echo ' <p>Solstice is developped by <a' + echo ' href="https://www.meso-star.com">|Méso|Star&gt;</a> in collaboration with' + echo ' the <a href="http://www.labex-solstice.fr/">Laboratory of Excellence' + echo ' Solstice</a> and the <a' + echo ' href="http://www.promes.cnrs.fr/index.php?page=home-en">PROMES</a>' + echo ' laboratory of the National Center for Scientific Research. It is copyright' + echo ' &#169; <a href="http://www.cnrs.fr/index.php">CNRS</a> 2016-2017.</p>' + echo ' </div>' echo '</div>' echo '<div id=content>' echo "<div style=\"font-variant: small-caps; float: right; color: #777777\">Version $version</div>" diff --git a/solstice.html b/solstice.html @@ -10,7 +10,6 @@ <body> -<div id="sides"> <div id="menu"> <h2>Solstice</h2> <ul> @@ -23,6 +22,16 @@ <li><a href="man/man5/solstice-output.5.html">solstice-output</a></li> <li><a href="man/man5/solstice-receiver.5.html">solstice-receiver</a></li> </ul> + + <div id="info"> + <p>Solstice is developped by <a + href="https://www.meso-star.com">|Méso|Star&gt;</a> in collaboration with + the <a href="http://www.labex-solstice.fr/">Laboratory of Excellence + Solstice</a> and the <a + href="http://www.promes.cnrs.fr/index.php?page=home-en">PROMES</a> + laboratory of the National Center for Scientific Research. It is copyright + &#169; <a href="http://www.cnrs.fr/index.php">CNRS</a> 2016-2017.</p> + </div> </div> <div id=content> @@ -161,5 +170,5 @@ use the <code>man</code> command-line to read its ROFF version.</p> </pre> </div> <!--content--> -</div> + </body>