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 f51fc2185c94889b7078e0aab24bcd5886869df1
parent 2fe27d2516d45b7e2a6389acba2386a1fad0b3e7
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 18 Nov 2019 15:34:25 +0100

Apply the CC BY-ND 4.0 licence to the web page content

Diffstat:
Mmeso-menu.sh | 14+++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/meso-menu.sh b/meso-menu.sh @@ -386,10 +386,15 @@ print_header() { print_footer() { echo '</div>' # content - echo "<div id=footer>" - echo "Phone: +33561556830&nbsp;&nbsp;|&nbsp;&nbsp;" - echo "<a href="mailto:contact@meso-star.com">Email us</a>&nbsp;&nbsp;|&nbsp;&nbsp;" - echo "&#169; 2015-2019 |Méso|Star&gt;" + echo '<div id=footer>' + echo ' + <a rel="license" href="http://creativecommons.org/licenses/by-nd/4.0/"> + <img alt="Creative Commons License" style="border-width:0; float: left; margin-right: 1em" + src="https://i.creativecommons.org/l/by-nd/4.0/88x31.png" /> + </a>' + echo 'Copyright &#169; 2015-2019 <a href="mailto:contact@meso-star.com">|Méso|Star&gt;</a>' + echo '<br />' + echo 'This page is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nd/4.0/">Creative Commons Attribution-NoDerivatives 4.0 International License</a>.' echo "</div>" echo '</body>' } @@ -407,7 +412,6 @@ print_downloads() { local archs=$(find downloads/$prefix_low -regex ".*/$prefix-[0-9]+\.[0-9]+\.[0-9]+-.*tar.gz" | sort -r ) local arch; - for arch in $archs; do local version=$(echo $arch | sed "s/.*${prefix}-\([0-9]\+.[0-9]\+.[0-9]\+\)-.*/\1/g") local dl_files=(