mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 14:11:00 +00:00
Updated FAQ
This commit is contained in:
parent
26ae3cdc9d
commit
7a155346de
3 changed files with 4 additions and 24 deletions
1
FAQ.md
1
FAQ.md
|
@ -1,4 +1,5 @@
|
|||
<a name="top"></a>
|
||||
|
||||
# FairEmail support
|
||||
|
||||
🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F)
|
||||
|
|
|
@ -395,7 +395,7 @@ preBuild.dependsOn copyChangelog
|
|||
|
||||
tasks.register('updateFAQ', Exec) {
|
||||
workingDir "${rootDir}"
|
||||
commandLine 'sh', '-c', 'pandoc --standalone --metadata title="FAQ FairEmail" FAQ.md -o index.html'
|
||||
commandLine 'sh', '-c', 'pandoc FAQ.md -o index.html'
|
||||
}
|
||||
|
||||
tasks.register('updatePrivacy', Exec) {
|
||||
|
|
25
index.html
25
index.html
|
@ -1,24 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="pandoc" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||
<title>FAQ FairEmail</title>
|
||||
<style>
|
||||
code{white-space: pre-wrap;}
|
||||
span.smallcaps{font-variant: small-caps;}
|
||||
span.underline{text-decoration: underline;}
|
||||
div.column{display: inline-block; vertical-align: top; width: 50%;}
|
||||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||
ul.task-list{list-style: none;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<header id="title-block-header">
|
||||
<h1 class="title">FAQ FairEmail</h1>
|
||||
</header>
|
||||
<p><a name="top"></a> # FairEmail support</p>
|
||||
<p><a name="top"></a></p>
|
||||
<h1 id="fairemail-support">FairEmail support</h1>
|
||||
<p>🌎 <a href="https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F">Google Translate</a></p>
|
||||
<p>🇬🇧 If you have a question, please check the following frequently asked questions first. <a href="#quick-support">At the bottom</a>, you can find out how to ask other questions, request features, and report bugs. You will receive an answer in your own language.</p>
|
||||
<p>🇩🇪 Wenn Sie eine Frage haben, überprüfen Sie bitte zuerst die folgenden häufig gestellten Fragen. <a href="#quick-support">Unten</a> erfahren Sie, wie Sie andere Fragen stellen, Funktionen anfordern und Fehler melden können. Sie erhalten eine Antwort in Ihrer eigenen Sprache.</p>
|
||||
|
@ -2806,5 +2787,3 @@ adb install /path/to/FairEmail-xxx.apk</code></pre>
|
|||
<p>GitHub issues are disabled due to frequent misusage.</p>
|
||||
<p><br /></p>
|
||||
<p>Copyright © 2018-2023 Marcel Bokhorst.</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue