💾 Archived View for zvava.org › wiki › murpe-update-old.gmi captured on 2023-03-20 at 17:50:34. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

➡️ Next capture (2023-07-10)

-=-=-=-=-=-=-

🏡 go home...

📚 go back...

murpe update system

created  2020/03/31
category software, info

murpe is an update system i had devised in march of 2017 to use in minin productions applications, from the archives i only have evidence of minin hub[1], zebra pad[2], and wts[3] utilizing murpe but there may be more.

i forgot what it stood for soon after i named it but i can only assume it stands for Minin Update Release Platform Environment or something like that. it was hosted on a shady free hosting website

the way it works is there would be php files with the names of the applications, eg. 'zebrapad.php', and then an application would pass a GET parameter[4] to the php file with the version, eg. '?ver=1.2'. then the page would report if you have the latest version of the program or not, and redirect to the download page for the program.

cites

1. minin hub

2. zebra pad

3. wts

4. GET parameter