diff --git a/dist.json b/dist.json index 9f356de..6163063 100644 --- 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": "" diff --git a/templates/faq.swig b/templates/faq.swig index e5527bd..594d638 100644 --- a/templates/faq.swig +++ b/templates/faq.swig @@ -6,6 +6,7 @@

FAQ

+

What is {{siteName}}?

{{siteName}} is a simple to use free file hosting service. It lets you share your photos, documents, music, videos and more with others online for 24 hours.

What files are allowed?

@@ -20,6 +21,7 @@

If you are an {{ServerCountryLocation}}law enforcement official and you need our assistance, please contact {{abuseContact}}. 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}}.

I have a question...

Send us an email at {{infoContact}} and let's talk!

+
{% include "nav.swig" %} {% endblock %} \ No newline at end of file diff --git a/templates/tools.swig b/templates/tools.swig index f79ea39..8ba0fb9 100644 --- a/templates/tools.swig +++ b/templates/tools.swig @@ -2,26 +2,63 @@ {% block title %}Tools{% endblock %} {% block body %} -
-

Uguu Tools

-
+ +

Uguu Tools

+
+

To upload using curl or make a tool you can post using: -
- curl -i -F files[]=@yourfile.jpeg {{siteUrl}}/upload.php (JSON Response)

-
-

ShareX

-
-
Download
-
https://getsharex.com
-
Source
-
https://github.com/ShareX/ShareX
-
Contact
-
#ShareX on irc.freenode.net
-
+ +

{{ToolsDesc}}

+ +
+

ShareX

+
+
Download
+
https://getsharex.com
+
Source
+
https://github.com/ShareX/ShareX
+
+
+ +

uguuecho

+
+
Download
+
https://git.teknik.io/nekunekus/uguucho
+
+ +

pomfload

+
+
Download
+
https://github.com/ewhal/pomfload
+
+
+ +
+

Pomfshare

+ +
+
Download
+
https://github.com/Nyubis/Pomfshare
+
+
+ +
+

Pomf Rehost

+
+
Download
+
+ + https://git.fuwafuwa.moe/lesderid/pomf-rehost + +
+
+
+ {% include "nav.swig" %} {% endblock %}