summaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-04-24 08:37:01 +0300
committerAndrew Dolgov <[email protected]>2017-04-24 08:37:01 +0300
commit37e434718b6ed40c44c9931fb416825b2667a0b3 (patch)
tree6095da102bfa43840489dd14976e88d6330e6d3e /FAQ.md
parent1ca6115e388621ad33787a7933434d44cb1de222 (diff)
fox deleted page: HowToContribute
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md41
1 files changed, 6 insertions, 35 deletions
diff --git a/FAQ.md b/FAQ.md
index bdf4604..a41c810 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -1,27 +1,11 @@
Frequently Asked Questions
==========================
-### But I want to fix stuff and post merge requests!
-
-[Here's the relevant wiki page](HowToContribute)
-
-### I’m on a shared hosting, and… / I’m using some third-party package of tt-rss and/or a third party hosted service
-
-If you didn’t download it yourself from this site and use it on your own
-VDS, preferably using Git, your installation is not supported.
-
-Although we do have a [special
-subforum](http://tt-rss.org/forum/viewforum.php?f=24) for people with
-shared hosting related questions. You can try posting there.
-
### I’m using lastpass and stuff is broken
Lastpass arbitrarily breaks tt-rss forms preventing various stuff like
saving settings from functioning properly. Why? Ask lastpass developers.
-See also:
-http://tt-rss.org/forum/viewtopic.php?f=1&t=2060&start=15\#p17969
-
### I’m experiencing random failures / UI glitches (error codes 6 & 7)
Almost every time those are caused by malfunctioning and/or badly
@@ -32,17 +16,11 @@ breaks things.
One of the extensions that causes such problems is Lastpass.
-Also, see this forum thread:
-http://tt-rss.org/forum/viewtopic.php?f=1&t=2060
-
### What should I use - MySQL or PostgreSQL?
PostgreSQL should give you much better performance, especially if you
tune it a bit.
-See also: [this
-thread](http://tt-rss.org/forum/viewtopic.php?f=1&t=2053&start=45#p11015)
-
### I need a URL I can call to subscribe to feed to integrate with some third party browser extension/application.
<code>SELF\_URL\_PATH/public.php?op=subscribe&feed\_url=%s</code>
@@ -51,7 +29,7 @@ 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/forum/viewtopic.php?p=415))
+([Forum thread](http://tt-rss.org/oldforum/viewtopic.php?p=415))
<code>SELF\_URL\_PATH/backend.php?op=getUnread&login=LOGIN</code>
@@ -59,7 +37,7 @@ No password required. In single user mode, use “admin” for login.
### Feeds stop updating for users who rarely login
-See this thread: https://tt-rss.org/forum/viewtopic.php?f=1&t=2909&p=23459#p17145
+See this thread: https://tt-rss.org/oldforum/viewtopic.php?f=1&t=2909&p=23459#p17145
### I have used the update daemon before, but switched away from it. However, the UI keeps nagging me about the daemon not running or not updating feeds or whatever.
@@ -85,8 +63,8 @@ relevant for rarely updated feeds.
Please see these forum threads for more information:
-- http://tt-rss.org/forum/viewtopic.php?f=1&t=792
-- http://tt-rss.org/forum/viewtopic.php?f=9&t=560&p=2649&hilit=delete\#p2649
+- http://tt-rss.org/oldforum/viewtopic.php?f=1&t=792
+- http://tt-rss.org/oldforum/viewtopic.php?f=9&t=560&p=2649&hilit=delete\#p2649
You can see article import date if you mouse over displayed date in
tt-rss web UI.
@@ -97,8 +75,6 @@ Related question:
Because the articles are still in the feed and get imported again.
-http://tt-rss.org/forum/viewtopic.php?f=1&t=2020&p=10635\#p10635
-
### Using Firefox, “OPML Import window” always visible in Preferences
Apparently it’s some addon or a browser setting problem, using clean
@@ -108,18 +84,13 @@ See also: \#649
### Tasker client doesn't work
-Read this thread: https://tt-rss.org/forum/viewtopic.php?f=16&t=3876
+Read this thread: https://tt-rss.org/oldforum/viewtopic.php?f=16&t=3876
### Schema upgrade fails on MySQL 5.7 (and newer)
Error message: <code>Invalid default value for 'last_updated'</code>
-See this thread/post for instructions: https://tt-rss.org/forum/viewtopic.php?f=1&t=3871&p=22884#p22884
-
-### Embedded video doesn’t work properly in articles
-
-What you’re looking for is [videoframes
-plugin](http://tt-rss.org/redmine/projects/tt-rss/wiki/Plugins#Enable-embedded-videos-in-feeds-videoframes)
+See this thread/post for instructions: https://tt-rss.org/oldforum/viewtopic.php?f=1&t=3871&p=22884#p22884
### I have HTTP authentication enabled and get “Your access level is insufficient to run this script” error on login