forked from nokonoko/Pomf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.swig
28 lines (27 loc) · 1.92 KB
/
faq.swig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{% extends "layout.swig" %}
{% block title %}FAQ{% endblock %}
{% block body %}
<div class="jumbotron">
<h1>FAQ</h1>
{% include "nav.swig" %}
</div>
<ul>
<li>Pomf does NOT support Internet Explorer and older versions of Firefox, Chrome, Opera and Safari.</li>
<li>Uploading tools for Pomf can be found at <a href="tools.html">Tools</a>.</li>
<li>Max file size is 50MiB, hopefully I won't have to change this to a even lower number. (read: don't be an ass).</li>
<li>No Child porn, anything else goes until I get a lawsuit I guess. (unless its a virus, because that goes into the being an ass category).</li>
<li>All filetypes are allowed, ALL! (gif,exe,jpg,rar,ass,srt,etc,etc).</li>
<li>Any file can be removed or replaced at any time for any reason.</li>
<li>No logs are kept, no logs over uploading nor over downloading. This can be temp enabled to stop certain spamming (read: child porn or such).</li>
<li>a/i/pomf.se is hosted as for now on 500mbit server and Cloudflare's CDN helps out a lot, I'm on a restrained budget and this costs a lot so please don't be an ass.</li>
<li>I want to deliver the best free service I can without ads or such so donations are very welcome via the donate button on the front page (pomf.se).</li>
<li>Viruses will be removed if detected most of the time, this is to not cause further damage in form of i/a/pomf.se ending up on blacklists and whatnot. (read: IT ALREADY FUCKING IS!).</li>
<li>For removal of a file or such contact me at [email protected] or [email protected]</li>
<li>We also have a mail newsletter thingy which you can sign-up at <a href="http://t.co/AyrLb4GWfO" TARGET="_BLANK">here!</a></li>
</ul>
<p>
<b>Follow the rules and tips I have set up above, please. The FAQ may also be changed and updated at any time.<br />
Go to <a href="http://blog.pomf.se">the Pomf Blog</a> or <a href="http://twitter.com/nekunekus">Twitter</a> for more information.</b>
</p>
{% include "banners.swig" %}
{% endblock %}