Browse Source

Update Wiki-link

pull/607/head
Safihre 9 years ago
parent
commit
07e03bc7b9
  1. 4
      ABOUT.txt
  2. 2
      INSTALL.txt
  3. 8
      ISSUES.txt
  4. 2
      README.md
  5. 2
      README.mkd
  6. 6
      interfaces/Config/templates/config.tmpl
  7. 2
      interfaces/Config/templates/config_cat.tmpl
  8. 2
      interfaces/Config/templates/config_folders.tmpl
  9. 2
      interfaces/Config/templates/config_general.tmpl
  10. 2
      interfaces/Config/templates/config_notify.tmpl
  11. 2
      interfaces/Config/templates/config_rss.tmpl
  12. 2
      interfaces/Config/templates/config_scheduling.tmpl
  13. 2
      interfaces/Config/templates/config_server.tmpl
  14. 2
      interfaces/Config/templates/config_sorting.tmpl
  15. 2
      interfaces/Config/templates/config_special.tmpl
  16. 2
      interfaces/Config/templates/config_switches.tmpl
  17. 2
      interfaces/Config/templates/login/main.tmpl
  18. 2
      interfaces/Glitter/templates/include_overlays.tmpl
  19. 2
      linux/sabnzbd@.service
  20. 2
      sabnzbd/api.py
  21. 2
      sabnzbd/wizard.py

4
ABOUT.txt

@ -10,10 +10,10 @@ SABnzbd also has a fully customizable user interface,
and offers a complete API for third-party applications to hook into. and offers a complete API for third-party applications to hook into.
There is an extensive Wiki on the use of SABnzbd. There is an extensive Wiki on the use of SABnzbd.
http://wiki.sabnzbd.org/ https://sabnzbd.org/wiki/
IMPORTANT INFORMATION about release 1.0.0: IMPORTANT INFORMATION about release 1.0.0:
http://wiki.sabnzbd.org/introducing-1-0-0 https://sabnzbd.org/wiki/introducing-1-0
Please also read the file "ISSUES.txt" Please also read the file "ISSUES.txt"

2
INSTALL.txt

@ -129,7 +129,7 @@ may help you solve problems easier.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
Visit the WIKI site: Visit the WIKI site:
http://wiki.sabnzbd.org/ https://sabnzbd.org/wiki/
------------------------------------------------------------------------------- -------------------------------------------------------------------------------

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: http://wiki.sabnzbd.org/configure-special-1-0 See: https://sabnzbd.org/wiki/configuration/1.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: http://wiki.sabnzbd.org/configure-special-1-0 See: https://sabnzbd.org/wiki/configuration/1.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: http://wiki.sabnzbd.org/configure-special-1-0 See: https://sabnzbd.org/wiki/configuration/1.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: http://wiki.sabnzbd.org/configure-special-1-0 See: https://sabnzbd.org/wiki/configuration/1.0/special

2
README.md

@ -55,7 +55,7 @@ If you want multi-language support, run:
python tools/make_mo.py python tools/make_mo.py
``` ```
Our many other command line options are explained in depth [here](http://wiki.sabnzbd.org/command-line-parameters). Our many other command line options are explained in depth [here](https://sabnzbd.org/wiki/advanced/command-line-parameters).
## About Our Repo ## About Our Repo

2
README.mkd

@ -33,7 +33,7 @@ Release Notes - SABnzbd 1.1.0Beta1
### IMPORTANT INFORMATION about release 1.0.0 ### IMPORTANT INFORMATION about release 1.0.0
<http://wiki.sabnzbd.org/introducing-1-0-0> <https://sabnzbd.org/wiki/introducing-1-0>
### Known problems and solutions ### Known problems and solutions
- Read the file "ISSUES.txt" - Read the file "ISSUES.txt"

6
interfaces/Config/templates/config.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Config"#--> <!--#set global $pane="Config"#-->
<!--#set global $help_uri="configure-1-0"#--> <!--#set global $help_uri="configuration/1.0/configure"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#--> <!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<!--#from sabnzbd.newswrapper import HAVE_SSL#--> <!--#from sabnzbd.newswrapper import HAVE_SSL#-->
@ -83,7 +83,7 @@
</tr> </tr>
<tr> <tr>
<th scope="row">$T('menu-wiki') </th> <th scope="row">$T('menu-wiki') </th>
<td><a href="http://wiki.sabnzbd.org/faq" target="_blank">http://wiki.sabnzbd.org/faq</a></td> <td><a href="https://sabnzbd.org/wiki/faq" target="_blank">https://sabnzbd.org/wiki/faq</a></td>
</tr> </tr>
<tr> <tr>
<th scope="row">$T('menu-forums') </th> <th scope="row">$T('menu-forums') </th>
@ -99,7 +99,7 @@
</tr> </tr>
<tr> <tr>
<th scope="row">$T('menu-issues') </th> <th scope="row">$T('menu-issues') </th>
<td><a href="http://wiki.sabnzbd.org/issues-1-0-0" target="_blank">http://wiki.sabnzbd.org/issues-1-0-0</a></td> <td><a href="https://sabnzbd.org/wiki/introduction/known-issues" target="_blank">https://sabnzbd.org/wiki/introduction/known-issues</a></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

2
interfaces/Config/templates/config_cat.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Categories"#--> <!--#set global $pane="Categories"#-->
<!--#set global $help_uri="configure-categories-1-0"#--> <!--#set global $help_uri="configuration/1.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="configure-folders-1-0"#--> <!--#set global $help_uri="configuration/1.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="configure-general-1-0"#--> <!--#set global $help_uri="configuration/1.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="configure-notifications-1-0"#--> <!--#set global $help_uri="configuration/1.0/notifications"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#--> <!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<div class="colmask"> <div class="colmask">

2
interfaces/Config/templates/config_rss.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="RSS"#--> <!--#set global $pane="RSS"#-->
<!--#set global $help_uri="configure-rss-1-0"#--> <!--#set global $help_uri="configuration/1.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="configure-scheduling-1-0"#--> <!--#set global $help_uri="configuration/1.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="configure-servers-1-0"#--> <!--#set global $help_uri="configuration/1.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="configure-sorting-1-0"#--> <!--#set global $help_uri="configuration/1.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="configure-special-1-0"#--> <!--#set global $help_uri="configuration/1.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="configure-switches-1-0"#--> <!--#set global $help_uri="configuration/1.0/switches"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#--> <!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<div class="colmask"> <div class="colmask">

2
interfaces/Config/templates/login/main.tmpl

@ -24,7 +24,7 @@
<div class="account-wall"> <div class="account-wall">
<div class="text-center logo-header"> <div class="text-center logo-header">
<!--#include $webdir + "/staticcfg/images/logo-full.svg"#--> <!--#include $webdir + "/staticcfg/images/logo-full.svg"#-->
<a href="http://wiki.sabnzbd.org/faq#why-login" target="_blank"> <a href="https://sabnzbd.org/wiki/faq#why-login" target="_blank">
<span class="glyphicon glyphicon-question-sign"></span> <span class="glyphicon glyphicon-question-sign"></span>
</a> </a>
</div> </div>

2
interfaces/Glitter/templates/include_overlays.tmpl

@ -612,7 +612,7 @@
<tbody> <tbody>
<tr> <tr>
<td><strong>$T('menu-wiki'):</strong></td> <td><strong>$T('menu-wiki'):</strong></td>
<td><a href="http://wiki.sabnzbd.org/" target="_blank">http://wiki.sabnzbd.org/</a></td> <td><a href="https://sabnzbd.org/wiki/" target="_blank">https://sabnzbd.org/wiki/</a></td>
</tr> </tr>
<tr> <tr>
<td><strong>$T('menu-forums'):</strong></td> <td><strong>$T('menu-forums'):</strong></td>

2
linux/sabnzbd@.service

@ -12,7 +12,7 @@
[Unit] [Unit]
Description=SABnzbd binary newsreader Description=SABnzbd binary newsreader
Documentation=http://wiki.sabnzbd.org Documentation=https://sabnzbd.org/wiki/
Wants=network-online.target Wants=network-online.target
After=network-online.target After=network-online.target

2
sabnzbd/api.py

@ -1689,7 +1689,7 @@ def build_header(prim, webdir=''):
free1 = diskfree(cfg.download_dir.get_path()) free1 = diskfree(cfg.download_dir.get_path())
free2 = diskfree(cfg.complete_dir.get_path()) free2 = diskfree(cfg.complete_dir.get_path())
header['helpuri'] = 'http://wiki.sabnzbd.org/' header['helpuri'] = 'https://sabnzbd.org/wiki/'
header['diskspace1'] = "%.2f" % free1 header['diskspace1'] = "%.2f" % free1
header['diskspace2'] = "%.2f" % free2 header['diskspace2'] = "%.2f" % free2
header['diskspace1_norm'] = to_units(free1 * GIGI) header['diskspace1_norm'] = to_units(free1 * GIGI)

2
sabnzbd/wizard.py

@ -135,7 +135,7 @@ class Wizard(object):
# Show Restart screen # Show Restart screen
info = self.info.copy() info = self.info.copy()
info['helpuri'] = 'http://wiki.sabnzbd.org/' info['helpuri'] = 'https://sabnzbd.org/wiki/'
info['session'] = cfg.api_key() info['session'] = cfg.api_key()
info['access_url'], info['urls'] = self.get_access_info() info['access_url'], info['urls'] = self.get_access_info()

Loading…
Cancel
Save