htrdr-atmosphere-spk.sh (2091B)
1 #!/bin/sh 2 3 # Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) 4 # 5 # This file is part of Méso-Web. 6 # 7 # Méso-Web is free software: you can redistribute it and/or modify 8 # it under the terms of the GNU General Public License as published by 9 # the Free Software Foundation, either version 3 of the License, or 10 # (at your option) any later version. 11 # 12 # Méso-Web is distributed in the hope that it will be useful, 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 # GNU General Public License for more details. 16 # 17 # You should have received a copy of the GNU General Public License 18 # along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. 19 20 . "./config.sh.in" 21 22 set -e 23 24 sed -n '0,/^## Content/p' "${atmspk_readme}" | sed '$d' # Intro 25 26 printf '[](images/city_thin_lens.jpg)\n' 27 printf '\n' 28 printf '> The image of the city scene rendered with\n' 29 printf "> \`htrdr-atmosphere\`.\n" 30 printf '> The thin lens camera used in this rendering focuses on\n' 31 printf '> background elements; the foreground vegetation is out of focus.\n' 32 printf '\n' 33 34 printf '## Downloads\n' 35 36 archs=$(find downloads -name "htrdr-Atmosphere-Starter-Pack*.tar.gz" \ 37 -o -name "High-Tune-Starter-Pack*.tar.gz" | sort -r) 38 printf '%s\n' "${archs}" | list_starter_packs 39 40 cat htrdr-atmosphere-netcdf.md.in 41 42 sed -n '/^## Quick start/,/^## Release notes/p' "${atmspk_readme}" | sed '$d' 43 44 sed -n '/^## Content/,/^### Water/p' "${atmspk_readme}" | sed '$d' 45 46 printf '[](images/DZVAR.jpg)\n\n' 47 printf '[](images/DZVAR2.jpg)\n\n' 48 printf '[](images/L12km_BOMEX.jpg)\n\n' 49 printf '[](images/L25_Fire.jpg)\n\n' 50 printf '\n' 51 printf '> Images of the DZVAR, DZVAR2, L12km_BOMEX and L25_Fire scenes\n' 52 printf "> rendered with \"htrdr-atmosphere\".\n" 53 54 sed -n '/^### Water/,/^## Quick start/p' "${atmspk_readme}" | sed '$d' 55 56 sed -n '/^## Release notes/,$p' "${atmspk_readme}"