mirror of
https://github.com/transmission/transmission.git
synced 2026-04-18 16:07:21 +01:00
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:
@@ -1,41 +1,36 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<a name="script"></a>
|
||||
|
||||
<head>
|
||||
<META http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link media="all" rel="stylesheet" href="../styles/TransBody.css" />
|
||||
<title>Script Help</title>
|
||||
</head>
|
||||
<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">
|
||||
<a class="leftborder" href="../html/Index2.html">Index</a></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="pagetitle">
|
||||
<h1>Running Scripts</h1>
|
||||
</div>
|
||||
<p>Transmission can be set to invoke a script when downloads complete. The environment variables supported are:
|
||||
|
||||
<div class="taskbox">
|
||||
<ul>
|
||||
<li>TR_APP_VERSION</li>
|
||||
<li>TR_TIME_LOCALTIME</li>
|
||||
<li>TR_TORRENT_DIR</li>
|
||||
<li>TR_TORRENT_HASH</li>
|
||||
<li>TR_TORRENT_ID</li>
|
||||
<li>TR_TORRENT_NAME</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<p>More information is available on <a href="https://trac.transmissionbt.com/wiki/Scripts">the Transmission wiki</a>.
|
||||
<head>
|
||||
<META http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link media="all" rel="stylesheet" href="../styles/TransBody.css" />
|
||||
<title>Script Help</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="mainbox">
|
||||
<div id="banner">
|
||||
<div id="machelp"><a class="bread" href="../index.html">Transmission Help</a></div>
|
||||
<div id="index"><a class="leftborder" href="../html/Index2.html">Index</a></div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</div>
|
||||
<div class="pagetitle">
|
||||
<h1>Running Scripts</h1>
|
||||
</div>
|
||||
<p>Transmission can be set to invoke a script when downloads complete. The environment variables supported are:
|
||||
|
||||
<div class="taskbox">
|
||||
<ul>
|
||||
<li>TR_APP_VERSION</li>
|
||||
<li>TR_TIME_LOCALTIME</li>
|
||||
<li>TR_TORRENT_DIR</li>
|
||||
<li>TR_TORRENT_HASH</li>
|
||||
<li>TR_TORRENT_ID</li>
|
||||
<li>TR_TORRENT_NAME</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<p>More information is available on <a href="https://trac.transmissionbt.com/wiki/Scripts">the Transmission wiki</a>.
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user