summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2017-12-14 15:40:56 +0000
committerfox <[email protected]>2017-12-14 15:40:56 +0000
commit9af6ebc94c53cffb1438128b44fc44c9d41de5ce (patch)
tree0e569e1f38fc7f51cbe93d6f4abbfd773ad39689
parentdbf6cb69877522e43799702c24292e43c27d2799 (diff)
Update page 'Home'
-rw-r--r--Home.md20
1 files changed, 9 insertions, 11 deletions
diff --git a/Home.md b/Home.md
index 9cb0d49..dc1b6bd 100644
--- a/Home.md
+++ b/Home.md
@@ -1,4 +1,4 @@
-Tiny Tiny RSS is an open source web-based news feed (RSS/Atom) reader
+**Tiny Tiny RSS** is an open source web-based news feed (RSS/Atom) reader
and aggregator, designed to allow you to read news from any location,
while feeling as close to a real desktop application as possible.
@@ -39,8 +39,7 @@ Features
- and much moreā€¦
- Official [Android client](https://tt-rss.org/tt-rss-android)
-Get in touch
-============
+## Get in touch
**[Read the FAQ before asking questions](wiki/FAQ)**
@@ -50,13 +49,11 @@ Previous (phpbb) forum archive is available <a href="https://tt-rss.org/oldforum
If you're interested in contributing code, check [this page](https://git.tt-rss.org/git/tt-rss/src/master/CONTRIBUTING.md).
-Requirements
-============
+## Requirements
You will need a modern web browser on the client side.
-Server-side
------------
+### Server-side
You will need a dedicated web hosting account (i.e. a VDS) or access to
a physical server running [LAMP](http://en.wikipedia.org/wiki/LAMP_(software_bundle)) stack.
@@ -70,13 +67,14 @@ Additionally, tt-rss requires:
- PHP version **5.4** or newer ([detailed PHP requirements](wiki/PhpCompatibilityNotes))
- [PostgreSQL](http://www.postgresql.org) (**9.1** or newer) or
- [MySQL](http://www.mysql.com) (**InnoDB IS REQUIRED, MYISAM WILL NOT WORK!**).
+ [MySQL](http://www.mysql.com) - InnoDB is required.
While you can use either database, PostgreSQL should run tt-rss faster and is, in general,
-a much more reliable choice.
+a much more reliable choice.
-Download
-========
+**Important:** only InnoDB database engine is supported on MySQL. While you technically can force tt-rss schema under MyISAM you will experience various glitches due to missing functionality (foreign keys, cascade deletes, etc.) that tt-rss actively uses.
+
+## Download
Tiny Tiny RSS uses a rolling release model based on <a href="https://git.tt-rss.org/git/tt-rss/src/master">git master branch</a> which is considered stable.