aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: CVS & GUI  (Read 8578 times)

ender

  • Developer
  • Jr. Member
  • *****
  • Karma: 0
  • Offline Offline
  • Posts: 61
    • http://eternallybored.org/
CVS & GUI
« on: October 25, 2003, 09:35:50 PM »

I'm considering change from xMule to aMule, since the former seems to have stalled in development, but before I do, I have two questions:

- Is the CVS available anywhere? It's much faster to just recompile just the changed code when new version is released than compiling the complete source. I don't care about living on the bleeding edge, and I always keep last 2 compiled program versions for safety.

- It the direct download textbox on each page mandatory? I have no need for it, and it just takes away precious screen space. Connected to this, is the ed2k program still there? (BTW, I wouldn't care if the direct download textbox could be removed by a compile-time option, just as long as it goes away).
Logged
Because 10 billion years' time is so fragile, so ephemeral... it arouses such a bittersweet, almost heartbreaking fondness.

BigBob

  • aMule project creator.
  • Full Member
  • ***
  • Karma: 1
  • Offline Offline
  • Posts: 141
    • http://bigbob.fun.free.fr
Re: CVS & GUI
« Reply #1 on: October 26, 2003, 03:42:17 PM »

Quote
Is the CVS available anywhere?

No, as long as SF don't sync anonymous CVS much faster than actually.

Quote
It the direct download textbox on each page mandatory? I have no need for it, and it just takes away precious screen space. Connected to this, is the ed2k program still there? (BTW, I wouldn't care if the direct download textbox could be removed by a compile-time option, just as long as it goes away).

It's not planed at this time, and i prefer to focus on other tasks like implementing protocol enhancement.

A++
Logged
Creator of aMule & aStats projects

ender

  • Developer
  • Jr. Member
  • *****
  • Karma: 0
  • Offline Offline
  • Posts: 61
    • http://eternallybored.org/
Re: CVS & GUI
« Reply #2 on: October 26, 2003, 04:12:13 PM »

Quote
Original von BigBob"]No, as long as SF don't sync anonymous CVS much faster than actually.
What about other sites which offer CVS, like BerliOS?

[quote:89409f7123="BigBob[/i]

Quote
It the direct download textbox on each page mandatory? I have no need for it, and it just takes away precious screen space. Connected to this, is the ed2k program still there? (BTW, I wouldn't care if the direct download textbox could be removed by a compile-time option, just as long as it goes away).

It's not planed at this time, and i prefer to focus on other tasks like implementing protocol enhancement.[/quote]Which is that, the removal of direct download, or ed2k?
Logged
Because 10 billion years' time is so fragile, so ephemeral... it arouses such a bittersweet, almost heartbreaking fondness.

BigBob

  • aMule project creator.
  • Full Member
  • ***
  • Karma: 1
  • Offline Offline
  • Posts: 141
    • http://bigbob.fun.free.fr
Re: CVS & GUI
« Reply #3 on: October 26, 2003, 04:43:13 PM »

After compiling aMule, look in src, you must see amule & ed2k binaries ...

So, the answer was ed2k still there, and i don't planning to remove "Fast ed2k link handler ..."

A++
Logged
Creator of aMule & aStats projects

Eru

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 33
Re: CVS & GUI
« Reply #4 on: October 26, 2003, 09:47:16 PM »

Hi

ed2k binary?? what is that for, sounds like an ed2k://,,, integration for my Mozilla??

Is it possible that when I klick on a ed2k:// link my aMule automagicaliy will add this file to the download list?

Gruss
Eru
Logged

BigBob

  • aMule project creator.
  • Full Member
  • ***
  • Karma: 1
  • Offline Offline
  • Posts: 141
    • http://bigbob.fun.free.fr
Re: CVS & GUI
« Reply #5 on: October 26, 2003, 09:52:27 PM »

Yes for sure ...

Have a look to mozex :

http://mozex.mozdev.org

A++
Logged
Creator of aMule & aStats projects

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: CVS & GUI
« Reply #6 on: October 26, 2003, 11:58:40 PM »

Quote
How to Integrate ED2K Links into your webbrowser

QUESTION: How can I make aMule / xMule take ed2k links from my browser?
ANSWER:
------- KONQUEROR -------
1. /usr/kde/3.1/share/services
you can find it by file names ended with .protocol
kinda `find /usr -name "*.protocol"` or `find /opt -name "*.protocol"`
or even put / to path if you want.

2. If the first was successful, create a file named like e2k.protocol in
the mentioned directory:

[Protocol]
exec=/usr/local/bin/ed2k "%u"
protocol=ed2k
input=none
output=none
helper=true
listing=false
reading=false
writing=false
makedir=false
deleting=false

3. reload konqueror

(Credits: gfdsa)

------- OPERA -------

* Opera 6.11

First of all: Opera 6.11 doesn't pass complete URL to external programs - only URL
without protocol. don't know wheather this behaviour has changed in later releases.

create amule_submit.sh / xmule_submit.sh with this content:

#!/bin/sh
/usr/local/bin/ed2k "ed2k://$1";

now edit (as root) /etc/opera6rc or as non-root ~/.opera/opera6.ini:

[Trusted Applications]
ed2k=/usr/local/bin/amule_submit.sh [or xmule_submit.sh]

[User Prefs]
TrustedExternalURLProtocols=ed2k

(Credits: thermoman ( Marcel Meckel ) )

* Opera 7.1 (slightly different from Opera 6)

Edit either /etc/opera6rc or ~/.opera/opera6.ini and add the following:

in [User Prefs]
TrustedExternalURLProtocols=ed2k

in [Trusted Applications]
ed2k=/path/to/ed2k ed2k://%u

(Credits: ender)

------- MOZILLA -------
1) Go to http://protozilla.mozdev.org/download.html
Choose the version fitting your mozilla-version and click on "install". It will auto-install protozilla
Now close mozilla completely.

Notes:
- You must have write permission to the mozilla-installation-directory for this. If you've installed mozilla to /usr , you'll have to be root probably.
- The downloadable precompiled version of protozilla apparently does _not_ work with debian mozilla packages. It _does_ work together with the precompiled version of 1.2.1 available at mozilla.org for example [or you can build both mozilla and protozilla yourself]

2) This step is only necessary if you had to start mozilla as root in step 1). If you did step 1) with the same user as you normally use, you can skip it

as root do:
cp -r /root/.mozilla/PROFILENAME/RANDOM.slt/protozilla/
/home/USERNAME/.mozilla/PROFILENAME2/RANDOM.slt/"

[copy protozilla-configuration from root's home to user's home]

cd /home/USERNAME/.mozilla/PROFILENAME/RANDOM.slt/
chown -R YOURUSER.YOURGROUP protozilla"

[cd to user's mozilla config-dir and change file-ownership parameters]

Note:
USERNAME: name of your normal, non-root user
PROFILENAME: name of the profile you'll want to use
RANDOM: random alphanumeric string, autogenerated by mozilla
YOURUSER, YOURGROUP: user and group of your normal user

3) setup a protocol-handler for ed2k-links:
- cd to ~/.mozilla/PROFILENAME/RANDOM.slt/protozilla/protocol

-create a file called "ed2k.cmd" with the following content:

ed2k ed2k:$URI_DATA

[do this with your favorite text-editor, the file doesn't have to be executable]

Now restart mozilla, and everything should work.

(Credits: rpokorny ( R. Pokorny ) )


and -> http://lin4b.homelinux.org/ed2k-0.2_mod.tar.bz2  (for konqueror)

greets
delta

Guest

  • Guest
Re: CVS & GUI
« Reply #7 on: October 27, 2003, 12:07:41 AM »

Thanks Guys

Just installed firebird 0.7 and then used mozex.mozdev.org stuff, works great!!!

Many Thanks

Gruss
Eru, no more switching java script on and off..... 8)  8)  8)
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: CVS & GUI
« Reply #8 on: October 29, 2003, 04:54:29 AM »

Hey! hello ender!

good to see old xmule users see the light ;)


I'll talk with BigBob about porting all project to BerliOS or another free CVS if sf's problems don't get solved in few days/weeks. 'till then, maybe we can make a nightly tarball with CVS version.
Logged