feeds-fun 1.4.0 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -2,9 +2,17 @@
|
|
|
2
2
|
<side-panel-layout :reload-button="false">
|
|
3
3
|
<template #main-header> Discovery </template>
|
|
4
4
|
|
|
5
|
+
<h2>Lood feeds from an OPML file</h2>
|
|
6
|
+
|
|
5
7
|
<opml-upload />
|
|
6
8
|
|
|
7
|
-
<
|
|
9
|
+
<h2>Search for a feed</h2>
|
|
10
|
+
|
|
11
|
+
<div class="ffun-info-attention">
|
|
12
|
+
<p> The discovery feature is experimental and might not work on all websites. </p>
|
|
13
|
+
|
|
14
|
+
<p> If we can’t find a feed for a site, try finding the feed's URL manually, then enter it in the form. </p>
|
|
15
|
+
</div>
|
|
8
16
|
|
|
9
17
|
<discovery-form />
|
|
10
18
|
</side-panel-layout>
|