X-Git-Url: https://code.kerkeslager.com/?p=bigly;a=blobdiff_plain;f=src%2Fbigly%2Ftemplates%2Fbigly%2Ffaq.html;fp=src%2Fbigly%2Ftemplates%2Fbigly%2Ffaq.html;h=bee6b9db5fd10a7fedc0c97f57dd24ef1d30870d;hp=0000000000000000000000000000000000000000;hb=c9e1b1be5a243dac10e44221db1781f2c470dc1a;hpb=59c710f97ad48c2b57ac8711ee30cbe7438810e8 diff --git a/src/bigly/templates/bigly/faq.html b/src/bigly/templates/bigly/faq.html new file mode 100644 index 0000000..bee6b9d --- /dev/null +++ b/src/bigly/templates/bigly/faq.html @@ -0,0 +1,25 @@ +{% extends 'bigly/_base.html' %} + +{% block body %} +

FAQ

+ +
+

What is this?

+

+ 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. +

+ +

Why?

+

+ 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. +

+

+ 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. +

+
+{% endblock %}