summaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-04-24 08:50:32 +0300
committerAndrew Dolgov <[email protected]>2017-04-24 08:50:32 +0300
commit820adc4cd4ad7c7961946d859274b8e6eea685b3 (patch)
tree4ed753bcfddd6ff8a40a591951540e89e97550b9 /FAQ.md
parent6630beda84c603405da7ee0d7588f98bb0d0888b (diff)
fox deleted page: HowToContribute
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/FAQ.md b/FAQ.md
index 2f838e8..b8a9223 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -18,8 +18,7 @@ One of the extensions that causes such problems is Lastpass.
### What should I use - MySQL or PostgreSQL?
-PostgreSQL should give you much better performance, especially if you
-tune it a bit.
+PostgreSQL should give you much better performance, especially if you tune it a bit.
### I need a URL I can call to subscribe to feed to integrate with some third party browser extension/application.
@@ -29,8 +28,6 @@ SELF\_URL\_PATH = http://your.ttrss.server/tt-rss/
### I need to get the number of unread articles in the simplest way.
-([Forum thread](http://tt-rss.org/oldforum/viewtopic.php?p=415))
-
<code>SELF\_URL\_PATH/backend.php?op=getUnread&login=LOGIN</code>
No password required. In single user mode, use “admin” for login.