Switch to HTTPS links, adjust wiki links where possible

Fixes #39
This commit is contained in:
Mike Gelfand 2018-01-16 00:57:25 +03:00
parent 440f03e9ad
commit aa2730d47c
38 changed files with 53 additions and 53 deletions

View File

@ -1,5 +1,5 @@
The Transmission Project
http://www.transmissionbt.com/
https://transmissionbt.com/
Lead Developers <dev@transmissionbt.com>
Jordan Lee, Mnemosyne LLC <jordan@transmissionbt.com> (Daemon, Backend, GTK+ client)

6
README
View File

@ -8,7 +8,7 @@ ABOUT
* A headless daemon for servers and routers
* A web UI for remote controlling any of the above
Visit http://www.transmissionbt.com/ for more information.
Visit https://transmissionbt.com/ for more information.
BUILDING
@ -16,7 +16,7 @@ BUILDING
for building in Xcode.
For a more detailed description, and dependancies, visit:
http://trac.transmissionbt.com/wiki/
https://github.com/transmission/transmission/wiki
Building a Transmission release from the command line:
@ -28,7 +28,7 @@ BUILDING
Building Transmission from the nightly builds:
Download a tarball from http://build.transmissionbt.com/job/trunk-linux-inc/
Download a tarball from https://build.transmissionbt.com/job/trunk-linux-inc/
and follow the steps from the previous section.
If you're new to building programs from source code, this is typically

View File

@ -65,7 +65,7 @@ Prefer unencrypted peer connections.
Set a script to run when the torrent finishes
.It Fl g, Fl -config-dir Ar directory
Where to look for configuration files. This can be used to swap between using the cli, daemon, gtk, and qt clients.
See http://trac.transmissionbt.com/wiki/ConfigFiles for more information.
See https://github.com/transmission/transmission/wiki/Configuration-Files for more information.
.It Fl h, Fl -help
Prints a short usage summary.
.It Fl m, Fl -portmap
@ -133,4 +133,4 @@ and
.Xr transmission-remote 1 ,
.Xr transmission-show 1
.Pp
http://www.transmissionbt.com/
https://transmissionbt.com/

View File

@ -6,7 +6,7 @@ dnl these should be the only two lines you need to change
m4_define([user_agent_prefix],[2.92])
m4_define([peer_id_prefix],[-TR2920-])
AC_INIT([transmission],[user_agent_prefix],[http://trac.transmissionbt.com/newticket])
AC_INIT([transmission],[user_agent_prefix],[https://github.com/transmission/transmission])
AC_SUBST(USERAGENT_PREFIX,[user_agent_prefix])
AC_SUBST(PEERID_PREFIX,[peer_id_prefix])

View File

@ -80,7 +80,7 @@ static const char *
getUsage (void)
{
return "Transmission " LONG_VERSION_STRING
" http://www.transmissionbt.com/\n"
" https://transmissionbt.com/\n"
"A fast and easy BitTorrent client\n"
"\n"
MY_NAME " is a headless Transmission session\n"

View File

@ -198,7 +198,7 @@ getUsage (void)
return
MY_NAME" "LONG_VERSION_STRING"\n"
"A fast and easy BitTorrent client\n"
"http://www.transmissionbt.com/\n"
"https://transmissionbt.com/\n"
"\n"
"Usage: " MY_NAME
" [host] [options]\n"

View File

@ -59,7 +59,7 @@ Dump transmission-daemon's settings to stderr.
Run in the foreground and print errors to stderr.
.It Fl g Fl -config-dir Ar directory
Where to look for configuration files. This can be used to swap between using the cli, daemon, gtk, and qt clients.
See http://trac.transmissionbt.com/wiki/ConfigFiles for more information.
See https://github.com/transmission/transmission/wiki/Configuration-Files for more information.
.It Fl er Fl -encryption-required
Encrypt all peer connections.
.It Fl ep Fl -encryption-preferred
@ -148,7 +148,7 @@ The config-dir used when neither
nor
.Op Fl g
is specified.
See http://trac.transmissionbt.com/wiki/ConfigFiles for more information.
See https://github.com/transmission/transmission/wiki/Configuration-Files for more information.
.El
.Sh AUTHORS
.An -nosplit
@ -166,4 +166,4 @@ and
.Xr transmission-remote 1 ,
.Xr transmission-show 1
.Pp
http://www.transmissionbt.com/
https://transmissionbt.com/

View File

@ -408,4 +408,4 @@ and
.Xr transmission-remote 1 ,
.Xr transmission-show 1
.Pp
http://www.transmissionbt.com/
https://transmissionbt.com/

View File

@ -1363,7 +1363,7 @@ update_model_loop (gpointer gdata)
static void
show_about_dialog (GtkWindow * parent)
{
const char * uri = "http://www.transmissionbt.com/";
const char * uri = "https://transmissionbt.com/";
const char * authors[] = { "Jordan Lee (Backend; GTK+)",
"Mitchell Livingston (Backend; OS X)",
NULL };

View File

@ -49,7 +49,7 @@ Start with all torrents paused
Start minimized in notification area
.It Fl g, Fl -config-dir Ar directory
Where to look for configuration files. This can be used to swap between using the cli, daemon, gtk, and qt clients.
See http://trac.transmissionbt.com/wiki/ConfigFiles for more information.
See https://github.com/transmission/transmission/wiki/Configuration-Files for more information.
.El
.Pp
Multiple .torrent files may be added at startup
@ -91,4 +91,4 @@ and
.Xr transmission-remote 1 ,
.Xr transmission-show 1
.Pp
http://www.transmissionbt.com/
https://transmissionbt.com/

View File

@ -353,7 +353,7 @@ gtr_get_help_uri (void)
if (!uri)
{
const char * fmt = "http://www.transmissionbt.com/help/gtk/%d.%dx";
const char * fmt = "https://transmissionbt.com/help/gtk/%d.%dx";
uri = g_strdup_printf (fmt, MAJOR_VERSION, MINOR_VERSION / 10);
}

View File

@ -223,7 +223,7 @@ cached_file_open (struct tr_cached_file * o,
/* If the file already exists and it's too large, truncate it.
* This is a fringe case that happens if a torrent's been updated
* and one of the updated torrent's files is smaller.
* http://trac.transmissionbt.com/ticket/2228
* https://trac.transmissionbt.com/ticket/2228
* https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/318249
*/
if (resize_needed && !tr_sys_file_truncate (fd, file_size, &error))

View File

@ -259,7 +259,7 @@ typedef enum
- (void) linkHomepage: (id) sender;
- (void) linkForums: (id) sender;
- (void) linkTrac: (id) sender;
- (void) linkGitHub: (id) sender;
- (void) linkDonate: (id) sender;
- (void) rpcCallback: (tr_rpc_callback_type) type forTorrentStruct: (struct tr_torrent *) torrentStruct;

View File

@ -133,9 +133,9 @@ typedef enum
#define TRANSFER_PLIST @"Transfers.plist"
#define WEBSITE_URL @"http://www.transmissionbt.com/"
#define FORUM_URL @"http://forum.transmissionbt.com/"
#define TRAC_URL @"http://trac.transmissionbt.com/"
#define WEBSITE_URL @"https://transmissionbt.com/"
#define FORUM_URL @"https://forum.transmissionbt.com/"
#define GITHUB_URL @"https://github.com/transmission/transmission"
#define DONATE_URL @"https://transmissionbt.com/donate/"
#define DONATE_NAG_TIME (60 * 60 * 24 * 7)
@ -4642,9 +4642,9 @@ static void removeKeRangerRansomware()
[[NSWorkspace sharedWorkspace] openURL: [NSURL URLWithString: FORUM_URL]];
}
- (void) linkTrac: (id) sender
- (void) linkGitHub: (id) sender
{
[[NSWorkspace sharedWorkspace] openURL: [NSURL URLWithString: TRAC_URL]];
[[NSWorkspace sharedWorkspace] openURL: [NSURL URLWithString: GITHUB_URL]];
}
- (void) linkDonate: (id) sender

View File

@ -7,8 +7,8 @@
\f0\b\fs28 \cf0 The Transmission Project
\fs24 \
\pard\tx440\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\li100\slleading40\sb40\qc
{\field{\*\fldinst{HYPERLINK "http://www.transmissionbt.com/"}}{\fldrslt
\b0 \cf0 http://www.transmissionbt.com/}}\
{\field{\*\fldinst{HYPERLINK "https://transmissionbt.com/"}}{\fldrslt
\b0 \cf0 https://transmissionbt.com/}}\
\pard\tx440\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\li100\slleading40\sb40
\cf0 \
Lead Developers

View File

@ -37,7 +37,7 @@
<div id="pagetitle">
<h1>Transmission crashed, what should I do? </h1>
</div>
<p>Post the crash log on the <a href="http://forum.transmissionbt.com/viewforum.php?f=2">support forums</a> so that the issue can be fixed as quickly as possible. Crash logs are held in <i>~/Library/Logs/CrashReporter/</i>.
<p>Post the crash log on the <a href="https://forum.transmissionbt.com/viewforum.php?f=4">support forums</a> so that the issue can be fixed as quickly as possible. Crash logs are held in <i>~/Library/Logs/CrashReporter/</i>.
<p>If your torrents' progress are incorrect when you reopen Transmission (e.g. they are starting from 0%) then you should manually recheck them. <a href="check.html">Click here</a> for instructions.
<p>
<div id="pagetitle">
@ -84,7 +84,7 @@
<div id="pagetitle">
<h1>What are 'nightlies'?</h1>
</div>
<p>Nightlies are releases on the bleeding edge of development. They normally contain new features and bugfixes, but are not officially supported (although you are more than welcome to discuss them on the <a href="http://forum.transmissionbt.com">Transmission forums</a>). You can try one out <a href="http://build.transmissionbt.com/job/trunk-mac/">here</a>.
<p>Nightlies are releases on the bleeding edge of development. They normally contain new features and bugfixes, but are not officially supported (although you are more than welcome to discuss them on the <a href="https://forum.transmissionbt.com">Transmission forums</a>). You can try one out <a href="https://build.transmissionbt.com/job/trunk-mac/">here</a>.
</div>
</body>

View File

@ -33,7 +33,7 @@
</ul>
</div>
<p>More information is available on <a href="http://trac.transmissionbt.com/wiki/Scripts">the Transmission wiki</a>.
<p>More information is available on <a href="https://trac.transmissionbt.com/wiki/Scripts">the Transmission wiki</a>.
</div>
</body>

View File

@ -23,7 +23,7 @@
<p>If your port is still not open, even after you have enabled automatic port forwarding, here are some tips you can use which may get it working.
<div summary="To do this" id="taskbox">
<p>If you are still having problems, open the Message Log (in the Window menu) and post the debug output on the <a href="http://transmission.m0k.org/forum/viewforum.php?f=2">support forums</a>.
<p>If you are still having problems, open the Message Log (in the Window menu) and post the debug output on the <a href="https://forum.transmissionbt.com/viewforum.php?f=4">support forums</a>.
<ol>
<li>Pause your torrents</li>
<li>Clear the log and set it to 'Debug'</li>

View File

@ -15,7 +15,7 @@
<IMG SRC="gfx/TransWindow.png" height="auto" width="225" ALT="Image of Transmission window" BORDER="0">
<h1><img class="icon" src="gfx/TransmissionIcon.png" alt="Transmission icon" height="32" width="32" border="0"> Transmission Help</h1>
<h4><a href="http://www.transmissionbt.com/">www.transmissionbt.com</a></h4>
<h4><a href="https://transmissionbt.com/">transmissionbt.com</a></h4>
</center>
</div>
<div id="contentcenter"></div>
@ -33,8 +33,8 @@
<p><a href="html/Index2.html">Look up topics easily</a></p>
<h2>More Information</h2>
<p><a href="http://forum.transmissionbt.com/">Transmission Forums</a></p>
<p><a href="http://trac.transmissionbt.com/">Trac - Wiki and Development</a></p>
<p><a href="https://forum.transmissionbt.com/">Transmission Forums</a></p>
<p><a href="https://github.com/transmission/transmission">GitHub - Wiki and Development</a></p>
</div>
</div>

View File

@ -696,7 +696,7 @@ CA
</menuItem>
<menuItem title="Support og udvikling" id="3170">
<connections>
<action selector="linkTrac:" target="206" id="3171"/>
<action selector="linkGitHub:" target="206" id="3171"/>
</connections>
</menuItem>
</items>

View File

@ -697,7 +697,7 @@ CA
</menuItem>
<menuItem title="Support und Entwicklung" id="3170">
<connections>
<action selector="linkTrac:" target="206" id="3171"/>
<action selector="linkGitHub:" target="206" id="3171"/>
</connections>
</menuItem>
</items>

View File

@ -696,7 +696,7 @@ CA
</menuItem>
<menuItem title="Support &amp; Development" id="3170">
<connections>
<action selector="linkTrac:" target="206" id="3171"/>
<action selector="linkGitHub:" target="206" id="3171"/>
</connections>
</menuItem>
</items>

View File

@ -696,7 +696,7 @@ CA
</menuItem>
<menuItem title="Wiki y Desarrollo de Transmission" id="3170">
<connections>
<action selector="linkTrac:" target="206" id="3171"/>
<action selector="linkGitHub:" target="206" id="3171"/>
</connections>
</menuItem>
</items>

View File

@ -695,7 +695,7 @@ CA
</menuItem>
<menuItem title="Support &amp; Développement" id="3170">
<connections>
<action selector="linkTrac:" target="206" id="3171"/>
<action selector="linkGitHub:" target="206" id="3171"/>
</connections>
</menuItem>
</items>

View File

@ -696,7 +696,7 @@ CA
</menuItem>
<menuItem title="Supporto &amp; sviluppo" id="3170">
<connections>
<action selector="linkTrac:" target="206" id="3171"/>
<action selector="linkGitHub:" target="206" id="3171"/>
</connections>
</menuItem>
</items>

View File

@ -695,7 +695,7 @@ CA
</menuItem>
<menuItem title="Support &amp; ontwikkeling " id="3170">
<connections>
<action selector="linkTrac:" target="206" id="3171"/>
<action selector="linkGitHub:" target="206" id="3171"/>
</connections>
</menuItem>
</items>

View File

@ -696,7 +696,7 @@ CA
</menuItem>
<menuItem title="Suporte e desenvolvimento" id="3170">
<connections>
<action selector="linkTrac:" target="206" id="3171"/>
<action selector="linkGitHub:" target="206" id="3171"/>
</connections>
</menuItem>
</items>

View File

@ -696,7 +696,7 @@ CA
</menuItem>
<menuItem title="Transmission wiki и разработка" id="3170">
<connections>
<action selector="linkTrac:" target="206" id="3171"/>
<action selector="linkGitHub:" target="206" id="3171"/>
</connections>
</menuItem>
</items>

View File

@ -696,7 +696,7 @@ CA
</menuItem>
<menuItem title="Destek ve Geliştirme" id="3170">
<connections>
<action selector="linkTrac:" target="206" id="3171"/>
<action selector="linkGitHub:" target="206" id="3171"/>
</connections>
</menuItem>
</items>

View File

@ -57,7 +57,7 @@
<item>
<widget class="QLabel" name="linkLabel">
<property name="text">
<string notr="true">&lt;a href=&quot;http://www.transmissionbt.com/&quot;&gt;http://www.transmissionbt.com/&lt;/a&gt;</string>
<string notr="true">&lt;a href=&quot;https://transmissionbt.com/&quot;&gt;https://transmissionbt.com/&lt;/a&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>

View File

@ -635,7 +635,7 @@ MainWindow::openAbout ()
void
MainWindow::openHelp ()
{
QDesktopServices::openUrl (QUrl (QString::fromLatin1 ("http://www.transmissionbt.com/help/gtk/%1.%2x").
QDesktopServices::openUrl (QUrl (QString::fromLatin1 ("https://transmissionbt.com/help/gtk/%1.%2x").
arg (MAJOR_VERSION).arg (MINOR_VERSION / 10)));
}

View File

@ -1,7 +1,7 @@
VOLUNTEERS WANTED
- Qt developers and translators are needed
- If you find a bug, please report it at http://trac.transmissionbt.com/
- If you find a bug, please report it at https://github.com/transmission/transmission
ABOUT TRANSMISSION-QT

View File

@ -23,7 +23,7 @@ information on the BitTorrent protocol see http://www.bittorrent.org/
Show help options
.It Fl g, Fl -config-dir Ar directory
Where to look for configuration files. This can be used to swap between using the cli, daemon, gtk, and qt clients.
See http://trac.transmissionbt.com/wiki/ConfigFiles for more information.
See https://github.com/transmission/transmission/wiki/Configuration-Files for more information.
.It Fl m Fl -minimized
Start minimized in notification area
.It Fl p, Fl -port Ar port
@ -74,4 +74,4 @@ and
.Xr transmission-remote 1 ,
.Xr transmission-show 1
.Pp
http://www.transmissionbt.com/
https://transmissionbt.com/

View File

@ -8,7 +8,7 @@ Version: %{version}
Release: %{release}
License: MIT
Group: Applications/Internet
URL: http://www.transmissionbt.com/
URL: https://transmissionbt.com/
Epoch: 1
Source0: %{name}-%{version}.tar.bz2

View File

@ -49,4 +49,4 @@ To add more than one, use this option multiple times.
.Xr transmission-remote 1 ,
.Xr transmission-show 1
.Pp
http://www.transmissionbt.com/
https://transmissionbt.com/

View File

@ -44,4 +44,4 @@ $ transmission-edit -r old-passcode new-passcode ~/.config/transmission/torrents
.Xr transmission-remote 1 ,
.Xr transmission-show 1
.Pp
http://www.transmissionbt.com/
https://transmissionbt.com/

View File

@ -36,4 +36,4 @@ Ask the torrent's trackers how many peers are in the torrent's swarm
.Xr transmission-remote 1 ,
.Xr transmission-show 1
.Pp
http://www.transmissionbt.com/
https://transmissionbt.com/

View File

@ -699,7 +699,7 @@ Transmission.prototype =
break;
case 'homepage':
window.open('http://www.transmissionbt.com/');
window.open('https://transmissionbt.com/');
break;
case 'tipjar':