Added a FAQ
[bigly] / src / bigly / templates / bigly / faq.html
diff --git a/src/bigly/templates/bigly/faq.html b/src/bigly/templates/bigly/faq.html
new file mode 100644 (file)
index 0000000..bee6b9d
--- /dev/null
@@ -0,0 +1,25 @@
+{% extends 'bigly/_base.html' %}
+
+{% block body %}
+<h1>FAQ</h1>
+
+<section class='faq'>
+<p class='faq-question'>What is this?</p>
+<p>
+  Bigly is the opposite of Bit.ly: it's a link unshortener. Put in a link that
+  has been shortened using Bit.ly, TinyURL, Short.io, or any similar site, and
+  get back the longer link that the shortened URL points to.
+</p>
+
+<p class='faq-question'>Why?</p>
+<p>
+  URL shorteners often collect data about the people using their service,
+  violating your privacy. Bigly doesn't do that: the code is libre software,
+  so you can verify that yourself by looking at the code.
+</p>
+<p>
+  Additionally, shortened URLs can be used to mask links to malicious or NSFW
+  websites. Bigly lets you see where the link is taking you before you go to it.
+</p>
+</section>
+{% endblock %}