Redesign the "Limited Support" section

now it only links to the wikis, so this page does not have to be constantly updated, all changes support updates and disclaimers will happen on the respective wiki
This commit is contained in:
davegson 2020-04-07 09:59:09 +02:00
parent 225e3b1075
commit 98e236c67a
2 changed files with 27 additions and 38 deletions

View file

@ -39,6 +39,9 @@ whitepaper_url: "/files/whitepaper/"
company_agreement_url: https://www.firmenmonitor.at/Secure/CompanyDetail.aspx?CID=761761
kickstarter_url: "https://www.kickstarter.com/projects/safingio/spn" # add the kickstarter url when ready
github_windows_wiki: "https://github.com/safing/portmaster/wiki"
github_linux_wiki: "https://github.com/safing/portmaster/wiki"
collections:
podcasts:
output: true

View file

@ -57,24 +57,18 @@ exclude_kickstarter_plug: true
<div class="ui center aligned grid">
<div class="row">
<div class="sixteen wide column">
<h4>Earlier Windows</h4>
<span class="ui small text">
<i class="info circle icon"></i> Core functional and supported.<br>
Notifications and Prompts are not implemented. For the best experience, do not set the default action to "ask" until a workaround is available.
</span>
<h4>Windows 7, 8</h4>
<a href="{{ site.github_windows_wiki }}" class="ui tiny icon info message">
<i class="file alternate icon"></i>
<div class="text" style="padding-right: 2.5em;">
<u>Windows Wiki</u>
</div>
</div>
<div class="two column doubling row">
<div class="column">
<a href="https://updates.safing.io/latest/windows_amd64/packages/portmaster-installer.exe" target="_blank" class="ui button">
<i class="windows icon"></i>
Windows&nbsp;7
</a>
</div>
<div class="column">
<a href="https://updates.safing.io/latest/windows_amd64/packages/portmaster-installer.exe" target="_blank" class="ui button">
<i class="windows icon"></i>
Windows&nbsp;8
<ul class="list">
<li>Installation Guide</li>
<li>Disclaimers</li>
<li>Feature support list</li>
</ul>
</a>
</div>
</div>
@ -85,26 +79,18 @@ exclude_kickstarter_plug: true
<div class="row">
<div class="sixteen wide column">
<h4>Linux 2.4+</h4>
<span class="ui small text">
<i class="info circle icon"></i> Core functional and supported.<br>
Desktop environment integration varies heavily. Currently only packaged for Debian and its derivatives.
</span>
<a href="{{ site.github_linux_wiki }}" class="ui tiny icon info message">
<i class="file alternate icon"></i>
<div class="text" style="padding-right: 2.5em;">
<u>Linux&nbsp;Wiki</u>
</div>
</div>
<div class="three column stackable row">
<div class="column">
<a href="https://updates.safing.io/latest/linux_amd64/packages/portmaster-installer.deb" target="_blank" class="ui button">
XFCE
</a>
</div>
<div class="column">
<a href="https://updates.safing.io/latest/linux_amd64/packages/portmaster-installer.deb" target="_blank" class="ui button">
KDE
</a>
</div>
<div class="column">
<a href="https://updates.safing.io/latest/linux_amd64/packages/portmaster-installer.deb" target="_blank" class="ui button">
Gnome
<ul class="list">
<li>Installation Guides</li>
<li>Disclaimers</li>
<li>Supported Distros/Packages</li>
<li>Feature support list</li>
</ul>
</a>
</div>
</div>