From 9bf5c98509d5550dfba52eb04606441bd86461b7 Mon Sep 17 00:00:00 2001 From: "John J. Camilleri" Date: Tue, 27 Nov 2018 22:36:57 +0100 Subject: [PATCH] Work on new download page. Change 18-12 to 4.0.0 --- bin/update_html | 4 +- download/index.md | 91 ++++++++++++++++++++++++--------------- download/release-18-12.md | 16 ------- download/release-4.0.0.md | 16 +++++++ index.html | 3 +- 5 files changed, 76 insertions(+), 54 deletions(-) delete mode 100644 download/release-18-12.md create mode 100644 download/release-4.0.0.md diff --git a/bin/update_html b/bin/update_html index 26dfc80fe..ec82ec491 100755 --- a/bin/update_html +++ b/bin/update_html @@ -52,7 +52,7 @@ function render_t2t_html { # Final post-processing if [ -f "$html" ] ; then - sed -i.bak "s//
/" "$html" && rm "$html.bak" + sed -i.bak "s/
/
/" "$html" && rm "$html.bak" + sed -i.bak "s/
2018-11-28
- GF 18.12 released. + GF 4.0.0 released. + Release notes
2018-07-25