Skip to content

Commit fae9b54

Browse files
committed
Change releasedate to release_date
1 parent e808727 commit fae9b54

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

conf/config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
releasedate: "2024-12-04"
1+
release_date: "2024-12-04"
22
sage: "SageMath"
33
logo: "pix/logo_sagemath+icon_oldstyle.png"
44
version: "10.5"

render.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def render():
138138
os.mkdir("www")
139139

140140
log("config: {} version {} @ {}, {} mirrors and".format(
141-
config["sage"], config["version"], config["releasedate"],
141+
config["sage"], config["version"], config["release_date"],
142142
len(mirrors)))
143143
# for line in yaml.dump(config, indent=True, default_flow_style=False).splitlines():
144144
# log(" %s" % line)

src/download-latest.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ <h1 class="narrow">Download source code distribution (devel)</h1>
2424
<div class="txt border">
2525
{#
2626
<strong>The latest development version is {{ version_devel }}
27-
released on {{ releasedate_devel }}.
27+
released on {{ release_date_devel }}.
2828
</strong>
2929
#}
3030
<br/>
3131
{{ mirrors("devel") }}
3232
</div>
3333
</div>
3434
</div>
35-
{% endblock %}
35+
{% endblock %}

src/library-press.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@ <h2 class="narrow">About {{ sage }}</h2>
3535
and a library of mathematical algorithms.
3636
</div>
3737
<div class="txt narrow">
38-
Mathematics is very old and encompasses many very different topics.
38+
Mathematics is very old and encompasses many very different topics.
3939
It is hard to come up with one unique approach that suits beginners as well as experts.
40-
{{ sage }} tries to solve this and
41-
<em>"is doing remarkably well at keeping a balance between ease-of-use for beginners and high-end users."</em>
40+
{{ sage }} tries to solve this and
41+
<em>"is doing remarkably well at keeping a balance between ease-of-use for beginners and high-end users."</em>
4242
as <a href="https://groups.google.com/forum/#!msg/sage-devel/8ShuktTSzoM/oVls13-AyzgJ">David Kohel once said</a>.
4343
</div>
4444
<div class="narrow">
4545
Read more:
46-
<ul>
46+
<ul>
4747
<li>
4848
<a href="./tour.html">Tour</a>,
4949
<a href="./tour-graphics.html">some plots</a>;
50-
<a href="./library-why.html">Why?</a>;
50+
<a href="./library-why.html">Why?</a>;
5151
<a href="https://doc.sagemath.org/html/en/tutorial/tour.html">{{ sage }} Tutorial, Guided Tour</a>;
5252
<a href="https://wiki.sagemath.org/interact">Interact Examples</a>.
5353
</li><li>
@@ -79,9 +79,9 @@ <h2 class="narrow">Key Points</h2>
7979
<li><em>Open Development</em>:
8080
{{ sage }} loves curious students and researchers to examine its source code and
8181
it is possible to understand how each calculation is done.
82-
{{ sage }} fosters a community of developers and encourages them to
82+
{{ sage }} fosters a community of developers and encourages them to
8383
<a href="./development-map.html">take part in its development</a>.
84-
A vital community of people not only using but also participating in development
84+
A vital community of people not only using but also participating in development
8585
is key to a healthy ecosystem in the field of mathematical software.
8686
Additionally, {{ sage }} utilizes the scientific method of peer-review to double check
8787
each line of new source code in addition to its strict testing policies to ensure
@@ -115,7 +115,7 @@ <h2 class="narrow">Quick Facts</h2>
115115
<tr>
116116
<td>First Release 2005</td>
117117
<td colspan="2">Latest version {{ version }}
118-
released {{ releasedate }}</td>
118+
released {{ release_date }}</td>
119119
</tr>
120120
<tr>
121121
<td>License: GPLv2+</td>
@@ -167,7 +167,7 @@ <h1 class="narrow">Press Releases</h1>
167167
<h1 class="narrow">Links</h1>
168168
<div class="narrow txt">
169169
<ul>
170-
<li><a href="https://www.facebook.com/sagemathorg/">{{ sage }} Facebook group</a>,
170+
<li><a href="https://www.facebook.com/sagemathorg/">{{ sage }} Facebook group</a>,
171171
<a href="https://twitter.com/sagemath">{{ sage }} Twitter page</a>.
172172
<a rel="me" href="https://mathstodon.xyz/@sagemath">{{ sage }} Mastodon page</a>
173173
<li><a href="./library-marketing.html">Marketing Material</a></li>

src/mirrors.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ <h2 class="narrow">Mirror List</h2>
4141
<div class="narrow txt">
4242
<strong>
4343
If the {{ sage }} icon is missing, a mirror may be down. If the date is too old compared to the first
44-
(master mirror), it is outdated. The current {{ sage }} version is {{ version }} released
45-
{{ releasedate }}</strong>.
44+
(master mirror), it is outdated. The current {{ sage }} version is {{ version }} released
45+
{{ release_date }}</strong>.
4646
If you also want to help {{ sage }} by hosting a mirror, please <a href="./contact.html">contact us</a>.
4747

4848
<table class="">

0 commit comments

Comments
 (0)