]> jfr.im git - uguu.git/commit - README.md
new uguu code
authornokonoko <redacted>
Wed, 18 Nov 2020 11:54:47 +0000 (12:54 +0100)
committernokonoko <redacted>
Wed, 18 Nov 2020 11:54:47 +0000 (12:54 +0100)
commitd8c46ff78ae2707a580f7b0446349122297b434f
treeecec6b6d530667fcda2533f542eff7216d2e1b8e
parentb3ca9376cc8cf7c308c07f16b4d5b716f21a56dc
new uguu code

This is the code that uguu.se is running, based off Pomf.
86 files changed:
.DS_Store [new file with mode: 0644]
.gitmodules [moved from public/files/.keep with 100% similarity]
.mailmap [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
COPYING.CC-BY-3.0 [new file with mode: 0644]
LICENSE
Makefile [new file with mode: 0644]
README.md
api.php [deleted file]
css/ie.css [deleted file]
css/materialize.min.css [deleted file]
dist.json [new file with mode: 0644]
error.php [deleted file]
error_meow.php [deleted file]
font/material-design-icons/LICENSE.txt [deleted file]
font/material-design-icons/Material-Design-Icons.eot [deleted file]
font/material-design-icons/Material-Design-Icons.svg [deleted file]
font/material-design-icons/Material-Design-Icons.ttf [deleted file]
font/material-design-icons/Material-Design-Icons.woff [deleted file]
font/roboto/Roboto-Bold.ttf [deleted file]
font/roboto/Roboto-Light.ttf [deleted file]
font/roboto/Roboto-Medium.ttf [deleted file]
font/roboto/Roboto-Regular.ttf [deleted file]
font/roboto/Roboto-Thin.ttf [deleted file]
img/favicon.ico [deleted file]
includes/check.sh [deleted file]
includes/config.template.php [deleted file]
includes/core.php [deleted file]
index.php [deleted file]
js/materialize.min.js [deleted file]
package.json [new file with mode: 0644]
rain/LICENSE.txt [deleted file]
rain/rain.tpl.class.php [deleted file]
rain/template/error.html [deleted file]
rain/template/error_meow.html [deleted file]
rain/template/footer.template.html [deleted file]
rain/template/header.html [deleted file]
rain/template/info.html [deleted file]
rain/template/upload-done.html [deleted file]
rain/template/upload.html [deleted file]
sqlite_schema.sql [new file with mode: 0644]
static/css/uguu.css [new file with mode: 0644]
static/img/10.png [new file with mode: 0644]
static/img/11.png [new file with mode: 0644]
static/img/12.png [new file with mode: 0644]
static/img/13.png [new file with mode: 0644]
static/img/14.png [new file with mode: 0644]
static/img/15.png [new file with mode: 0644]
static/img/2.png [new file with mode: 0644]
static/img/3.png [new file with mode: 0644]
static/img/4.png [new file with mode: 0644]
static/img/5.png [new file with mode: 0644]
static/img/6.png [new file with mode: 0644]
static/img/7.png [new file with mode: 0644]
static/img/8.png [new file with mode: 0644]
static/img/9.png [new file with mode: 0644]
static/img/bg.png [new file with mode: 0644]
static/img/bitcoin.png [new file with mode: 0644]
static/img/donate.png [new file with mode: 0644]
static/img/favicon.ico [new file with mode: 0644]
static/img/flattr.png [new file with mode: 0644]
static/img/glyphicons-512-copy.png [new file with mode: 0644]
static/img/paypal.png [new file with mode: 0644]
static/js/app.js [new file with mode: 0644]
static/php/.gitignore [new file with mode: 0644]
static/php/.gitmodules [moved from rain/cache/.keep with 100% similarity]
static/php/.mailmap [new file with mode: 0644]
static/php/.travis.yml [new file with mode: 0644]
static/php/LICENSE [new file with mode: 0644]
static/php/classes/Response.class.php [new file with mode: 0644]
static/php/classes/UploadException.class.php [new file with mode: 0644]
static/php/classes/UploadedFile.class.php [new file with mode: 0644]
static/php/grill.php [new file with mode: 0644]
static/php/includes/database.inc.php [new file with mode: 0644]
static/php/includes/settings.inc.php [new file with mode: 0644]
static/php/upload.php [new file with mode: 0644]
templates/banners.swig [new file with mode: 0644]
templates/banners/donations.swig [new file with mode: 0644]
templates/banners/malware_scans.swig [new file with mode: 0644]
templates/faq.swig [new file with mode: 0644]
templates/index.swig [new file with mode: 0644]
templates/layout.swig [new file with mode: 0644]
templates/nav.swig [new file with mode: 0644]
templates/tools.swig [new file with mode: 0644]
templates/upload_form.swig [new file with mode: 0644]
upload-done.php [deleted file]