]> jfr.im git - uguu.git/blame - templates/tools.swig
moved back to github
[uguu.git] / templates / tools.swig
CommitLineData
d8c46ff7
GJ
1{% extends "layout.swig" %}
2
3{% block title %}Tools{% endblock %}
4{% block body %}
4f079fbd
GJ
5
6<div class="jumbotron"><h1>Uguu Tools</h1></div>
7<div class="alert alert-info">
8 <section>
db84546e
GJ
9 <h3>
10 To upload using curl or make a tool you can post using:
db84546e 11 <br/>
db84546e
GJ
12 curl -i -F files[]=@yourfile.jpeg {{siteUrl}}/upload.php (JSON Response)
13 </h3>
4f079fbd
GJ
14
15<p>{{ToolsDesc}}</p>
16
17 <section>
18 <h2>ShareX</h2>
19 <dl>
20 <dt>Download</dt>
21 <dd><a href="https://getsharex.com">https://getsharex.com</a></dd>
22 <dt>Source</dt>
23 <dd><a href="https://github.com/ShareX/ShareX">https://github.com/ShareX/ShareX</a></dd>
24 </dl>
25 </section>
26
27 <h2>uguuecho</h2>
28 <dl>
29 <dt>Download</dt>
30 <dd><a href="https://git.teknik.io/nekunekus/uguucho">https://git.teknik.io/nekunekus/uguucho</a></dd>
31 </dl>
d8c46ff7 32</section>
4f079fbd
GJ
33
34 <h2>pomfload</h2>
35 <dl>
36 <dt>Download</dt>
37 <dd><a href="https://github.com/ewhal/pomfload">https://github.com/ewhal/pomfload</a></dd>
38 </dl>
39</section>
40
41 <section>
42 <h2>Pomfshare</h2>
43
44 <dl>
45 <dt>Download</dt>
46 <dd><a
47 href="https://github.com/Nyubis/Pomfshare">https://github.com/Nyubis/Pomfshare</a></dd>
48 </dl>
49 </section>
50
51 <section>
52 <h2>Pomf Rehost</h2>
53 <dl>
54 <dt>Download</dt>
55 <dd>
56 <a href="https://git.fuwafuwa.moe/lesderid/pomf-rehost">
57 https://git.fuwafuwa.moe/lesderid/pomf-rehost
58 </a>
59 </dd>
60 </dl>
61</div>
62 </section>
d8c46ff7
GJ
63{% include "nav.swig" %}
64{% endblock %}