Skip to content

Commit 66bd4ef

Browse files
committed
auto publish 2024-08-20 09:31:51+00:00
1 parent ac3d5c2 commit 66bd4ef

11 files changed

+10
-113
lines changed

changelogs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
</li></ul>
165165
<h1>Changelogs</h1>
166166

167-
<div class="bodypadding">See also: <a href="https://wiki.sagemath.org/ReleaseTours/">Sage Release Tours</a> (Sage Wiki)
167+
<div class="bodypadding">See also: <a href="https://github.com/sagemath/sage/releases">GitHub Releases</a>
168168
</div>
169169

170170
<p>

development.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ <h1 class="narrow">Information for Developers</h1>
187187
<li><a href="https://doc.sagemath.org/html/en/faq/faq-usage.html">FAQ about using SageMath</a></li>
188188
<li><a href="https://doc.sagemath.org/html/en/faq/faq-contribute.html">FAQ about contributing to SageMath</a></li>
189189
</ul>
190-
<li><a href="https://wiki.sagemath.org/ReleaseTours/">Release Tours</a>, <a href="./changelogs/">Changelogs</a></li>
190+
<li><a href="https://github.com/sagemath/sage/releases">Release notes</a> (GitHub Releases)</li>
191191
<li><a href="https://vimeo.com/14044496">Video: Contributing to SageMath</a> from <a href="https://vimeo.com/user1449175">William Stein</a> on <a href="http://vimeo.com">Vimeo</a>.
192192
[<a href="https://wiki.sagemath.org/daysindia25/schedule?action=AttachFile&do=view&target=stein-contrib.pdf">download presentation (pdf)</a>.
193193

download-latest.html

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ <h1 class="narrow">Download source code distribution (devel)</h1>
166166

167167
<div class="narrow txt">
168168
<p>Thank you for your interest in SageMath! Here you can download the complete source
169-
code for SageMath to compile it on your own Linux, macOS, or Cygwin system.</p>
169+
code for SageMath to compile it on your own Linux, macOS, or Windows system (using WSL).</p>
170170
<p>This is the most recent <strong>development release</strong> (beta or release candidate).</p>
171171
<p>Downloading this source tarball gives you the same version of SageMath as cloning
172172
<a href="https://github.com/sagemath/sage">the "develop" branch
@@ -347,17 +347,6 @@ <h2 class="narrow">
347347
</td>
348348
</tr>
349349

350-
<tr>
351-
<th>
352-
Microsoft Windows
353-
</th>
354-
<td>
355-
<div class="txt">
356-
<a href="https://github.com/sagemath/sage-windows/releases">Download Windows binaries</a> (sage-windows)
357-
</div>
358-
</td>
359-
</tr>
360-
361350
<tr>
362351
<th>
363352
Docker image

download-linux.html

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -230,17 +230,6 @@ <h2 class="narrow">
230230
</td>
231231
</tr>
232232

233-
<tr>
234-
<th>
235-
Microsoft Windows
236-
</th>
237-
<td>
238-
<div class="txt">
239-
<a href="https://github.com/sagemath/sage-windows/releases">Download Windows binaries</a> (sage-windows)
240-
</div>
241-
</td>
242-
</tr>
243-
244233
<tr>
245234
<th>
246235
Docker image

download-liveusb.html

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -342,17 +342,6 @@ <h2 class="narrow">
342342
</td>
343343
</tr>
344344

345-
<tr>
346-
<th>
347-
Microsoft Windows
348-
</th>
349-
<td>
350-
<div class="txt">
351-
<a href="https://github.com/sagemath/sage-windows/releases">Download Windows binaries</a> (sage-windows)
352-
</div>
353-
</td>
354-
</tr>
355-
356345
<tr>
357346
<th>
358347
Docker image

download-packages.html

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -333,17 +333,6 @@ <h2 class="narrow">
333333
</td>
334334
</tr>
335335

336-
<tr>
337-
<th>
338-
Microsoft Windows
339-
</th>
340-
<td>
341-
<div class="txt">
342-
<a href="https://github.com/sagemath/sage-windows/releases">Download Windows binaries</a> (sage-windows)
343-
</div>
344-
</td>
345-
</tr>
346-
347336
<tr>
348337
<th>
349338
Docker image

download-solaris.html

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -229,17 +229,6 @@ <h2 class="narrow">
229229
</td>
230230
</tr>
231231

232-
<tr>
233-
<th>
234-
Microsoft Windows
235-
</th>
236-
<td>
237-
<div class="txt">
238-
<a href="https://github.com/sagemath/sage-windows/releases">Download Windows binaries</a> (sage-windows)
239-
</div>
240-
</td>
241-
</tr>
242-
243232
<tr>
244233
<th>
245234
Docker image

download-source.html

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ <h1 class="narrow">Download source code distribution (stable)</h1>
166166

167167
<div class="narrow txt">
168168
Thank you for your interest in SageMath! You can get the complete source for SageMath to compile it on
169-
your own Linux, macOS, or Cygwin system. SageMath lives in an isolated directory and does not interfere with
169+
your own Linux, macOS, or Windows system (using WSL). SageMath lives in an isolated directory and does not interfere with
170170
your surrounding system. It ships together with everything necessary to develop SageMath, the source
171171
code and all its standard dependencies.
172172
</div>
@@ -297,7 +297,7 @@ <h4>Distributed / P2P</h4>
297297
provides information on the installation prerequisites.
298298

299299
<p>
300-
See also <a href="https://wiki.sagemath.org/ReleaseTours/sage-10.4">Release Tour for version 10.4</a> and the <a href="changelogs/sage-10.4.txt">changelog</a>.<br />
300+
See also the <a href="https://github.com/sagemath/sage/releases/tag/10.4">Release Notes for version 10.4</a>.
301301
<p>
302302
You can <a href="https://github.com/sagemath/sage/">browse the main Sage repository on GitHub</a>.
303303
The <a href="https://github.com/sagemath">SageMath organization on GitHub</a>
@@ -361,17 +361,6 @@ <h2 class="narrow">
361361
</td>
362362
</tr>
363363

364-
<tr>
365-
<th>
366-
Microsoft Windows
367-
</th>
368-
<td>
369-
<div class="txt">
370-
<a href="https://github.com/sagemath/sage-windows/releases">Download Windows binaries</a> (sage-windows)
371-
</div>
372-
</td>
373-
</tr>
374-
375364
<tr>
376365
<th>
377366
Docker image

download-windows.html

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,8 @@ <h1 class="narrow">Download Binaries for Microsoft Windows</h1>
168168
or <a href="./download-source.html">here to download source distribution</a>.
169169
</div>
170170

171-
<div class="narrow xlarge txt bluebg round">
172-
<strong>Note: </strong> For <strong>Windows</strong> installer binaries see the <a href="https://github.com/sagemath/sage-windows/releases">GitHub releases page</a>.
173-
</div>
174-
175171
<div class="txt narrow">
176-
Other binaries for Windows have been discontinued.
172+
Binaries for Windows have been discontinued.
177173
</div>
178174

179175

@@ -231,17 +227,6 @@ <h2 class="narrow">
231227
</td>
232228
</tr>
233229

234-
<tr>
235-
<th>
236-
Microsoft Windows
237-
</th>
238-
<td>
239-
<div class="txt">
240-
<a href="https://github.com/sagemath/sage-windows/releases">Download Windows binaries</a> (sage-windows)
241-
</div>
242-
</td>
243-
</tr>
244-
245230
<tr>
246231
<th>
247232
Docker image

download.html

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -174,18 +174,11 @@ <h1 class="narrow">
174174
</p>
175175

176176
<p>
177-
<strong>Note:</strong> <strong>Linux</strong> binaries have been
177+
<strong>Note:</strong> <strong>Linux</strong> binaries and <strong>Windows</strong>
178+
installer binaries have been
178179
discontinued. See the <a href=
179180
"https://doc.sagemath.org/html/en/installation/index.html">
180-
Installation guide</a> for alternatives. The binaries of old versions are
181-
offered for archival purposes and legacy deployments only.
182-
</p>
183-
184-
<p>
185-
<strong>Note:</strong> For <strong>Windows</strong> installer binaries see
186-
the Windows <a href=
187-
"https://github.com/sagemath/sage-windows/releases">GitHub releases
188-
page</a>.
181+
Installation guide</a> for alternatives.
189182
</p>
190183

191184
<p>
@@ -307,8 +300,7 @@ <h4>Distributed / P2P</h4>
307300

308301
<div class="narrow txt">
309302
Not sure what to download? Follow the <a href=
310-
"https://wiki.sagemath.org/DownloadAndInstallationGuide"><strong>download and
311-
install guide</strong></a>.
303+
"https://doc.sagemath.org/html/en/installation/index.html"><strong>Installation Guide</strong></a>.
312304
</div>
313305

314306

@@ -365,17 +357,6 @@ <h2 class="narrow">
365357
</td>
366358
</tr>
367359

368-
<tr>
369-
<th>
370-
Microsoft Windows
371-
</th>
372-
<td>
373-
<div class="txt">
374-
<a href="https://github.com/sagemath/sage-windows/releases">Download Windows binaries</a> (sage-windows)
375-
</div>
376-
</td>
377-
</tr>
378-
379360
<tr>
380361
<th>
381362
Docker image

0 commit comments

Comments
 (0)