summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-25 20:59:50 +0300
committerAndrew Dolgov <[email protected]>2015-07-25 20:59:50 +0300
commit50ff9156c100829d806aa7e2688314531bfc6880 (patch)
tree6df0e995409d5c016f8eadeab89b3985d84ac7dc
parentfb391171d0c2695156595a66cd7cf523e0fa4d68 (diff)
fox created page: FeedBrowser
-rw-r--r--FeedBrowser.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/FeedBrowser.md b/FeedBrowser.md
new file mode 100644
index 0000000..459d8c4
--- /dev/null
+++ b/FeedBrowser.md
@@ -0,0 +1,17 @@
+Feed Browser or “Other Feeds”
+=============================
+
+Feed browser shows feeds subscribed by other users of the instance which
+are not marked as private, have no login information entered and are not
+already subscribed by the user.
+
+Data cache, applies since 1.2.31
+--------------------------------
+
+To minimize the time spent by generating the feeds index, Feed Browser
+uses a cache of subscription information. This cache can be generated
+with two ways:
+
+- Update daemon handles feed browser cache automatically. If you are
+ using update daemon, you don’t have to do anything else.
+- Manually by running <code>update.php —feedbrowser</code>