Skip to content

Commit

Permalink
Change releasedate to release_date
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Dec 25, 2024
1 parent e808727 commit fae9b54
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion conf/config.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion render.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions src/download-latest.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ <h1 class="narrow">Download source code distribution (devel)</h1>
<div class="txt border">
{#
<strong>The latest development version is {{ version_devel }}
released on {{ releasedate_devel }}.
released on {{ release_date_devel }}.
</strong>
#}
<br/>
{{ mirrors("devel") }}
</div>
</div>
</div>
{% endblock %}
{% endblock %}
18 changes: 9 additions & 9 deletions src/library-press.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@ <h2 class="narrow">About {{ sage }}</h2>
and a library of mathematical algorithms.
</div>
<div class="txt narrow">
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
<em>"is doing remarkably well at keeping a balance between ease-of-use for beginners and high-end users."</em>
{{ sage }} tries to solve this and
<em>"is doing remarkably well at keeping a balance between ease-of-use for beginners and high-end users."</em>
as <a href="https://groups.google.com/forum/#!msg/sage-devel/8ShuktTSzoM/oVls13-AyzgJ">David Kohel once said</a>.
</div>
<div class="narrow">
Read more:
<ul>
<ul>
<li>
<a href="./tour.html">Tour</a>,
<a href="./tour-graphics.html">some plots</a>;
<a href="./library-why.html">Why?</a>;
<a href="./library-why.html">Why?</a>;
<a href="https://doc.sagemath.org/html/en/tutorial/tour.html">{{ sage }} Tutorial, Guided Tour</a>;
<a href="https://wiki.sagemath.org/interact">Interact Examples</a>.
</li><li>
Expand Down Expand Up @@ -79,9 +79,9 @@ <h2 class="narrow">Key Points</h2>
<li><em>Open Development</em>:
{{ sage }} loves curious students and researchers to examine its source code and
it is possible to understand how each calculation is done.
{{ sage }} fosters a community of developers and encourages them to
{{ sage }} fosters a community of developers and encourages them to
<a href="./development-map.html">take part in its development</a>.
A vital community of people not only using but also participating in development
A vital community of people not only using but also participating in development
is key to a healthy ecosystem in the field of mathematical software.
Additionally, {{ sage }} utilizes the scientific method of peer-review to double check
each line of new source code in addition to its strict testing policies to ensure
Expand Down Expand Up @@ -115,7 +115,7 @@ <h2 class="narrow">Quick Facts</h2>
<tr>
<td>First Release 2005</td>
<td colspan="2">Latest version {{ version }}
released {{ releasedate }}</td>
released {{ release_date }}</td>
</tr>
<tr>
<td>License: GPLv2+</td>
Expand Down Expand Up @@ -167,7 +167,7 @@ <h1 class="narrow">Press Releases</h1>
<h1 class="narrow">Links</h1>
<div class="narrow txt">
<ul>
<li><a href="https://www.facebook.com/sagemathorg/">{{ sage }} Facebook group</a>,
<li><a href="https://www.facebook.com/sagemathorg/">{{ sage }} Facebook group</a>,
<a href="https://twitter.com/sagemath">{{ sage }} Twitter page</a>.
<a rel="me" href="https://mathstodon.xyz/@sagemath">{{ sage }} Mastodon page</a>
<li><a href="./library-marketing.html">Marketing Material</a></li>
Expand Down
4 changes: 2 additions & 2 deletions src/mirrors.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ <h2 class="narrow">Mirror List</h2>
<div class="narrow txt">
<strong>
If the {{ sage }} icon is missing, a mirror may be down. If the date is too old compared to the first
(master mirror), it is outdated. The current {{ sage }} version is {{ version }} released
{{ releasedate }}</strong>.
(master mirror), it is outdated. The current {{ sage }} version is {{ version }} released
{{ release_date }}</strong>.
If you also want to help {{ sage }} by hosting a mirror, please <a href="./contact.html">contact us</a>.

<table class="">
Expand Down

0 comments on commit fae9b54

Please sign in to comment.