update styling and readme

gonna add more docs regarding all the settings in the next commit
This commit is contained in:
nokonoko 2021-06-04 14:17:26 +02:00
parent 05ccc44c17
commit 4f079fbda0
3 changed files with 56 additions and 16 deletions

View File

@ -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": ""

View 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 %}

View 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 %}