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

unify download page #928

Merged
merged 1 commit into from
Jul 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions _includes/download-boxes.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h1>{%if tx.menu.download != ""%}{{ tx.menu.download }}{%else%}{{ txEn.menu.down
</picture>
</a>
</div>
<div>
<div class="descr">
{%if tx.download.minimum != ""%}{{ tx.download.minimum }}{%else%}{{ txEn.download.minimum }}{%endif%}:
Android 4.1 Jelly Bean
</div>
Expand Down Expand Up @@ -83,7 +83,7 @@ <h1>{%if tx.menu.download != ""%}{{ tx.menu.download }}{%else%}{{ txEn.menu.down
</picture>
</a>
</div>
<div>
<div class="descr">
{%if tx.download.minimum != ""%}{{ tx.download.minimum }}{%else%}{{ txEn.download.minimum }}{%endif%}:
iOS 12, iPhone 5s, iPad 5/Air/Mini 2
</div>
Expand All @@ -100,12 +100,12 @@ <h1>{%if tx.menu.download != ""%}{{ tx.menu.download }}{%else%}{{ txEn.menu.down
<a href="https://formulae.brew.sh/cask/deltachat"><small>Install with</small>Homebrew</a>
</div>
<div class="descr">
Homebrew manual install: <code>brew install --cask deltachat</code>
</div>
<div>
{%if tx.download.minimum != ""%}{{ tx.download.minimum }}{%else%}{{ txEn.download.minimum }}{%endif%}:
macOS 10.15 Catalina
</div>
<div class="descr">
Homebrew manual install: <code>brew install --cask deltachat</code>
</div>
<details>
<summary class="noupgrades">
{%if tx.download.no_upgrades != ""%}{{ tx.download.no_upgrades }}{%else%}{{ txEn.download.no_upgrades }}{%endif%}
Expand All @@ -127,12 +127,12 @@ <h1>{%if tx.menu.download != ""%}{{ tx.menu.download }}{%else%}{{ txEn.menu.down
</a>
</div>
<div class="descr">
Winget install: <code>winget install 9PJTXX7HN3PK</code>
</div>
<div>
{%if tx.download.minimum != ""%}{{ tx.download.minimum }}{%else%}{{ txEn.download.minimum }}{%endif%}:
Windows 10
</div>
<div class="descr">
Winget install: <code>winget install 9PJTXX7HN3PK</code>
</div>
<details>
<summary class="noupgrades">
{%if tx.download.no_upgrades != ""%}{{ tx.download.no_upgrades }}{%else%}{{ txEn.download.no_upgrades }}{%endif%}
Expand All @@ -159,16 +159,16 @@ <h1>{%if tx.menu.download != ""%}{{ tx.menu.download }}{%else%}{{ txEn.menu.down
</picture>
</a>
</div>
<div class="descr">
{%if tx.download.minimum != ""%}{{ tx.download.minimum }}{%else%}{{ txEn.download.minimum }}{%endif%}:
Ubuntu 18.04, Fedora 29, Debian 10, Compatible Systems
</div>
<div class="descr">
Flatpak manual install: <code>flatpak install flathub chat.delta.desktop</code><br />
Arch manual install: <code>pacman -S deltachat-desktop</code><br />
Nix manual install: <code>nix-env -f "&lt;nixpkgs&gt;" -iA deltachat-desktop</code><br />
Snap manual install (community maintained): <code>sudo snap install deltachat-desktop</code>
</div>
<div>
{%if tx.download.minimum != ""%}{{ tx.download.minimum }}{%else%}{{ txEn.download.minimum }}{%endif%}:
Ubuntu 18.04, Fedora 29, Debian 10, Compatible Systems
</div>
<details>
<summary class="noupgrades">
{%if tx.download.no_upgrades != ""%}{{ tx.download.no_upgrades }}{%else%}{{ txEn.download.no_upgrades }}{%endif%}
Expand Down Expand Up @@ -200,7 +200,7 @@ <h1>{%if tx.menu.download != ""%}{{ tx.menu.download }}{%else%}{{ txEn.menu.down
</picture>
</a>
</div>
<div>
<div class="descr">
{%if tx.download.minimum != ""%}{{ tx.download.minimum }}{%else%}{{ txEn.download.minimum }}{%endif%}:
Ubuntu Touch 16.04
</div>
Expand Down
Loading