mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
Remove download page and redirect to /portmaster/
This commit is contained in:
parent
527ad0b145
commit
30f0b0af8d
2 changed files with 1 additions and 126 deletions
|
@ -1,126 +0,0 @@
|
|||
---
|
||||
layout: page_container
|
||||
title: Portmaster Download
|
||||
heading: Portmaster Download
|
||||
exclude_kickstarter_plug: true
|
||||
---
|
||||
|
||||
<div class="ui basic very padded segment" style="padding-top: 0;">
|
||||
<div class="ui center aligned grid">
|
||||
<div class="six wide column">
|
||||
<a href="{{ site.github_url }}/portmaster/#portmaster" class="ui info message">
|
||||
<u>What is the Portmaster</u>
|
||||
<i class="question icon"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ui placeholder segment" style="display: block;text-align: center;padding: 1em 2.5em;">
|
||||
<span class="ui red text" style="font-size: 1.15em;"><b>Warning:</b></span> The Portmaster is still in its early "pre-alpha" development stage. It is functional, but has not yet been tested widely. Thus, currently <b>we expect you to</b> have the technical knowledge to troubleshoot and <b>fix issues on your end by yourself.</b> Limited support is available, see below.
|
||||
</div>
|
||||
<div class="ui basic very padded segment">
|
||||
<div class="ui three column centered doubling stackable grid">
|
||||
<div class="four wide column center aligned">
|
||||
<a href="{{ site.download_windows_url }}" target="_blank" class="ui windows button">
|
||||
<i class="white windows button icon"></i>
|
||||
Windows 10
|
||||
</a>
|
||||
</div>
|
||||
<div class="four wide column center aligned">
|
||||
<a href="{{ site.download_linux_url }}" target="_blank" class="ui ubuntu button">
|
||||
<i class="white ubuntu button icon"></i>
|
||||
Ubuntu <span class="ui small text">(latest)</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="four wide column center aligned">
|
||||
<button class="ui apple disabled button">
|
||||
<i class="white apple button icon"></i>
|
||||
MacOS <span class="ui small text">(expect ~ 2021)</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h1 class="ui horizontal divider header">Support</h1>
|
||||
|
||||
<div class="ui basic very padded segment">
|
||||
<div class="ui doubling stackable center aligned grid">
|
||||
<div class="ten wide column">
|
||||
<p>Please report technical issues on the <a href="{{ site.github_url }}/portmaster/issues" target="_blank">portmaster</a> repository, problems with the user interface on the <a href="{{ site.github_url }}/portmaster-ui/issues" target="_blank">portmaster-ui</a> repo and ask for help on <a href="{{ site.reddit_url }}" target="_blank">Reddit</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3 class="ui horizontal divider header">Limited Support</h3>
|
||||
|
||||
<div class="ui basic very padded segment">
|
||||
<div class="ui placeholder segment" style="display: block;text-align: center;padding: 1em 2.5em;">
|
||||
<span class="ui small text">
|
||||
<span class="ui red text" style="font-size: 1.15em;"><b>Warning:</b></span> These platforms are compatible, but not all functionality is implemented or tested. <b>Probability of encountering unknown issues is high.</b> UI components may be impaired or completely broken. Issues we know about are listed:
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="ui basic segment">
|
||||
<div class="row">
|
||||
<div class="ui two column very relaxed grid">
|
||||
<div class="column">
|
||||
<div class="ui center aligned grid">
|
||||
<div class="row">
|
||||
<div class="sixteen wide column">
|
||||
<h4>Windows 7, 8</h4>
|
||||
|
||||
<a href="{{ site.github_windows_wiki_url }}" 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>
|
||||
<ul class="list">
|
||||
<li>Installation Guide</li>
|
||||
<li>Disclaimers</li>
|
||||
<li>Feature support list</li>
|
||||
</ul>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="column">
|
||||
<div class="ui center aligned grid">
|
||||
<div class="row">
|
||||
<div class="sixteen wide column">
|
||||
<h4>Linux 2.4+</h4>
|
||||
|
||||
<a href="{{ site.github_linux_wiki_url }}" class="ui tiny icon info message">
|
||||
<i class="file alternate icon"></i>
|
||||
<div class="text" style="padding-right: 2.5em;">
|
||||
<u>Linux Wiki</u>
|
||||
</div>
|
||||
<ul class="list">
|
||||
<li>Installation Guides</li>
|
||||
<li>Disclaimers</li>
|
||||
<li>Supported Distros/Packages</li>
|
||||
<li>Feature support list</li>
|
||||
</ul>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ui full vertical divider">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="ui basic segment">
|
||||
<div class="ui center aligned grid">
|
||||
<div class="column">
|
||||
<span class="ui small text">
|
||||
While we aim to fully support all platforms as soon as we can, we currently do not have the resources to do so.
|
||||
<br/>
|
||||
If your platform is not listed, or you think that it is underrepresented, please <a href="mailto:{{ site.email }}">contact us</a>!
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
|
@ -3,6 +3,7 @@ layout: page
|
|||
title: Safing Portmaster
|
||||
redirect_from:
|
||||
- /technology/
|
||||
- /download/
|
||||
---
|
||||
|
||||
<header class="h-screen">
|
||||
|
|
Loading…
Add table
Reference in a new issue