summaryrefslogtreecommitdiffstats
path: root/pages/faq.html
diff options
context:
space:
mode:
authorclsr <clsr@clsr.net>2016-06-16 02:18:59 +0200
committerclsr <clsr@clsr.net>2016-06-16 02:18:59 +0200
commit77fb1d63635bb61b26296b742d2d57ea40566884 (patch)
tree4f9c035a3b157f06ff13525931c4d865b3f1667b /pages/faq.html
downloadgomf-web-pomf-77fb1d63635bb61b26296b742d2d57ea40566884.tar.gz
gomf-web-pomf-77fb1d63635bb61b26296b742d2d57ea40566884.zip
Initial commit; forked from pantsu/pomfv0.1.0
Diffstat (limited to 'pages/faq.html')
-rw-r--r--pages/faq.html48
1 files changed, 48 insertions, 0 deletions
diff --git a/pages/faq.html b/pages/faq.html
new file mode 100644
index 0000000..601f1d6
--- /dev/null
+++ b/pages/faq.html
@@ -0,0 +1,48 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <title>{{ .SiteName }} &middot; FAQ</title>
+ <link rel="icon" href="favicon.ico">
+ <link rel="stylesheet" href="/static/pomf.css">
+ </head>
+ <body>
+ <div class="container">
+ <article>
+ <div class="jumbotron">
+ <h1><abbr title="Frequently asked questions">FAQ</abbr></h1>
+ </div>
+ <h2>What is {{ .SiteName }}?</h2>
+ <p><span role="definition"><dfn>{{ .SiteName }}</dfn> is a simple to use free file hosting service.</span> It lets you share your photos, documents, music, videos and more with others online.</p>
+ <h2>What content is allowed?</h2>
+ <p>{{ .SiteName }} welcomes uploading any content, as long as the content is legal and you have the legal right to make the content available on our service.</p>
+ <p>As an exception to this policy to prevent abuse, we do not allow malware on our service. Any malware that could be used to infect other computers may be removed from our service at our discretion.</p>
+ <!--- <h2>Do you keep logs of uploaded content?</h2>
+ <p>We don't collect or log any data of our users in respect for privacy. We only have files uploaded by our users.</p> -->
+ <h2>Can you remove my copyrighted content?</h2>
+ <p>Please submit your copyright takedown notice to <a href="mailto:{{ .Abuse }}">{{ .Abuse }}</a>. We will handle your notice within 24 hours and disable access to infringing content after receiving a notice compliant with the Copyright Act 1968 (Australia).</p>
+ <h2>Can you remove content that is defaming me or otherwise infringing my non-copyright rights?</h2>
+ <p>Pantsu.cat respects takedowns for other content when accompanied with a certified court order. If you are unable to obtain the order, a preliminary injuction or court order is typically also sufficient. Please forward the notice to <a href="{{ .Abuse }}">{{ .Abuse }}</a>.</p>
+ <h2>Can you remove illegal content?</h2>
+ <p>Please contact the appropriate law enforcement agency if you notice illegal content hosted on {{ .SiteName }}. We have not been trained or qualified to investigate and fight crimes and enforce the law, so it's not appropriate to send accusations of illegal activity to us. <strong>You must contact the appropriate law enforcement office.</strong> They may then contact us if appropriate.</p>
+ <p>If you are a law enforcement official and you need our assistance, please contact <a href="mailto:{{ .Abuse }}">{{ .Abuse }}</a>. If you are a law enforcement official from another country, we may voluntarily cooperate if the crime you are investigating would also be illegal here.</p>
+ <h2>I have a question...</h2>
+ <p>Send us an email at <a href="{{ .Contact }}">{{ .Contact }}</a> and let's talk!</p>
+ </article>
+
+
+ <nav>
+ <ul>
+ <li><a href="/">{{ .SiteName }}</a></li>
+ <li><a href="mailto:{{ .Contact }}">Contact</a></li>
+ <li><a href="mailto:{{ .Abuse }}">Report abuse</a></li>
+ {{ range $name, $path := .Pages }}{{ if ne $path "index.html" }}
+ <li><a href="{{ $path }}">{{ $name }}</a></li>
+ {{ end }}{{ end }}
+ </ul>
+ </ul>
+ </nav>
+ </div>
+ </body>
+</html>