PHP code for standalone command line version of UUP dump
Go to file
2019-04-30 19:01:36 +02:00
api@0206534739 Switch to GitHub 2019-04-30 19:01:36 +02:00
shared Fix broken error reporting in getfile 2019-04-27 21:01:25 +02:00
.gitmodules Switch to GitHub 2019-04-30 19:01:36 +02:00
fetchdetect.php Initial commit 2019-04-12 15:40:27 +02:00
fetchupd.php Initial commit 2019-04-12 15:40:27 +02:00
get.php Initial commit 2019-04-12 15:40:27 +02:00
getdetect.php Initial commit 2019-04-12 15:40:27 +02:00
getfile.php Fix broken error reporting in getfile 2019-04-27 21:01:25 +02:00
LICENSE Initial commit 2019-04-12 15:40:27 +02:00
listeditions.php Initial commit 2019-04-12 15:40:27 +02:00
listid.php Initial commit 2019-04-12 15:40:27 +02:00
listlangs.php Initial commit 2019-04-12 15:40:27 +02:00
readme.md Initial commit 2019-04-12 15:40:27 +02:00

UUP dump standalone

Description

This code is used by backend server of UUP dump website to automatically retrieve new builds and automatically generate packs used to create proper UUP sets.

Why the code is being publisned now?

Before now the UUP dump website was internally using the UUP dump UUPDL edition which was a rebrand of UUP dump 2.x series which was meant for console only purposes and distributed only with UUPDL. Now I have decided to rebrand this for the third time and publish it as MIT licensed project. This will allow me easier updates to the backend in much more transparent way.