mirror of
https://github.com/nzbget/nzbget.git
synced 2025-12-23 22:27:45 -05:00
#748: removed outdated links from web interface
and merged Info and About tabs
This commit is contained in:
15
README.md
15
README.md
@@ -11,14 +11,9 @@
|
|||||||
NZBGet is a binary downloader, which downloads files from Usenet
|
NZBGet is a binary downloader, which downloads files from Usenet
|
||||||
based on information given in nzb-files.
|
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.
|
NZBGet can run on almost any device - classic PC, NAS, media player, SAT-receiver, WLAN-router, etc.
|
||||||
The download area provides precompiled binaries
|
The download area provides precompiled binaries for Windows, macOS, Linux (compatible with
|
||||||
for Windows, macOS, Linux (compatible with many CPUs and platform variants), FreeBSD and Android. For other platforms
|
many CPUs and platform variants), FreeBSD and Android. For other platforms
|
||||||
the program can be compiled from sources.
|
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.
|
|
||||||
@@ -504,7 +504,6 @@ var Config = (new function($)
|
|||||||
var $ConfigTabBadgeEmpty;
|
var $ConfigTabBadgeEmpty;
|
||||||
var $ConfigContent;
|
var $ConfigContent;
|
||||||
var $ConfigInfo;
|
var $ConfigInfo;
|
||||||
var $ConfigAbout;
|
|
||||||
var $ConfigTitle;
|
var $ConfigTitle;
|
||||||
var $ConfigTable;
|
var $ConfigTable;
|
||||||
var $ViewButton;
|
var $ViewButton;
|
||||||
@@ -533,7 +532,6 @@ var Config = (new function($)
|
|||||||
$ConfigTabBadgeEmpty = $('#ConfigTabBadgeEmpty');
|
$ConfigTabBadgeEmpty = $('#ConfigTabBadgeEmpty');
|
||||||
$ConfigContent = $('#ConfigContent');
|
$ConfigContent = $('#ConfigContent');
|
||||||
$ConfigInfo = $('#ConfigInfo');
|
$ConfigInfo = $('#ConfigInfo');
|
||||||
$ConfigAbout = $('#ConfigAbout');
|
|
||||||
$ConfigTitle = $('#ConfigTitle');
|
$ConfigTitle = $('#ConfigTitle');
|
||||||
$ViewButton = $('#Config_ViewButton');
|
$ViewButton = $('#Config_ViewButton');
|
||||||
$LeaveConfigDialog = $('#LeaveConfigDialog');
|
$LeaveConfigDialog = $('#LeaveConfigDialog');
|
||||||
@@ -1211,10 +1209,9 @@ var Config = (new function($)
|
|||||||
$('li', $ConfigNav).removeClass('active');
|
$('li', $ConfigNav).removeClass('active');
|
||||||
link.closest('li').addClass('active');
|
link.closest('li').addClass('active');
|
||||||
$ConfigContent.removeClass('search');
|
$ConfigContent.removeClass('search');
|
||||||
Util.show($ViewButton, sectionId !== 'Config-Info' && sectionId !== 'Config-About');
|
Util.show($ViewButton, sectionId !== 'Config-Info');
|
||||||
|
|
||||||
$ConfigInfo.hide();
|
$ConfigInfo.hide();
|
||||||
$ConfigAbout.hide();
|
|
||||||
|
|
||||||
if (sectionId === 'Search')
|
if (sectionId === 'Search')
|
||||||
{
|
{
|
||||||
@@ -1228,15 +1225,7 @@ var Config = (new function($)
|
|||||||
{
|
{
|
||||||
$ConfigInfo.show();
|
$ConfigInfo.show();
|
||||||
$ConfigData.children().hide();
|
$ConfigData.children().hide();
|
||||||
$ConfigTitle.text('INFO: SETTINGS');
|
$ConfigTitle.text('INFO');
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (sectionId === 'Config-About')
|
|
||||||
{
|
|
||||||
$ConfigAbout.show();
|
|
||||||
$ConfigData.children().hide();
|
|
||||||
$ConfigTitle.text('NZBGET ' + Options.option('version'));
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -538,7 +538,6 @@
|
|||||||
<div class="span3">
|
<div class="span3">
|
||||||
<ul class="nav nav-list" id="ConfigNav">
|
<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-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>
|
<li class="config-static"><a href="#Config-System">SYSTEM</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -547,7 +546,7 @@
|
|||||||
<div>
|
<div>
|
||||||
|
|
||||||
<div class="config-header clearfix">
|
<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">
|
<div class="btn-group pull-right">
|
||||||
<a class="btn dropdown-toggle" id="Config_ViewButton" data-toggle="dropdown">View <span class="caret"></span></a>
|
<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">
|
<ul class="dropdown-menu footer-button-menu" id="Config_ViewMenu">
|
||||||
@@ -569,12 +568,6 @@
|
|||||||
When you configure NZBGet for the first time you need
|
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.
|
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>
|
||||||
<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>
|
<h4>Extension scripts settings</h4>
|
||||||
<p>
|
<p>
|
||||||
@@ -595,11 +588,6 @@
|
|||||||
<p>
|
<p>
|
||||||
This can be done in section <em><strong>SYSTEM</strong></em>.
|
This can be done in section <em><strong>SYSTEM</strong></em>.
|
||||||
</p>
|
</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>
|
<h4>Copyright</h4>
|
||||||
<p>This program is free software; you can redistribute it and/or modify
|
<p>This program is free software; you can redistribute it and/or modify
|
||||||
|
|||||||
Reference in New Issue
Block a user