]> jfr.im git - uguu.git/blame - src/templates/faq.ejs
fix multiple uploads in same request
[uguu.git] / src / templates / faq.ejs
CommitLineData
fc3ca8de 1<%- include('./partials/header.ejs'); -%>
2057341d
GJ
2<div class="container">
3 <article>
4 <div class="jumbotron">
5 <h1>
6 <abbr title="Frequently asked questions">FAQ</abbr>
7 </h1>
8 </div>
9 <div class="alert alert-info">
10 <h2>What is <%= siteName %>?</h2>
c6a86fc3
JR
11 <p><%= siteName %> is a simple to use free file hosting service.
12 It lets you share your photos, documents, music, videos and more with
2057341d
GJ
13 others online.</p>
14 <h2>What files are allowed?</h2>
15 <p>Any kind of file is allowed, as long as the file is legal in <%= ServerCountryLocation %> and you have the legal
16 right to publish the file on our service.</p>
17 <p>As an exception to this policy to prevent abuse, we do not allow malware on our service. Any malware that
18 could be used to infect other computers may be removed from our service at our discretion.</p>
19 <h2>Do you keep logs of uploaded files?</h2>
20 <% if (LOG_IP) { %>
21 <p>A database of the current active files are kept which includes the name, hash and IP of the file and time of upload,
22 this data is deleted when the file expires.</p>
23 <% } else { %>
24 <p>A database of the current active files are kept which includes the name and hash of the file and time of upload,
25 this data is deleted when the file expires.</p>
26 <% } %>
27 <p>Downloads and visits are not tracked or logged in respect for your privacy.</p>
28 <h2>Can you remove my copyrighted file?</h2>
c6a86fc3
JR
29
30 Send an email to
31 <a href="mailto:<%= infoContact %>"><%= infoContact %></a>
32 .
33
2057341d 34 <h2>Can you remove files that are defaming me or otherwise infringing my non-copyright rights?</h2>
c6a86fc3
JR
35
36 Send an email to
37 <a href="mailto:<%= infoContact %>"><%= infoContact %></a>
38 .
39
2057341d 40 <h2>Can you remove illegal files?</h2>
c6a86fc3
JR
41
42 Send an email to
43 <a href="mailto:<%= infoContact %>"><%= infoContact %></a>
44 .
45
2057341d
GJ
46 <h2>I have a question...</h2>
47
48 Send an email to
49 <a href="mailto:<%= infoContact %>"><%= infoContact %></a>
50 .
51
52 </div>
53 </article>
c6a86fc3 54<%- include('./partials/footer.ejs'); -%>