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

Here you'll find a place for solutions and hints.

Please use one of the support subforums below for questions or if you have any issues and need support.

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

Postby xxblx » May 20th, '14, 00:24

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.
Mageia x86_64, E17, PekWM
Oleg (xxblx) | Mageia Russian Community
User avatar
xxblx
 
Posts: 70
Joined: May 23rd, '12, 21:32
Location: Russia, Vologda

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

Postby xxblx » Jan 6th, '15, 03:42

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!
Mageia x86_64, E17, PekWM
Oleg (xxblx) | Mageia Russian Community
User avatar
xxblx
 
Posts: 70
Joined: May 23rd, '12, 21:32
Location: Russia, Vologda

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

Postby doktor5000 » Jan 7th, '15, 02:51

Thanks for sharing, moved to tips&tricks subforum
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17630
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

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

Postby tarakbumba » Jan 9th, '15, 10:11

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.
tarakbumba
 
Posts: 138
Joined: Apr 6th, '11, 22:50

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

Postby xxblx » Jan 11th, '15, 20:07

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

Thanks.
Added.
Mageia x86_64, E17, PekWM
Oleg (xxblx) | Mageia Russian Community
User avatar
xxblx
 
Posts: 70
Joined: May 23rd, '12, 21:32
Location: Russia, Vologda

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

Postby xxblx » Jan 14th, '15, 04:19

Added manual official repository mirror selection.
Mageia x86_64, E17, PekWM
Oleg (xxblx) | Mageia Russian Community
User avatar
xxblx
 
Posts: 70
Joined: May 23rd, '12, 21:32
Location: Russia, Vologda

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

Postby tarakbumba » Jan 14th, '15, 14:59

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.
Attachments
tr.js.bz2
(2.43 KiB) Downloaded 340 times
tarakbumba
 
Posts: 138
Joined: Apr 6th, '11, 22:50

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

Postby xxblx » Jan 14th, '15, 15:58

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>
Mageia x86_64, E17, PekWM
Oleg (xxblx) | Mageia Russian Community
User avatar
xxblx
 
Posts: 70
Joined: May 23rd, '12, 21:32
Location: Russia, Vologda

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

Postby tarakbumba » Jan 14th, '15, 20:34

Thanks i've missed that. For firefox it is "tr-TR" but for chromium it is "tr". I don't have other browsers tough.
Last edited by doktor5000 on Jan 14th, '15, 21:57, edited 2 times in total.
Reason: removed fullquote
tarakbumba
 
Posts: 138
Joined: Apr 6th, '11, 22:50

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

Postby xxblx » Jan 14th, '15, 23:18

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/
Mageia x86_64, E17, PekWM
Oleg (xxblx) | Mageia Russian Community
User avatar
xxblx
 
Posts: 70
Joined: May 23rd, '12, 21:32
Location: Russia, Vologda

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

Postby tarakbumba » Jan 15th, '15, 01:14

Thank you xxblx. Turkish locale is auto detected and displayed translated page. :)
tarakbumba
 
Posts: 138
Joined: Apr 6th, '11, 22:50

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

Postby xxblx » Jan 15th, '15, 02:05

tarakbumba wrote:Thank you xxblx. Turkish locale is auto detected and displayed translated page. :)

Good.
Thanks for translation.
Mageia x86_64, E17, PekWM
Oleg (xxblx) | Mageia Russian Community
User avatar
xxblx
 
Posts: 70
Joined: May 23rd, '12, 21:32
Location: Russia, Vologda

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

Postby xxblx » Jan 23rd, '15, 03:01

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.
Mageia x86_64, E17, PekWM
Oleg (xxblx) | Mageia Russian Community
User avatar
xxblx
 
Posts: 70
Joined: May 23rd, '12, 21:32
Location: Russia, Vologda

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

Postby filip » Jan 23rd, '15, 15:15

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.
filip
 
Posts: 474
Joined: May 4th, '11, 22:10
Location: Kranj, Slovenia

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

Postby yullaw » Jan 25th, '15, 13:37

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.
Image
Mageia Czech - http://www.mageia.cz

Mageia 4 (64bit), KDE 4.11
CPU:Intel® Core i5-3230M 2.6GHz,GPU:NVIDIA GeForce 710M
User avatar
yullaw
 
Posts: 11
Joined: Feb 24th, '12, 22:12
Location: Czech Republic

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

Postby xxblx » Jan 25th, '15, 23:27

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/
Mageia x86_64, E17, PekWM
Oleg (xxblx) | Mageia Russian Community
User avatar
xxblx
 
Posts: 70
Joined: May 23rd, '12, 21:32
Location: Russia, Vologda

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

Postby xxblx » Dec 7th, '15, 20:57

Added polish translation
Thanks to Daniel Napora (napcok)

http://urpmi.mageialinux.ru/
https://xxblx.bitbucket.org/urpmi/
Mageia x86_64, E17, PekWM
Oleg (xxblx) | Mageia Russian Community
User avatar
xxblx
 
Posts: 70
Joined: May 23rd, '12, 21:32
Location: Russia, Vologda


Return to The magician suggests...

Who is online

Users browsing this forum: No registered users and 1 guest

cron