meso-web

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

commit 24fcbb5761cfa815eac69a39ab1ee18cc6991b97
parent c1d20da0de3343b7a8f44df6e7726a6e02e704ea
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Thu, 30 Jul 2026 15:40:46 +0200

Remove the solstice download page

Remove obsolete solstice archives too

Diffstat:
Dsolstice/downloads/Solstice-0.8.2-GNU-Linux64.tar.gz | 2--
Dsolstice/downloads/Solstice-0.8.2-Sources.zip | 2--
Dsolstice/downloads/Solstice-0.8.2-Win64.zip | 2--
Dsolstice/downloads/Solstice-0.9.1-GNU-Linux64.tar.gz | 2--
Dsolstice/downloads/Solstice-0.9.1-Sources.zip | 2--
Msolstice/index.tsv | 1-
Dsolstice/solstice-downloads.sh | 33---------------------------------
7 files changed, 0 insertions(+), 44 deletions(-)

diff --git a/solstice/downloads/Solstice-0.8.2-GNU-Linux64.tar.gz b/solstice/downloads/Solstice-0.8.2-GNU-Linux64.tar.gz @@ -1 +0,0 @@ -#$# git-wad 46f6f2d48704da592b17c0cdbfc6976855bf92776e3d975901cb0aa32d157f75 18638765 -\ No newline at end of file diff --git a/solstice/downloads/Solstice-0.8.2-Sources.zip b/solstice/downloads/Solstice-0.8.2-Sources.zip @@ -1 +0,0 @@ -#$# git-wad 2a6901215cd80c84ff05688e698a7f92ba237f2cf147240e9fdd0a3582834d3a 1038936 -\ No newline at end of file diff --git a/solstice/downloads/Solstice-0.8.2-Win64.zip b/solstice/downloads/Solstice-0.8.2-Win64.zip @@ -1 +0,0 @@ -#$# git-wad bdd16d061febb869ac75da88b4f9e30af5eaa7248bfe07d0a2aa495a8e50783e 15548700 -\ No newline at end of file diff --git a/solstice/downloads/Solstice-0.9.1-GNU-Linux64.tar.gz b/solstice/downloads/Solstice-0.9.1-GNU-Linux64.tar.gz @@ -1 +0,0 @@ -#$# git-wad 59a6ff3f357ca573dd1f662a98838a2dade09714667e72c5f651c7d7a0d39c14 20964969 -\ No newline at end of file diff --git a/solstice/downloads/Solstice-0.9.1-Sources.zip b/solstice/downloads/Solstice-0.9.1-Sources.zip @@ -1 +0,0 @@ -#$# git-wad 5ae5266f2c84a9c7a7e30a789ae5e46db1451e499915db73d9cfc2a0a58de1ff 1148860 -\ No newline at end of file diff --git a/solstice/index.tsv b/solstice/index.tsv @@ -1,5 +1,4 @@ Overview solstice.html Manual pages solstice-docs.html -Downloads solstice-downloads.html Additional resources solstice-resources.html Git https://gitlab.com/meso-star/solstice diff --git a/solstice/solstice-downloads.sh b/solstice/solstice-downloads.sh @@ -1,33 +0,0 @@ -#!/bin/sh - -# Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) -# -# This file is part of Méso-Web. -# -# Méso-Web is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# Méso-Web is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. - -. "./config.sh.in" - -set -e - -# Title -echo '# Downloads' - -# List of archives to download -cd .. -sh ./scripts/print_downloads.sh "${OLDPWD##*/}" Solstice Linux Windows -cd "${OLDPWD}" - -# Release notes -sed -n '/^## Release notes/,/^## License/p' "${readme}" | sed '$d'