shellfox/html/error.html

42 lines
2.2 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf8" />
<link href="error.css" rel="stylesheet" type="text/css">
<link rel="icon" type="image/png" href="../img/shellfox-32.png">
<title id="errorPageTitle">Shellfox error</title>
</head>
<body>
<span>
<img style="display: inline; width: 3em;" src="../img/shellfox.svg">
<h1 style="display: inline;" id="errorTitle">Shellfox failed to run command</h1>
</span>
<h2 id="error"></h2>
<h2 id="notInstalled">It seems that Shellfox is not fully installed!</h2>
<p id="notInstalledDesc">Shellfox, unlike most extensions, requires a script to be installed on your computer. This script, <code>shellfox.sh</code>, is what allows us to execute shell commands.</p>
<h3 id="installTitle">Completing installation</h3>
<p id="installIntro">To install Shellfoxes local component:</p>
<ol>
<li id="installStep1">Download the script through the repositorys ZIP archive <a href="https://hak.xwx.moe/jadedctrl/shellfox/archive/master.zip">here</a>.</li>
<li id="installStep2">Extract the ZIP archive: This leaves a <code>shellfox/</code> folder.</li>
<li id="installStep3">Open a terminal within that <code>shellfox/</code> folder.</li>
<li id="installStep4">Run the command, <code>$ sudo make native-install</code></li>
<li id="installStep5">Youre done: Party!!</li>
</ol>
<p id="installTerminalIntro">From a terminal, that would look something like:</p>
<code>$ curl https://hak.xwx.moe/jadedctrl/shellfox/archive/master.tar.gz | tar -xzv</code><br>
<code>$ cd shellfox/</code><br>
<code>$ sudo make native-install</code><br>
<h2 id="troubleshootTitle">Troubleshooting</h2>
<p id="troubleshootDesc">If Shellfoxs script is installed but you still see this page — that is, the <a href="#error">above error</a> isnt “Error: No such native application shellfox” — please report the issue! You can report it on the <a href="https://hak.xwx.moe/jadedctrl/shellfox/issues">Shellfox bug-tracker</a>, or by sending an email to xwx@posteo.org. Lets get that fixed! Please make sure to include your operating system and Firefox version in the report.</p>
</body>
<script src="error.js"></script>
</html>