Merge pull request #12557 from SeproDE/webui-rss

Implemented RSS reader and auto downloader in reference WebUI
This commit is contained in:
Mike Tzou
2020-06-09 14:34:56 +08:00
committed by GitHub
18 changed files with 2902 additions and 27 deletions

View File

@@ -3,6 +3,9 @@
<file>private/addpeers.html</file>
<file>private/addtrackers.html</file>
<file>private/confirmdeletion.html</file>
<file>private/confirmfeeddeletion.html</file>
<file>private/confirmruleclear.html</file>
<file>private/confirmruledeletion.html</file>
<file>private/css/Core.css</file>
<file>private/css/dynamicTable.css</file>
<file>private/css/Layout.css</file>
@@ -33,9 +36,14 @@
<file>private/images/toolbox-divider.gif</file>
<file>private/index.html</file>
<file>private/newcategory.html</file>
<file>private/newfeed.html</file>
<file>private/newfolder.html</file>
<file>private/newrule.html</file>
<file>private/newtag.html</file>
<file>private/rename.html</file>
<file>private/rename_feed.html</file>
<file>private/rename_file.html</file>
<file>private/rename_rule.html</file>
<file>private/scripts/client.js</file>
<file>private/scripts/contextmenu.js</file>
<file>private/scripts/download.js</file>
@@ -68,6 +76,8 @@
<file>private/views/preferencesToolbar.html</file>
<file>private/views/properties.html</file>
<file>private/views/propertiesToolbar.html</file>
<file>private/views/rss.html</file>
<file>private/views/rssDownloader.html</file>
<file>private/views/search.html</file>
<file>private/views/searchplugins.html</file>
<file>private/views/statistics.html</file>