#748: removed outdated links from web interface

and merged Info and About tabs
This commit is contained in:
Andrey Prygunkov
2021-04-15 22:17:00 +02:00
parent 8c1e62ef49
commit 1d008bd1f5
3 changed files with 8 additions and 36 deletions

View File

@@ -11,14 +11,9 @@
NZBGet is a binary downloader, which downloads files from Usenet
based on information given in nzb-files.
NZBGet is written in C++ and is known for its extraordinary performance and efficiency.
NZBGet is written in C++ and is known for its performance and efficiency.
NZBGet can be run on almost every device - classic PCs, NAS, media players, SAT-receivers, WLAN-routers, etc.
The download area provides precompiled binaries
for Windows, macOS, Linux (compatible with many CPUs and platform variants), FreeBSD and Android. For other platforms
the program can be compiled from sources.
- [Home page (nzbget.net)](http://nzbget.net) - learn more about NZBGet;
- [Downloads](http://nzbget.net/download) - get compiled binaries and sources;
- [Documentation](http://nzbget.net/documentation) - installation manuals, HOW-TOs, API;
- [Forum](http://forum.nzbget.net) - get support, share your ideas, scripts, add-ons.
NZBGet can run on almost any device - classic PC, NAS, media player, SAT-receiver, WLAN-router, etc.
The download area provides precompiled binaries for Windows, macOS, Linux (compatible with
many CPUs and platform variants), FreeBSD and Android. For other platforms
the program can be compiled from sources.

View File

@@ -504,7 +504,6 @@ var Config = (new function($)
var $ConfigTabBadgeEmpty;
var $ConfigContent;
var $ConfigInfo;
var $ConfigAbout;
var $ConfigTitle;
var $ConfigTable;
var $ViewButton;
@@ -533,7 +532,6 @@ var Config = (new function($)
$ConfigTabBadgeEmpty = $('#ConfigTabBadgeEmpty');
$ConfigContent = $('#ConfigContent');
$ConfigInfo = $('#ConfigInfo');
$ConfigAbout = $('#ConfigAbout');
$ConfigTitle = $('#ConfigTitle');
$ViewButton = $('#Config_ViewButton');
$LeaveConfigDialog = $('#LeaveConfigDialog');
@@ -1211,10 +1209,9 @@ var Config = (new function($)
$('li', $ConfigNav).removeClass('active');
link.closest('li').addClass('active');
$ConfigContent.removeClass('search');
Util.show($ViewButton, sectionId !== 'Config-Info' && sectionId !== 'Config-About');
Util.show($ViewButton, sectionId !== 'Config-Info');
$ConfigInfo.hide();
$ConfigAbout.hide();
if (sectionId === 'Search')
{
@@ -1228,15 +1225,7 @@ var Config = (new function($)
{
$ConfigInfo.show();
$ConfigData.children().hide();
$ConfigTitle.text('INFO: SETTINGS');
return;
}
if (sectionId === 'Config-About')
{
$ConfigAbout.show();
$ConfigData.children().hide();
$ConfigTitle.text('NZBGET ' + Options.option('version'));
$ConfigTitle.text('INFO');
return;
}

View File

@@ -538,7 +538,6 @@
<div class="span3">
<ul class="nav nav-list" id="ConfigNav">
<li class="config-static"><a href="#Config-Info">INFO</a></li>
<li class="config-static"><a href="#Config-About">ABOUT NZBGET</a></li>
<li class="config-static"><a href="#Config-System">SYSTEM</a></li>
</ul>
</div>
@@ -547,7 +546,7 @@
<div>
<div class="config-header clearfix">
<div class="pull-left" id="ConfigTitle">INFO: SETTINGS</div>
<div class="pull-left" id="ConfigTitle">INFO</div>
<div class="btn-group pull-right">
<a class="btn dropdown-toggle" id="Config_ViewButton" data-toggle="dropdown">View <span class="caret"></span></a>
<ul class="dropdown-menu footer-button-menu" id="Config_ViewMenu">
@@ -569,12 +568,6 @@
When you configure NZBGet for the first time you need
to check at least the option <a class="option" href="#" data-category="S" onclick="Config.scrollToOption(event, this)">MainDir</a> and configure one news server.
</p>
<p>
There are many configuration options affecting performance. If you use
NZBGet on a computer with limited capabilities, such as NAS, media player,
router, etc. you should take your time to configure NZBGet for best
performance - see <a href="http://nzbget.net/performance-tips">Performance tips</a>.
</p>
<h4>Extension scripts settings</h4>
<p>
@@ -595,11 +588,6 @@
<p>
This can be done in section <em><strong>SYSTEM</strong></em>.
</p>
</div>
<div id="ConfigAbout">
<p>For info on NZBGet project please visit <a href="http://nzbget.net">NZBGet Home Page</a>. Among other things the developers of third-party apps find there complete docs about RPC interface.</p>
<p>Should you need help, have suggestions or want to share your improvements - <a href="http://nzbget.net/forum">NZBGet Forum</a> is a place to do that.</p>
<h4>Copyright</h4>
<p>This program is free software; you can redistribute it and/or modify