Browse Source

Update Wiki help links for 2.0.0

pull/832/head
Safihre 8 years ago
parent
commit
d130a1d44a
  1. 2
      INSTALL.txt
  2. 8
      ISSUES.txt
  3. 2
      interfaces/Config/templates/config.tmpl
  4. 2
      interfaces/Config/templates/config_cat.tmpl
  5. 2
      interfaces/Config/templates/config_folders.tmpl
  6. 2
      interfaces/Config/templates/config_general.tmpl
  7. 2
      interfaces/Config/templates/config_notify.tmpl
  8. 2
      interfaces/Config/templates/config_rss.tmpl
  9. 2
      interfaces/Config/templates/config_scheduling.tmpl
  10. 2
      interfaces/Config/templates/config_server.tmpl
  11. 2
      interfaces/Config/templates/config_sorting.tmpl
  12. 2
      interfaces/Config/templates/config_special.tmpl
  13. 2
      interfaces/Config/templates/config_switches.tmpl

2
INSTALL.txt

@ -68,7 +68,7 @@ Windows
Essential modules Essential modules
cheetah-2.0.1+ use "pip install cheetah" cheetah-2.0.1+ use "pip install cheetah"
par2cmdline >= 0.4 http://parchive.sourceforge.net/ par2cmdline >= 0.4 http://parchive.sourceforge.net/
Note: https://sabnzbd.org/wiki/configuration/1.2/switches#par2cmdline Note: https://sabnzbd.org/wiki/configuration/2.0/switches#par2cmdline
unrar >= 5.00+ http://www.rarlab.com/rar_add.htm unrar >= 5.00+ http://www.rarlab.com/rar_add.htm
Optional modules Optional modules

8
ISSUES.txt

@ -24,13 +24,13 @@
For these the server blocking method is not very favourable. For these the server blocking method is not very favourable.
There is an INI-only option that will limit blocks to 1 minute. There is an INI-only option that will limit blocks to 1 minute.
no_penalties = 1 no_penalties = 1
See: https://sabnzbd.org/wiki/configuration/1.2/special See: https://sabnzbd.org/wiki/configuration/2.0/special
- Some third-party utilties try to probe SABnzbd API in such a way that you will - Some third-party utilties try to probe SABnzbd API in such a way that you will
often see warnings about unauthenticated access. often see warnings about unauthenticated access.
If you are sure these probes are harmless, you can suppress the warnings by If you are sure these probes are harmless, you can suppress the warnings by
setting the option "api_warnings" to 0. setting the option "api_warnings" to 0.
See: https://sabnzbd.org/wiki/configuration/1.2/special See: https://sabnzbd.org/wiki/configuration/2.0/special
- On OSX you may encounter downloaded files with foreign characters. - On OSX you may encounter downloaded files with foreign characters.
The par2 repair may fail when the files were created on a Windows system. The par2 repair may fail when the files were created on a Windows system.
@ -41,7 +41,7 @@
You will see this only when downloaded files contain accented characters. You will see this only when downloaded files contain accented characters.
You need to fix it yourself by running the convmv utility (available for most Linux platforms). You need to fix it yourself by running the convmv utility (available for most Linux platforms).
Possible the file system override setting 'fsys_type' might be solve things: Possible the file system override setting 'fsys_type' might be solve things:
See: https://sabnzbd.org/wiki/configuration/1.2/special See: https://sabnzbd.org/wiki/configuration/2.0/special
- The "Watched Folder" sometimes fails to delete the NZB files it has - The "Watched Folder" sometimes fails to delete the NZB files it has
processed. This happens when other software still accesses these files. processed. This happens when other software still accesses these files.
@ -81,4 +81,4 @@
- Squeeze Linux - Squeeze Linux
There is a "special" option that will allow you to select an alternative library. There is a "special" option that will allow you to select an alternative library.
use_pickle = 1 use_pickle = 1
See: https://sabnzbd.org/wiki/configuration/1.2/special See: https://sabnzbd.org/wiki/configuration/2.0/special

2
interfaces/Config/templates/config.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Config"#--> <!--#set global $pane="Config"#-->
<!--#set global $help_uri="configuration/1.2/configure"#--> <!--#set global $help_uri="configuration/2.0/configure"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#--> <!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<!--#from locale import getpreferredencoding#--> <!--#from locale import getpreferredencoding#-->

2
interfaces/Config/templates/config_cat.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Categories"#--> <!--#set global $pane="Categories"#-->
<!--#set global $help_uri="configuration/1.2/categories"#--> <!--#set global $help_uri="configuration/2.0/categories"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#--> <!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<div class="colmask"> <div class="colmask">
<div class="section"> <div class="section">

2
interfaces/Config/templates/config_folders.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Folders"#--> <!--#set global $pane="Folders"#-->
<!--#set global $help_uri="configuration/1.2/folders"#--> <!--#set global $help_uri="configuration/2.0/folders"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#--> <!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<div class="colmask"> <div class="colmask">

2
interfaces/Config/templates/config_general.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="General"#--> <!--#set global $pane="General"#-->
<!--#set global $help_uri="configuration/1.2/general"#--> <!--#set global $help_uri="configuration/2.0/general"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#--> <!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<div class="colmask"> <div class="colmask">

2
interfaces/Config/templates/config_notify.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Email"#--> <!--#set global $pane="Email"#-->
<!--#set global $help_uri="configuration/1.2/notifications"#--> <!--#set global $help_uri="configuration/2.0/notifications"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#--> <!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<!--#def show_notify_checkboxes($section_label)#--> <!--#def show_notify_checkboxes($section_label)#-->

2
interfaces/Config/templates/config_rss.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="RSS"#--> <!--#set global $pane="RSS"#-->
<!--#set global $help_uri="configuration/1.2/rss"#--> <!--#set global $help_uri="configuration/2.0/rss"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#--> <!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<div class="colmask"> <div class="colmask">
<!--#if not $active_feed#--> <!--#if not $active_feed#-->

2
interfaces/Config/templates/config_scheduling.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Scheduling"#--> <!--#set global $pane="Scheduling"#-->
<!--#set global $help_uri="configuration/1.2/scheduling"#--> <!--#set global $help_uri="configuration/2.0/scheduling"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#--> <!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<% <%

2
interfaces/Config/templates/config_server.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Servers"#--> <!--#set global $pane="Servers"#-->
<!--#set global $help_uri="configuration/1.2/servers"#--> <!--#set global $help_uri="configuration/2.0/servers"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#--> <!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<div class="colmask"> <div class="colmask">

2
interfaces/Config/templates/config_sorting.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Sorting"#--> <!--#set global $pane="Sorting"#-->
<!--#set global $help_uri="configuration/1.2/sorting"#--> <!--#set global $help_uri="configuration/2.0/sorting"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#--> <!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<div class="colmask"> <div class="colmask">

2
interfaces/Config/templates/config_special.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Special"#--> <!--#set global $pane="Special"#-->
<!--#set global $help_uri="configuration/1.2/special"#--> <!--#set global $help_uri="configuration/2.0/special"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#--> <!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<div class="colmask"> <div class="colmask">

2
interfaces/Config/templates/config_switches.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Switches"#--> <!--#set global $pane="Switches"#-->
<!--#set global $help_uri="configuration/1.2/switches"#--> <!--#set global $help_uri="configuration/2.0/switches"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#--> <!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<div class="colmask"> <div class="colmask">

Loading…
Cancel
Save