Skip to content

Commit

Permalink
Improve handling the case when the latest release doesn't provide ass…
Browse files Browse the repository at this point in the history
…ets yet

Show assets from the next most recent release instead. This is still not
perfect because if assets of a platform have already been uploaded
partially the page would still only show a partial list.
  • Loading branch information
Martchus committed May 10, 2024
1 parent d222676 commit d777a7e
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 8 deletions.
4 changes: 4 additions & 0 deletions css/specifics.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@
border: 1px solid #ddd;
background-color: #e5f3ff;
}
.download-remark {
color: #555;
font-style: italic;
}

/* elements of the documentation section */
#doc-section p {
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,13 @@ <h3>Official downloads</h3>
</div>
<div class="downloads-platform">
<input type="checkbox" id="downloads-checkbox-pc-linux-gnu"/><label for="downloads-checkbox-pc-linux-gnu">GNU/Linux</label>
<ul id="downloads-platform-pc-linux-gnu"></ul>
<ul id="downloads-platform-pc-linux-gnu" class="download-list-important"></ul>
<p>Requires <code>glibc>=2.26</code>, OpenGL and libX11. The distributions openSUSE Leap 15, Fedora 27, Debian 10 and Ubuntu 18.04 are recent enough (be sure the package <code>libopengl0</code> is installed on Debian/Ubuntu).</p>
<p>These downloads cannot include the Plasmoid/Applet (for the Plasma desktop) and the Dolphin integration for technical reasons. The KDE integrations therefore need to be installed via distribution-specific packages.</p>
</div>
<div class="downloads-platform">
<input type="checkbox" id="downloads-checkbox-windows10"/><label for="downloads-checkbox-windows10">Windows 10 and 11</label>
<ul id="downloads-platform-windows10"></ul>
<ul id="downloads-platform-windows10" class="download-list-important"></ul>
<p>
These downloads require Windows 10 version 1809 or newer.
</p>
Expand All @@ -168,7 +168,7 @@ <h3>Official downloads</h3>
</div>
<div class="downloads-platform">
<input type="checkbox" id="downloads-checkbox-windows"/><label for="downloads-checkbox-windows">Windows 7 and newer</label>
<ul id="downloads-platform-windows"></ul>
<ul id="downloads-platform-windows" class="download-list-important"></ul>
<p>
On Windows 7 the bundled Go/Syncthing does not work. Use a version of Go/Syncthing that is older than 1.21/1.27.0 instead.
</p>
Expand Down
2 changes: 1 addition & 1 deletion js/ajaxhelper.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d777a7e

Please sign in to comment.