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 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 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: collections:
podcasts: podcasts:
output: true output: true

View file

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