summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2020-03-28 07:52:52 +0000
committerfox <[email protected]>2020-03-28 07:52:52 +0000
commit20c591d675075373df614bd4e26e28d6b59450b0 (patch)
tree3f15653f8981e324c2914fb5217e8980362c365b
parentba902737fe7a0c45f0b96a0969f2ef3d07c55108 (diff)
Update page 'FAQ'
-rw-r--r--FAQ.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/FAQ.md b/FAQ.md
index 64b052f..3896ffc 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -49,9 +49,9 @@ See also:
- <https://discourse.tt-rss.org/t/no-css-loaded-on-main-page/1957/4>
- <https://discourse.tt-rss.org/t/drop-down-menus-have-text-not-arrows/1703/5>
-- https://discourse.tt-rss.org/t/drop-down-menus-have-text-not-arrows/1703/6
-- https://discourse.tt-rss.org/t/panels-and-menu-messed-up/2208/3
-- https://discourse.tt-rss.org/t/ttrss-not-rendering-properly-missing-css/2359/26
+- <https://discourse.tt-rss.org/t/drop-down-menus-have-text-not-arrows/1703/6>
+- <https://discourse.tt-rss.org/t/panels-and-menu-messed-up/2208/3>
+- <https://discourse.tt-rss.org/t/ttrss-not-rendering-properly-missing-css/2359/26>
#### Third party theme broke after update making the UI unusable
@@ -73,7 +73,7 @@ If possible, consider using PostgreSQL for tt-rss. MySQL is supported but some m
#### MySQL/MariaDB is complaining about SQL errors in ``counters.php``
-https://community.tt-rss.org/t/troubleshoot-problems-updating-to-last-version-c0f689a58f/3344/7?u=fox
+<https://community.tt-rss.org/t/troubleshoot-problems-updating-to-last-version-c0f689a58f/3344/7?u=fox>
#### I want to migrate my data but I can't use a database dump
@@ -82,19 +82,19 @@ One common use case for this is moving from MySQL to PostgreSQL.
If you don't want to migrate your stored articles, export and import your feeds via OPML, which would also
migrate your tt-rss settings and filters.
-If you want to migrate your articles, use this plugin: https://git.tt-rss.org/fox/ttrss-data-migration/wiki
+If you want to migrate your articles, use this plugin: <https://git.tt-rss.org/fox/ttrss-data-migration/wiki>
#### 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/oldforum/viewtopic.php?f=1&t=3871&p=22884#p22884
+See this thread/post for instructions: <https://tt-rss.org/oldforum/viewtopic.php?f=1&t=3871&p=22884#p22884>
### Updating
#### Feeds stop updating for users who rarely login
-See this thread: https://tt-rss.org/oldforum/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 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.
@@ -117,8 +117,8 @@ it will get purged and imported again on every feed update causing constantly re
Please see these forum threads for more information:
-- 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
+- <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.
@@ -143,7 +143,7 @@ If feed URL is empty (or not given) tt-rss will display feed subscription dialog
You can run any RSS/Atom feed through tt-rss parser here: https://fakecake.org/myfeedsucks/
-See this thread for more information / feedback: https://community.tt-rss.org/t/my-feed-doesnt-parse-properly-or-does-it-myfeedsucks/30
+See this thread for more information / feedback: <https://community.tt-rss.org/t/my-feed-doesnt-parse-properly-or-does-it-myfeedsucks/30>
#### I need to get the number of unread articles in the simplest way.