Skip to content

Commit

Permalink
Merge pull request #466 from mkoeppe/deemphasize_tarballs
Browse files Browse the repository at this point in the history
Deemphasize tarballs, remove menu item "mirrors"
  • Loading branch information
haraldschilly authored Feb 13, 2024
2 parents 3599124 + 89419d6 commit dcca48a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
13 changes: 7 additions & 6 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,13 @@ <h2>
<h2><a href="https://doc.sagemath.org/html/en/installation/index.html">Install {{version}}</a></h2>

<div class="small">
<span class="nowrap"><a href="https://wiki.sagemath.org/ReleaseTours/">Release Tours</a>
&middot; </span>
<span class="nowrap"><a href="changelogs/index.html">Changelogs</a>
&middot; </span>
<span class="nowrap"><a href="download-source.html">Source tarball {{ version_src }}</a>
&middot; </span>
<span class="nowrap"><a href="https://github.com/sagemath/sage/releases">Releases</a>
{#<span class="nowrap"><a href="https://wiki.sagemath.org/ReleaseTours/">Release Tours</a>
&middot; </span>#}
{#<span class="nowrap"><a href="changelogs/index.html">Changelogs</a>
&middot; </span>#}
{#<span class="nowrap"><a href="download-source.html">Source tarball {{ version_src }}</a>
&middot; </span>#}
<span class="nowrap"><a href="https://github.com/sagemath/sage/">Clone from GitHub</a></span>
</div>
</td>
Expand Down
6 changes: 3 additions & 3 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,16 +144,16 @@
<ul>
<li><a href="https://doc.sagemath.org/html/en/installation/index.html">Install guide: What/how to download</a>
<li class="section"><a href="https://github.com/sagemath/sage">Clone from GitHub</a></li>
<li><a href="{{ 'download-source.html'|prefix }}">Source tarball (stable)</a></li>
<li><a href="{{ 'download-latest.html'|prefix }}">Source tarball (devel)</a></li>
{# <li><a href="{{ 'download-source.html'|prefix }}">Source tarball (stable)</a></li> #}
{# <li><a href="{{ 'download-latest.html'|prefix }}">Source tarball (devel)</a></li> #}
<li class="section"><a href="https://github.com/3-manifolds/Sage_macOS/releases" class="ext">macOS binaries (3-manifolds)</a></li>
<li><a href="https://doc.sagemath.org/html/en/installation/conda.html#sec-installation-conda">Linux/macOS binaries (conda-forge)</a></li>
<li><a href="https://docs.microsoft.com/en-us/windows/wsl/install">Windows: Use Windows Subsystem for Linux</a></li>
{# <li><a href="{{ 'src-old/'|prefix }}">Old Source</a></li> #}
{# <li class="section"><a href="{{ 'download-liveusb.html'|prefix }}">Live USB Key</a></li> #}
{# <li class="section"><a href="{{ 'download-packages.html'|prefix }}">Packages (SPKG)</a></li> #}
{# <li><a href="{{ 'mirror/src/changelogs/'|prefix }}">Release Notes</a></li> #}
<li class="section"><a href="{{ 'mirrors.html'|prefix }}">Mirrors</a></li>
{# <li class="section"><a href="{{ 'mirrors.html'|prefix }}">Mirrors</a></li> #}
</ul>
</li>

Expand Down

0 comments on commit dcca48a

Please sign in to comment.