]> jfr.im git - uguu.git/blobdiff - src/templates/faq.ejs
fork
[uguu.git] / src / templates / faq.ejs
index 7de717647af9a678eb60a4c0c7d604110a52de1a..e4a64f541392f9b78cbc590ac59b7c68bca53740 100644 (file)
@@ -1,4 +1,4 @@
-<%- include('./src/templates/partials/header.ejs'); -%>
+<%- include('./partials/header.ejs'); -%>
 <div class="container">
     <article>
         <div class="jumbotron">
@@ -8,8 +8,8 @@
         </div>
         <div class="alert alert-info">
             <h2>What is <%= siteName %>?</h2>
-            <p><%= siteName %> is a simple to use free file hosting service where files get
-                deleted after <%= expireTime %>. It lets you share your photos, documents, music, videos and more with
+            <p><%= siteName %> is a simple to use free file hosting service.
+                It lets you share your photos, documents, music, videos and more with
                 others online.</p>
             <h2>What files are allowed?</h2>
             <p>Any kind of file is allowed, as long as the file is legal in <%= ServerCountryLocation %> and you have the legal
             <% } %>
             <p>Downloads and visits are not tracked or logged in respect for your privacy.</p>
             <h2>Can you remove my copyrighted file?</h2>
-            <p>
-                Please submit your copyright takedown notice to
-                <a href="mailto:<%= abuseContact %>"><%= abuseContact %></a>
-                . We will
-                handle your notice within <%= expireTime %> and disable access to the infringing file after receiving a notice
-                compliant with the Copyright Act.
-            </p>
+
+            Send an email to
+            <a href="mailto:<%= infoContact %>"><%= infoContact %></a>
+            .
+
             <h2>Can you remove files that are defaming me or otherwise infringing my non-copyright rights?</h2>
-            <p>
-                <%= siteName %> respects takedowns for other files when accompanied with a certified <%= ServerCountryLocation %> 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="mailto:<%= abuseContact %>"><%= abuseContact %></a>
-                .
-            </p>
+
+            Send an email to
+            <a href="mailto:<%= infoContact %>"><%= infoContact %></a>
+            .
+
             <h2>Can you remove illegal files?</h2>
-            <p>Please contact the appropriate law enforcement agency if you notice illegal files 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.</p>
-            <p>
-                You must contact the appropriate law enforcement office. They may then contact us if appropriate.
-                If you are an law enforcement official and you need our assistance, please contact
-                <a href="mailto:<%= abuseContact %>"><%= abuseContact %></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 in
-                <%= ServerCountryLocation %>.
-            </p>
+
+            Send an email to
+            <a href="mailto:<%= infoContact %>"><%= infoContact %></a>
+            .
+
             <h2>I have a question...</h2>
 
             Send an email to
@@ -61,4 +51,4 @@
 
         </div>
     </article>
-<%- include('./src/templates/partials/footer.ejs'); -%>
\ No newline at end of file
+<%- include('./partials/footer.ejs'); -%>