Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deemphasize tarballs, remove menu item "mirrors" #466

Merged
merged 3 commits into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 7 additions & 6 deletions src/index.html
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
Expand Up @@ -157,16 +157,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