From 6aa3f5a3e9ea1a1460afb4dc88d24e9aaa71b597 Mon Sep 17 00:00:00 2001 From: ygrek Date: Sun, 21 Jun 2020 17:12:09 -0400 Subject: [PATCH] fix links replace mldonkey.org with mldonkey.sf.net in urls reference github bugracker instead of nongnu.org --- distrib/Bugs.txt | 12 ++++-------- distrib/html_themes/ease/commands.html | 10 +++++----- distrib/html_themes/old/commands.html | 10 +++++----- distrib/i18n/mlnet_strings.it_IT.UTF-8 | 2 +- distrib/i18n/mlnet_strings.ru_RU.UTF-8 | 2 +- packages/rpm/mldonkey.spec.in | 2 +- packages/slackware/slack-desc | 2 +- src/daemon/common/commonMessages.ml | 11 ++++------- src/daemon/common/commonOptions.ml | 2 +- src/daemon/driver/driverMain.ml | 4 ++-- src/gtk/gui/gui_messages.ml | 4 ++-- src/gtk/newgui/gui_friends.ml | 2 +- src/gtk/newgui/gui_messages.ml | 4 ++-- src/gtk/newgui/gui_misc.ml | 2 +- src/gtk2/gui/guiMessages.ml | 4 ++-- src/utils/net/http_client.ml | 2 +- tools/make_torrent.ml | 2 +- 17 files changed, 35 insertions(+), 42 deletions(-) diff --git a/distrib/Bugs.txt b/distrib/Bugs.txt index 44132c3fc..eac2664bd 100644 --- a/distrib/Bugs.txt +++ b/distrib/Bugs.txt @@ -1,14 +1,10 @@ -Before sending a bug report form on - http://savannah.nongnu.org/bugs/?group=mldonkey -please, check that the bug is not already registered (then, add a comment). +Please submit bugs and feature requests to https://github.com/ygrek/mldonkey/issues +Do check that the bug is not already registered (then, add a comment). -To send a feature request please use the Task tracker - http://savannah.nongnu.org/task/?group=mldonkey - -------------------------------------------------------------------------- +-------------------------------------------------------------------------- If you think your bug is a very important one, and nobody has fixed it in a long time, it might be that we don't have enough information to reproduce it and understand it. So, what you can do to help us is to call the "make_buginfo" utility provided with mldonkey, which creates a file -buginfo.tar.gz . Send this file directly to the developers -(buginfo@mldonkey.net), as it might contain your IP address and you probably +buginfo.tar.gz . Mind that this file will contain your IP address and you probably don't want to publish this file on the bug tracker web site. diff --git a/distrib/html_themes/ease/commands.html b/distrib/html_themes/ease/commands.html index 853667744..b367810e8 100644 --- a/distrib/html_themes/ease/commands.html +++ b/distrib/html_themes/ease/commands.html @@ -57,14 +57,14 @@ class="bu bbig bbig2" onMouseOver="mOvr(this,'mOvr1');" onMouseOut="mOut(this);" -onClick="top.output.location.href='http://www.mldonkey.org/'">Homepage +onClick="top.output.location.href='http://mldonkey.sourceforge.net/'">Homepage Forums +onClick="top.output.location.href='http://mldonkey.sourceforge.net/forums/'">Forums Bw stats ChangeLog +onClick="top.output.location.href='https://raw.githubusercontent.com/ygrek/mldonkey/master/CHANGES'">ChangeLog Homepage +onClick="top.output.location.href='http://mldonkey.sourceforge.net/'">Homepage Forums +onClick="top.output.location.href='http://mldonkey.sourceforge.net/forums/'">Forums Version ChangeLog +onClick="top.output.location.href='https://raw.githubusercontent.com/ygrek/mldonkey/master/CHANGES'">ChangeLog " ^ _s "Porttest" ^ " " ^ _s +onClick=\"parent.frames[_getFrameByName('output')].location.href='https://raw.githubusercontent.com/ygrek/mldonkey/master/CHANGES'\">" ^ _s "ChangeLog" ^ " " ^ _s "Homepage" ^ " -" ^ _s "English support" ^ " -German forum" ^ " " ^ _s @@ -1348,7 +1345,7 @@ let web_common_header_old = define_option message_section ["web_common_header_ol " - + @@ -1383,7 +1380,7 @@ let web_common_header_old = define_option message_section ["web_common_header_ol - +
MLDonkey HomeMLDonkey Home
Search results Load Overnet peers English forumGerman forumGerman forum Kill MLDonkey
diff --git a/src/daemon/common/commonOptions.ml b/src/daemon/common/commonOptions.ml index a06f7f1e8..1d305fbdf 100644 --- a/src/daemon/common/commonOptions.ml +++ b/src/daemon/common/commonOptions.ml @@ -175,7 +175,7 @@ let () = if uname = "" then begin lprintf_nl "Unknown operating system, please report to the MLDonkey development team"; - lprintf_nl "at http://savannah.nongnu.org/bugs/?group=mldonkey" + lprintf_nl "at https://github.com/ygrek/mldonkey/issues" end else if not (Unix32.os_supported ()) then begin diff --git a/src/daemon/driver/driverMain.ml b/src/daemon/driver/driverMain.ml index fd632a04f..9cb1a4208 100644 --- a/src/daemon/driver/driverMain.ml +++ b/src/daemon/driver/driverMain.ml @@ -380,7 +380,7 @@ let _ = with _ -> false in let hostnames = - ["www.mldonkey.org"; "mldonkey.sf.net"; "www.mldonkey.net"; "www.google.com"] + ["mldonkey.sf.net"; "www.google.com"] in DriverInteractive.dns_works := List.exists resolve_name hostnames; @@ -454,7 +454,7 @@ or getting a binary compiled with glibc %s.\n\n") discover_ip false; - lprintf_nl (_b "Check http://www.mldonkey.org for updates"); + lprintf_nl (_b "Check http://mldonkey.sf.net for updates"); networks_iter (fun r -> network_load_complex_options r); lprintf_nl (_b "enabling networks: "); if (upnp_port_forwarding ()) then diff --git a/src/gtk/gui/gui_messages.ml b/src/gtk/gui/gui_messages.ml index 032797504..38e5bfac8 100644 --- a/src/gtk/gui/gui_messages.ml +++ b/src/gtk/gui/gui_messages.ml @@ -493,7 +493,7 @@ let help_string version = Printf.sprintf " ======== Release: %s -Authors: MLDonkey project, http://www.mldonkey.org +Authors: MLDonkey project, http://mldonkey.sf.net This documentation file is now obsolete. Read the FAQ instead (either on the project WEB site or in the FAQ.html file). @@ -503,7 +503,7 @@ For help, see: IRC channel: irc.freenode.net, chat #mldonkey Web sites: -http://www.mldonkey.org Official site +http://mldonkey.sf.net Official site Mailing-lists: mldonkey-users@nongnu.org diff --git a/src/gtk/newgui/gui_friends.ml b/src/gtk/newgui/gui_friends.ml index 2df00ccf2..c9bbbd542 100644 --- a/src/gtk/newgui/gui_friends.ml +++ b/src/gtk/newgui/gui_friends.ml @@ -73,7 +73,7 @@ let shorten maxlen s = if len > maxlen then (String.sub s 0 (maxlen-3)) ^ "..." else if s = "" then - "http://www.mldonkey.org/" + "http://mldonkey.sf.net/" else s let state_pix state = diff --git a/src/gtk/newgui/gui_messages.ml b/src/gtk/newgui/gui_messages.ml index da13cab65..ccd3e537f 100644 --- a/src/gtk/newgui/gui_messages.ml +++ b/src/gtk/newgui/gui_messages.ml @@ -1645,7 +1645,7 @@ let help_string version = Printf.sprintf " ======== Release: %s -Authors: MLDonkey project, http://www.mldonkey.org +Authors: MLDonkey project, http://mldonkey.sf.net This documentation file is now obsolete. Read the FAQ instead (either on the project WEB site or in the FAQ.html file). @@ -1655,7 +1655,7 @@ For help, see: IRC channel: irc.freenode.net, chat #mldonkey Web sites: -http://www.mldonkey.org Official site +http://mldonkey.sf.net Official site Mailing-lists: mldonkey-users@nongnu.org diff --git a/src/gtk/newgui/gui_misc.ml b/src/gtk/newgui/gui_misc.ml index 0631d9b63..81707505f 100644 --- a/src/gtk/newgui/gui_misc.ml +++ b/src/gtk/newgui/gui_misc.ml @@ -44,7 +44,7 @@ let (=:=) = Options.(=:=) let short_name n = let n = if n="" then - "http://www.mldonkey.org" + "http://mldonkey.sf.net" else n in let len = String.length n in diff --git a/src/gtk2/gui/guiMessages.ml b/src/gtk2/gui/guiMessages.ml index 3258be8d6..fad6baa8a 100644 --- a/src/gtk2/gui/guiMessages.ml +++ b/src/gtk2/gui/guiMessages.ml @@ -1258,7 +1258,7 @@ let help_string version = Printf.sprintf " ======== Release: %s -Authors: MLDonkey project, http://www.mldonkey.org/ +Authors: MLDonkey project, http://mldonkey.sf.net/ This documentation file is now obsolete. Read the FAQ instead (either on the project WEB site or in the FAQ.html file). @@ -1268,7 +1268,7 @@ For help, see: IRC channel: irc.freenode.net, chat #mldonkey Web sites: -http://www.mldonkey.org Official site +http://mldonkey.sf.net Official site Mailing-lists: mldonkey-users@nongnu.org diff --git a/src/utils/net/http_client.ml b/src/utils/net/http_client.ml index e505679c2..7ccedea39 100644 --- a/src/utils/net/http_client.ml +++ b/src/utils/net/http_client.ml @@ -73,7 +73,7 @@ let lprintf_nl fmt = lprintf_nl2 log_prefix fmt let basic_request = { - req_url = Url.of_string "http://www.mldonkey.org/"; + req_url = Url.of_string "http://mldonkey.sf.net/"; req_referer = None; req_save_to_file_time = 0.; req_request = GET; diff --git a/tools/make_torrent.ml b/tools/make_torrent.ml index 2d85ba6b8..0d28d1151 100644 --- a/tools/make_torrent.ml +++ b/tools/make_torrent.ml @@ -209,7 +209,7 @@ let _ = "Quick Howto:\n" ^ "- create a new torrent:\n" ^ "make_torrent -tracker http://ip:port/announce -torrent file.torrent " ^ - "-comment \"www.mldonkey.org\" -create file\n\n" ^ + "-comment \"mldonkey.sf.net\" -create file\n\n" ^ "- change the tracker of a torrent file:\n" ^ "make_torrent -tracker http://ip:port/tracker -torrent myfile.torrent -change\n\n" ^ "- print the infos of a torrent file:\n" ^