Skip to content

Commit

Permalink
Update download page
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoCeruti committed Dec 26, 2023
1 parent 8f0a835 commit a413aa8
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 109 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?


gem "webrick", "~> 1.8"

gem "http_parser.rb", "< 0.7"
gem "json"
19 changes: 10 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.2.0)
coffee-script (2.4.1)
Expand All @@ -26,7 +26,7 @@ GEM
ffi (>= 1.15.0)
eventmachine (1.2.7)
execjs (2.9.1)
faraday (2.7.12)
faraday (2.8.1)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
Expand Down Expand Up @@ -88,7 +88,7 @@ GEM
html-pipeline (2.14.3)
activesupport (>= 2)
nokogiri (>= 1.4)
http_parser.rb (0.8.0)
http_parser.rb (0.6.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jekyll (3.9.3)
Expand Down Expand Up @@ -199,6 +199,7 @@ GEM
gemoji (~> 3.0)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
json (2.7.1)
kramdown (2.3.2)
rexml
kramdown-parser-gfm (1.1.0)
Expand All @@ -208,14 +209,12 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_portile2 (2.8.5)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.20.0)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
Expand Down Expand Up @@ -249,7 +248,7 @@ GEM
ethon (>= 0.9.0)
tzinfo (1.2.11)
thread_safe (~> 0.1)
tzinfo-data (1.2023.3)
tzinfo-data (1.2023.4)
tzinfo (>= 1.0.0)
unf (0.1.4)
unf_ext
Expand All @@ -260,16 +259,18 @@ GEM
zeitwerk (2.6.12)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
github-pages
http_parser.rb (< 0.7)
jekyll-feed (~> 0.12)
jekyll-seo-tag
json
tzinfo (~> 1.2)
tzinfo-data
wdm (~> 0.1.1)
webrick (~> 1.8)

BUNDLED WITH
2.1.4
2.4.22
62 changes: 0 additions & 62 deletions assets/images/appimage-logo.svg

This file was deleted.

Binary file added assets/images/flathub-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
77 changes: 39 additions & 38 deletions download.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,58 +3,59 @@
title: Download
---
<div class="container py-4">
<div class="card mb-3">
<div class="card my-3">
<div class="card-header h3">
<img src="assets/images/flatpak-logo.png" class="me-1" height="38"> Flatpak
<i class="fas fa-pizza-slice me-1"></i> Official
</div>
<div class="card-body">
<button target="_blank" class="btn btn-lg btn-primary mx-1" disabled>
FlatHub <span class="fs-6 text-muted">coming soon</small>
</button>
<a href="https://flathub.org/it/apps/org.linuxshowplayer.LinuxShowPlayer" target="_blank">
<img width="240" alt="Download on Flathub" src="https://dl.flathub.org/assets/badges/flathub-badge-en.png">
</a>
</div>
</div>

<div class="card my-3">
<div class="card-header h3">
<i class="fas fa-flask me-1"></i> Testing
</div>
<div class="card-body">
<a href="https://github.com/FrancescoCeruti/linux-show-player/releases/tag/ci-master" target="_blank" class="btn btn-lg btn-primary mx-1">
<i class="fas fa-flask h5 me-1"></i> Latest
Latest
</a>

<a href="https://github.com/FrancescoCeruti/linux-show-player/releases/tag/ci-develop" target="_blank" class="btn btn-lg btn-primary mx-1">
Experimental
</a>
</div>
<div class="card-footer">
<small>
Make sure to follow the flatpak <a href="https://flatpak.org/setup/" target="_blank">setup guide</a>
before installing
</small>
Make sure to follow the flatpak <a href="https://flatpak.org/setup/" target="_blank">setup guide</a>.
</div>
</div>

<div class="text-center">
<a href="https://github.com/FrancescoCeruti/linux-show-player/releases/" target="_blank"><i class="fa fa-history"></i> Releases history</a>
</div>

<hr>
<h2 class="mb-3">Directly from your distribution</h2>

<div class="alert alert-warning fw-bold" role="alert">
You might not get the latest version.
</div>

<h4>&bull;&nbsp; ArchLinux</h4>
<div class="px-3">
<p>
There is an <a href="https://aur.archlinux.org/packages/linux-show-player">AUR package.</a>
</p>
<div class="card my-3">
<div class="card-header h3">
<i class="fas fa-box me-1"></i> Directly from your distribution
</div>
<div class="card-body">
For some GNU/Linux distributions you can install a native package, you can find a list on <a href="https://repology.org/metapackage/linux-show-player">repology.org</a>.
</div>
<div class="card-footer">
Keep in mind that it might not be the latest version!
</div>
</div>

<h4>&bull;&nbsp; Ubuntu and Debian</h4>
<div class="px-3">
<p>You can search Linux Show Player directly from your package-manager / software-manager.</p>
<p>Or you can use the command line:</p>
<div class="alert alert-dark" role="alert">
<code>
sudo apt-get install linux-show-player
</code>
<div class="card my-3">
<div class="card-header h3">
<i class="fa-brands fa-suse me-1"></i> OpenSuse <span class="fs-5 fst-italic">multimedia:proaudio (Geekos DAW) project</span>
</div>
<div class="card-body">
You can find all the info on the <a href="https://software.opensuse.org/download/package?package=linux-show-player&project=multimedia%3Aproaudio">package page</a>.
</div>
</div>

<h4>&bull;&nbsp; OpenSuse <span class="badge badge-info">multimedia:proaudio (Geekos DAW) project</span></h4>
<div class="px-3">
<p>You can find all the info in the <a href="https://software.opensuse.org/download/package?package=linux-show-player&project=multimedia%3Aproaudio">package page</a>.</p>

<div class="text-center">
<a href="https://github.com/FrancescoCeruti/linux-show-player/releases/" target="_blank"><i class="fas fa-history"></i> Releases history</a>
<span class="mx-1">|</span>
<a href="https://linux-show-player-users.readthedocs.io/en/latest/installation.html" target="_blank"><i class="fas fa-book"></i> Documentation</a>
</div>
</div>

0 comments on commit a413aa8

Please sign in to comment.