Page 1 of 1

OneClick URPMI: urpmi.addmedia from web "in one click"

PostPosted: May 20th, '14, 00:24
by xxblx
OneClick URPMI is a small web-tool inspired by EasyURPMI for Mandriva. It allow to users easy and quick add Mageia repositories (addmedia) into system.
Image

Once you need for using OneClick URPMI is Firefox with enabled JavaScript support. OneClick URPMI fully work on client-side.
Just go to
http://urpmi.mageialinux.ru/
and press "Add" button.

Tested on Mageia 4 i586 with Firefox 24.5.0.
Recommended web-browser is Firefox 20+. OneClick URPMI may don't work or work incorrect with other web-browsers!

If you want to modify OneClick URPMI - feel free to do it. Source code (GNU GPL v3): https://bitbucket.org/xxblx/oneclick-urpmi/. You can place it to any free web-hosting with minimum set of features, because it fully works on client side.
One Click URPMI use few additional JavaScript libraries: jQuery (MIT License); FileSaver.js (MIT License) - used for file generation on client-side.

Thanks.
Oleg.

Re: OneClick URPMI: urpmi.addmedia from web "in one click"

PostPosted: Jan 6th, '15, 03:42
by xxblx
Added:
  • Yandex mirror of Mageia Russian Community Repository
  • BlogDRAKE repository

If you have an idea what unofficial repositories need to be added to OneClick URPMI, feel free to contact with me.

Main URL: http://urpmi.mageialinux.ru/
Mirror URL: http://xxblx.bitbucket.org/urpmi/

Enjoy!

Re: OneClick URPMI: urpmi.addmedia from web "in one click"

PostPosted: Jan 7th, '15, 02:51
by doktor5000
Thanks for sharing, moved to tips&tricks subforum

Re: OneClick URPMI: urpmi.addmedia from web "in one click"

PostPosted: Jan 9th, '15, 10:11
by tarakbumba
xxblx wrote:Added:
  • Yandex mirror of Mageia Russian Community Repository
  • BlogDRAKE repository

If you have an idea what unofficial repositories need to be added to OneClick URPMI, feel free to contact with me.

Main URL: http://urpmi.mageialinux.ru/
Mirror URL: http://xxblx.bitbucket.org/urpmi/

Enjoy!


You may want to add http://tarakbumba.mageia.org.pl
Thanks for your work and sharing.

Re: OneClick URPMI: urpmi.addmedia from web "in one click"

PostPosted: Jan 11th, '15, 20:07
by xxblx
tarakbumba wrote:You may want to add http://tarakbumba.mageia.org.pl
Thanks for your work and sharing.

Thanks.
Added.

Re: OneClick URPMI: urpmi.addmedia from web "in one click"

PostPosted: Jan 14th, '15, 04:19
by xxblx
Added manual official repository mirror selection.

Re: OneClick URPMI: urpmi.addmedia from web "in one click"

PostPosted: Jan 14th, '15, 14:59
by tarakbumba
xxblx wrote:
tarakbumba wrote:You may want to add http://tarakbumba.mageia.org.pl
Thanks for your work and sharing.

Thanks.
Added.


Thank you. May be you want to add Turkish support, would you? I' ve added turkish translation in tr.js file and attached to this post.

Re: OneClick URPMI: urpmi.addmedia from web "in one click"

PostPosted: Jan 14th, '15, 15:58
by xxblx
tarakbumba wrote:Thank you. May be you want to add Turkish support, would you? I' ve added turkish translation in tr.js file and attached to this post.

Thanks. Turkish translation added.

Turkish language codes in various web-browsers are tr, tr_TR and tr-TR?

You can check it with this html file:
Code: Select all
<!DOCTYPE HTML>
<html>
<head>
    <title>Test</title>
    <meta charset="utf-8">
</head>

<body>
    <script type="text/javascript">
        alert(navigator.language);
    </script>
</body>
</html>

Re: OneClick URPMI: urpmi.addmedia from web "in one click"

PostPosted: Jan 14th, '15, 20:34
by tarakbumba
Thanks i've missed that. For firefox it is "tr-TR" but for chromium it is "tr". I don't have other browsers tough.

Re: OneClick URPMI: urpmi.addmedia from web "in one click"

PostPosted: Jan 14th, '15, 23:18
by xxblx
tarakbumba wrote:Thanks i've missed that. For firefox it is "tr-TR" but for chromium it is "tr". I don't have other browsers tough.

Thanks you.
I also added auto-detect for Turkish language. Please, check it.
main url: http://urpmi.mageialinux.ru/
mirror url: http://xxblx.bitbucket.org/urpmi/

Re: OneClick URPMI: urpmi.addmedia from web "in one click"

PostPosted: Jan 15th, '15, 01:14
by tarakbumba
Thank you xxblx. Turkish locale is auto detected and displayed translated page. :)

Re: OneClick URPMI: urpmi.addmedia from web "in one click"

PostPosted: Jan 15th, '15, 02:05
by xxblx
tarakbumba wrote:Thank you xxblx. Turkish locale is auto detected and displayed translated page. :)

Good.
Thanks for translation.

Re: OneClick URPMI: urpmi.addmedia from web "in one click"

PostPosted: Jan 23rd, '15, 03:01
by xxblx
Added "scroll up" button.
http://urpmi.mageialinux.ru/

--------------------
On http://xxblx.bitbucket.org/urpmi/ added new experimental feature - support of proxy options. If testing will be successfully, I will add this feature to http://urpmi.mageialinux.ru/ too.
Please, test proxy options and post your experience here.

Thanks.

Re: OneClick URPMI: urpmi.addmedia from web "in one click"

PostPosted: Jan 23rd, '15, 15:15
by filip
Nice work Oleg.

xxblx wrote:Added "scroll up" button.
http://urpmi.mageialinux.ru/
It seems to show only on almost bottom of the page. I would started to show it a bit higher.

Re: OneClick URPMI: urpmi.addmedia from web "in one click"

PostPosted: Jan 25th, '15, 13:37
by yullaw
Hi,
@xxblx: you can add next MGA4 unofficial repositories listed here, if you like: http://wiki.mageia.cz/:4:zdroje#neoficialni_repozitare

NOTE1: - by changing of the number in URL to 3,2,1 you will get unofficial repositories for MGA3, MGA2, MGA1
NOTE2: - Petos's repositories (http://petos.cz/rpm/mageia/), from our Czech maintainer Petos, are under maintenance, so at this moment are switched off.

Re: OneClick URPMI: urpmi.addmedia from web "in one click"

PostPosted: Jan 25th, '15, 23:27
by xxblx
Proxy options added to main url.

filip wrote:Nice work Oleg.

Thanks.

filip wrote:It seems to show only on almost bottom of the page. I would started to show it a bit higher.

Done. Now button shows a bit higher.

yullaw wrote:Hi,
@xxblx: you can add next MGA4 unofficial repositories listed here, if you like: http://wiki.mageia.cz/:4:zdroje#neoficialni_repozitare

NOTE1: - by changing of the number in URL to 3,2,1 you will get unofficial repositories for MGA3, MGA2, MGA1
NOTE2: - Petos's repositories (http://petos.cz/rpm/mageia/), from our Czech maintainer Petos, are under maintenance, so at this moment are switched off.

Hello.
First of all, thanks a lot for this links. It a great unofficial repositories list.

Added:
* UnrealNetworks.co.uk repository
* Mageia.org.pl repository
* Cyron's repository
* MageiaLinuxOnline repository

Petoz's repository still don't work. As soon as it will switched on, I will add it to OneClick URPMI.

----------
Main URL: http://urpmi.mageialinux.ru/
Mirror: http://xxblx.bitbucket.org/urpmi/

Re: OneClick URPMI: urpmi.addmedia from web "in one click"

PostPosted: Dec 7th, '15, 20:57
by xxblx
Added polish translation
Thanks to Daniel Napora (napcok)

http://urpmi.mageialinux.ru/
https://xxblx.bitbucket.org/urpmi/