Sonarcloud warnings 4 (#1499)

* chore: fix some sonarcloud html warnings (e.g. deprecated attribute use)

* chore: uppercase literal suffixes

* chore: remove redundant casts

* chore: remove commented-out code

* chore: use qInfo() instead of std::cerr
This commit is contained in:
Charles Kerr
2020-11-02 09:16:12 -06:00
committed by GitHub
parent 73fdd722a7
commit 0bfbc3eba7
48 changed files with 536 additions and 640 deletions

View File

@@ -1,8 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<a name="remote"></a>
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link media="all" rel="stylesheet" href="../styles/TransBody.css" />
@@ -11,7 +9,6 @@
<body>
<div id="mainbox">
<div id="banner">
<a name="menus"></a>
<div id="machelp"><a class="bread" href="../index.html">Transmission Help</a>
</div>
<div id="index">
@@ -25,18 +22,18 @@
<p>Transmission has a web interface which can be used to monitor and manage your transfers over the internet. Other applications, such as <em>transmission-remote</em>, can also control Transmission. If you want to use the web interface, or another remote control application, check 'Enable remote access'. Leave this option unchecked if you are only going to be managing your transfers on your local machine.
<p>For security purposes, you can password protect access to Transmission, as well as restrict access to a trusted list of external IP addresses. To add an address to the list, click the + button.
<p>You can view the web interface on your local computer by clicking the 'Launch web interface' button. To view it on a remote location:
<div summary="To do this" class="taskbox">
<div class="taskbox">
<ol>
<li>Open your web browser</li>
<li>In the address bar, enter "http://localip:port/transmission/web/", where: </li>
<ul>
<li><em>localip</em> is the IP address of the computer Transmission is running on.</li>
<li><em>port</em> is the port specified in Preferences -> Remote.</li>
<li><em>port</em> is the port specified in Preferences &rarr; Remote.</li>
</ul>
</ol>
</div>
</div>
</body>
</html>