Skip to content

Commit

Permalink
Fix and update links in webui (#177)
Browse files Browse the repository at this point in the history
- fixed license links
- fixed links from nzbget.conf in webui
  • Loading branch information
dnzbk authored Feb 21, 2024
1 parent 4023449 commit 0cc6023
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion webui/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ var Config = (new function($)
});

// replace URLs
exp = /(http:\/\/[-A-Z0-9+&@#\/%?=~_|!:,.;]*[-A-Z0-9+&@#\/%=~_|])/ig;
exp = /(https?:\/\/[-A-Z0-9+&@#\/%?=~_|!:,.;]*[-A-Z0-9+&@#\/%=~_|])/ig;
htmldescr = htmldescr.replace(exp, "<a href='$1'>$1</a>");

// highlight first line
Expand Down
20 changes: 10 additions & 10 deletions webui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -601,27 +601,27 @@ <h4>Copyright</h4>
<p>Additional exemption: compiling, linking, and/or using OpenSSL is allowed.</p>

<h4>Par2</h4>
<p>NZBGet uses <a href="http://parchive.sourceforge.net">Par2</a> by Peter Brian Clements with library interface by Francois Lesueur.</p>
<p>Par2 is licensed under the <a href="http://github.com/jquery/jquery/blob/master/GPL-LICENSE.txt">GPL license</a>.</p>
<p>NZBGet uses <a href="https://parchive.sourceforge.net/">Par2</a> by Peter Brian Clements with library interface by Francois Lesueur.</p>
<p>Par2 is licensed under the <a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html">GPLv2 license</a>.</p>

<h4>jQuery</h4>
<p>NZBGet web-interface uses <a href="http://jquery.com">jQuery</a>. The jQuery Project is run by a distributed group of volunteers that all want to see jQuery become the best JavaScript tool possible.</p>
<p>jQuery is licensed under the <a href="http://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt">MIT</a> and <a href="http://github.com/jquery/jquery/blob/master/GPL-LICENSE.txt">GPL</a> licenses.</p>
<p>jQuery is licensed under the <a href="https://jquery.com/license/">MIT</a> license.</p>

<h4>Bootstrap</h4>
<p>NZBGet web-interface uses <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap</a>. Designed and built with all the love in the world @twitter by @mdo and @fat.</p>
<p>Bootstrap code is licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License v2.0</a>.</p>
<p>NZBGet web-interface uses <a href="https://getbootstrap.com/2.3.2/">Bootstrap</a>. Designed and built with all the love in the world @twitter by @mdo and @fat.</p>
<p>Bootstrap code is licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License v2.0</a>.</p>

<h4>Raphaël</h4>
<p>NZBGet web-interface makes use of <a href="http://raphaeljs.com">Raphaël</a> built by Dmitry Baranovskiy.</p>
<p>Raphaël code is licensed under the <a href="http://raphaeljs.com/license.html">MIT license</a>.</p>
<p>NZBGet web-interface makes use of <a href="https://dmitrybaranovskiy.github.io/raphael/">Raphaël</a> built by Dmitry Baranovskiy.</p>
<p>Raphaël code is licensed under the <a href="https://dmitrybaranovskiy.github.io/raphael/license.html">MIT license</a>.</p>

<h4>Elycharts</h4>
<p>For charts NZBGet relies on <a href="http://elycharts.com">Elycharts</a> by Void Labs s.n.c.</p>
<p>Elycharts code is licensed under the <a href="http://creativecommons.org/licenses/MIT/">MIT license</a>.</p>
<p>For charts NZBGet relies on <a href="https://elycharts.com/">Elycharts</a> by Void Labs s.n.c.</p>
<p>Elycharts code is licensed under the <a href="https://elycharts.com/license/">MIT license</a>.</p>

<h4>iconSweets</h4>
<p>NZBGet web-interface includes selected icons from collections <a href="http://www.iconsweets.com/">iconSweets</a> and <a href="http://www.iconsweets2.com/">iconSweets2</a> by <a href="http://yummygum.com">Yummygum</a>.</p>
<p>NZBGet web-interface includes selected icons from collections <a href="https://designbombs.com/iconsweets/">iconSweets</a> and <a href="https://www.designbombs.com/iconsweets2/">iconSweets2</a> by <a href="https://yummygum.com/">Yummygum</a>.</p>
<p>The icons are generally licensed under a custom license but used in NZBGet with author's permission.</p>

<h4>Boost</h4>
Expand Down

0 comments on commit 0cc6023

Please sign in to comment.