]> jfr.im git - uguu.git/commitdiff
update styling and readme
authornokonoko <redacted>
Fri, 4 Jun 2021 12:17:26 +0000 (14:17 +0200)
committernokonoko <redacted>
Fri, 4 Jun 2021 12:17:26 +0000 (14:17 +0200)
gonna add more docs regarding all the settings in the next commit

dist.json
templates/faq.swig
templates/tools.swig

index 9f356dec0f7782b87f131e14bdaa81520779e5de..61630635190b5eee249ff1601c3613241cd2b217 100644 (file)
--- a/dist.json
+++ b/dist.json
@@ -22,7 +22,8 @@
        "abuseContact": "abuse@example.com",
        "infoContact": "info@example.com",
        "ServerCountryLocation": "Sweden",
-       "SiteMetaInfo": "Uguu is a temporary file hosting service, upload files up to 100MiB for 24 hours.",
+       "SiteMetaInfo": "SITENAME is a temporary file hosting service, upload files up to 128MiB for 24 hours.",
+       "ToolsDesc": "The following tools might need editing to work on this clone of Uguu, usually editing the URL works.",
        "paypalUrl": "",
        "bitcoinAddress": "",
        "flattrUrl": ""
index e5527bd0c4bfa26c66114e5f8db5b4ce408df682..594d638335ecf37875ebd94ad019c69c226b8c79 100644 (file)
@@ -6,6 +6,7 @@
        <div class="jumbotron">
                <h1><abbr title="Frequently asked questions">FAQ</abbr></h1>
        </div>
+       <div class="alert alert-info">
        <h2>What is {{siteName}}?</h2>
        <p><span role="definition"><dfn>{{siteName}}</dfn> is a simple to use free file hosting service.</span> It lets you share your photos, documents, music, videos and more with others online for 24 hours.</p>
        <h2>What files are allowed?</h2>
@@ -20,6 +21,7 @@
        <p>If you are an {{ServerCountryLocation}}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>
        <h2>I have a question...</h2>
        <p>Send us an email at <a href="mailto:{{infoContact}}">{{infoContact}}</a> and let's talk!</p>
+</div>
 </article>
 {% include "nav.swig" %}
 {% endblock %}
\ No newline at end of file
index f79ea392ca2b5177f869c35a7247d303693e8d18..8ba0fb9b8074fbe5af1ebb99285087a6f2a6ae29 100644 (file)
@@ -2,26 +2,63 @@
 
 {% block title %}Tools{% endblock %}
 {% block body %}
-<div class="jumbotron">
-<h1>Uguu Tools</h1>
-</div>
+
+<div class="jumbotron"><h1>Uguu Tools</h1></div>
+<div class="alert alert-info">
+  <section>
     <h3>
       To upload using curl or make a tool you can post using:
-
       <br/>
-
       curl -i -F files[]=@yourfile.jpeg {{siteUrl}}/upload.php (JSON Response)
     </h3>
-<section>
-       <h2>ShareX</h2>
-       <dl>
-               <dt>Download</dt>
-               <dd><a href="https://getsharex.com">https://getsharex.com</a></dd>
-               <dt>Source</dt>
-               <dd><a href="https://github.com/ShareX/ShareX">https://github.com/ShareX/ShareX</a></dd>
-               <dt>Contact</dt>
-               <dd><a href="https://webchat.freenode.net/?channels=%23ShareX">#ShareX on irc.freenode.net</a></dd>
-       </dl>
+
+<p>{{ToolsDesc}}</p>
+
+  <section>
+    <h2>ShareX</h2>
+    <dl>
+      <dt>Download</dt>
+      <dd><a href="https://getsharex.com">https://getsharex.com</a></dd>
+      <dt>Source</dt>
+      <dd><a href="https://github.com/ShareX/ShareX">https://github.com/ShareX/ShareX</a></dd>
+    </dl>
+  </section>
+
+  <h2>uguuecho</h2>
+  <dl>
+    <dt>Download</dt>
+    <dd><a href="https://git.teknik.io/nekunekus/uguucho">https://git.teknik.io/nekunekus/uguucho</a></dd>
+  </dl>
 </section>
+
+  <h2>pomfload</h2>
+  <dl>
+    <dt>Download</dt>
+    <dd><a href="https://github.com/ewhal/pomfload">https://github.com/ewhal/pomfload</a></dd>
+  </dl>
+</section>
+
+  <section>
+    <h2>Pomfshare</h2>
+
+    <dl>
+      <dt>Download</dt>
+      <dd><a
+      href="https://github.com/Nyubis/Pomfshare">https://github.com/Nyubis/Pomfshare</a></dd>
+    </dl>
+  </section>
+
+  <section>
+    <h2>Pomf Rehost</h2>
+    <dl>
+      <dt>Download</dt>
+      <dd>
+        <a href="https://git.fuwafuwa.moe/lesderid/pomf-rehost">
+          https://git.fuwafuwa.moe/lesderid/pomf-rehost
+        </a>
+      </dd>
+    </dl>
+</div>
+  </section>
 {% include "nav.swig" %}
 {% endblock %}