aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: amuleweb - small typo  (Read 4292 times)

dfme

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 18
amuleweb - small typo
« on: January 04, 2006, 05:00:56 PM »

hello and happy new year...
i've installed the new amule version and i have noticed a small typo when accessing amuled over amuleweb:
on the top left corner of my browser (firefox) it reads: "aMule CVS - Web Control Panel - Mozilla Firefox" when in fact it should read "aMule 2.1.0 - Web Control Panel - Mozilla Firefox"
Logged

skolnick

  • Global Moderator
  • Hero Member
  • *****
  • Karma: 24
  • Offline Offline
  • Posts: 1188
  • CentOS 6 User
Re: amuleweb - small typo
« Reply #1 on: January 04, 2006, 05:03:58 PM »

Maybe it's a problem with the template you are using? Maybe when you installed the template being used is still the CVS one? I don't know, since at this moment I'm still using a CVS version.

Regards.
Logged

dfme

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 18
Re: amuleweb - small typo
« Reply #2 on: January 04, 2006, 05:07:42 PM »

i used amule version 2.0.3 before with default template.
i got ubuntu binaries from Wuischke: http://mitglied.lycos.de/wuischke
but i suppose he compiled the source from 2.1.0... or maybe not??
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: amuleweb - small typo
« Reply #3 on: January 04, 2006, 05:14:52 PM »

Well...I at least thought so...;)
This little cosmetic error is in my sources as well, I guess I'm innocent...
How did Kry say: Blame the testers! :P
Logged

dfme

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 18
Re: amuleweb - small typo
« Reply #4 on: January 04, 2006, 05:20:43 PM »

Quote
Originally posted by wuischke
Well...I at least thought so...;)
This little cosmetic error is in my sources as well, I guess I'm innocent...
How did Kry say: Blame the testers! :P
lol
well i've just checked the source from the tar
(downloadable from:
http://www.amule.org/files/download.php?file=139
)
and the index.php has title defined as
Code: [Select]
aMule CVS - Web Control Panelthis in chicane and default template
i know it's a minor cosmetic error...
Logged

skolnick

  • Global Moderator
  • Hero Member
  • *****
  • Karma: 24
  • Offline Offline
  • Posts: 1188
  • CentOS 6 User
Re: amuleweb - small typo
« Reply #5 on: January 04, 2006, 05:24:26 PM »

Well, I guess it should be added to the list of things that should be done when releasing a new version, or even better, since amule now has PHP support, maybe it can be replaced the static string (as it is right now) with a dynamic king of $amule_version to make it dynamic, so no matther the version, it will show the right string. Maybe lfroen can do this, since the PHP server is his work.

Regards.
Logged

fulgas

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 60
    • http://www.bakanl.net
Re: amuleweb - small typo
« Reply #6 on: January 05, 2006, 10:56:59 AM »

Quote
Originally posted by skolnick
Well, I guess it should be added to the list of things that should be done when releasing a new version, or even better, since amule now has PHP support, maybe it can be replaced the static string (as it is right now) with a dynamic king of $amule_version to make it dynamic, so no matther the version, it will show the right string. Maybe lfroen can do this, since the PHP server is his work.

Regards.

more like

:)

and that's easy to do...
« Last Edit: January 05, 2006, 10:57:16 AM by fulgas »
Logged
sup

fulgas

skolnick

  • Global Moderator
  • Hero Member
  • *****
  • Karma: 24
  • Offline Offline
  • Posts: 1188
  • CentOS 6 User
Re: amuleweb - small typo
« Reply #7 on: January 05, 2006, 02:45:54 PM »

yeah, you're right. Too much XML for me these days, I gotta get a rest :P

Regards.
Logged

lfroen

  • Guest
Re: amuleweb - small typo
« Reply #8 on: January 05, 2006, 04:14:14 PM »

Quote
more like

Good idea - i will add it.
Logged