From fae9b541aa1fe2c3ade7800ca5d3f6dee6366204 Mon Sep 17 00:00:00 2001 From: Kwankyu Lee Date: Wed, 25 Dec 2024 10:19:10 +0900 Subject: [PATCH] Change releasedate to release_date --- conf/config.yaml | 2 +- render.py | 2 +- src/download-latest.html | 4 ++-- src/library-press.html | 18 +++++++++--------- src/mirrors.html | 4 ++-- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/conf/config.yaml b/conf/config.yaml index 4fd3f858..165970f6 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -1,4 +1,4 @@ -releasedate: "2024-12-04" +release_date: "2024-12-04" sage: "SageMath" logo: "pix/logo_sagemath+icon_oldstyle.png" version: "10.5" diff --git a/render.py b/render.py index 31a0a5b0..3b98061b 100755 --- a/render.py +++ b/render.py @@ -138,7 +138,7 @@ def render(): os.mkdir("www") log("config: {} version {} @ {}, {} mirrors and".format( - config["sage"], config["version"], config["releasedate"], + config["sage"], config["version"], config["release_date"], len(mirrors))) # for line in yaml.dump(config, indent=True, default_flow_style=False).splitlines(): # log(" %s" % line) diff --git a/src/download-latest.html b/src/download-latest.html index 33556eae..8ed1dada 100755 --- a/src/download-latest.html +++ b/src/download-latest.html @@ -24,7 +24,7 @@

Download source code distribution (devel)

{# The latest development version is {{ version_devel }} - released on {{ releasedate_devel }}. + released on {{ release_date_devel }}. #}
@@ -32,4 +32,4 @@

Download source code distribution (devel)

-{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/src/library-press.html b/src/library-press.html index adf0e498..4c9f26a1 100755 --- a/src/library-press.html +++ b/src/library-press.html @@ -35,19 +35,19 @@

About {{ sage }}

and a library of mathematical algorithms.
-Mathematics is very old and encompasses many very different topics. +Mathematics is very old and encompasses many very different topics. It is hard to come up with one unique approach that suits beginners as well as experts. -{{ sage }} tries to solve this and -"is doing remarkably well at keeping a balance between ease-of-use for beginners and high-end users." +{{ sage }} tries to solve this and +"is doing remarkably well at keeping a balance between ease-of-use for beginners and high-end users." as David Kohel once said.
Read more: -