summaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authorfox <[email protected]>2019-03-04 04:57:42 +0000
committerfox <[email protected]>2019-03-04 04:57:42 +0000
commit8822a08e7cc999332d0bd92090cd7cbabe8c3181 (patch)
treecacff972a1cad3ab48c6e681febf78ae060c96d0 /FAQ.md
parent236b429bf5a4b84d6f106e0b9ee203a720281282 (diff)
Update page 'FAQ'
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/FAQ.md b/FAQ.md
index b5d3b10..b9453a6 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -16,6 +16,8 @@ Use PostgreSQL if you can. MySQL is supported but some minor features may be exc
<code>https://example.com/tt-rss/public.php?op=subscribe&feed\_url=%s</code>
+If feed URL is empty (or not given) tt-rss will display feed subscription dialog.
+
#### I need to get the number of unread articles in the simplest way.
<code>https://example.com/tt-rss/backend.php?op=getUnread&login=LOGIN</code>