summaryrefslogtreecommitdiff
path: root/home.md
blob: 3a4b2a233fad359835d4320e8d0b698c285770ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
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.

[[Screenshots]]

Sponsored by [Dealspotr](http://dealspotr.com/)

Features
========

-   Server-side AJAX-powered application, user only needs a web browser.
-   Free software, licensed under [GNU
    GPLv3](http://www.gnu.org/copyleft/gpl.html)
-   Self-hosted: control your own data and protect your privacy instead
    of depending on a cloud service which may be discontinued at any
    moment
-   Supports
    -   [[GeneratedFeeds|feed aggregation / syndication]],
    -   [[KeyboardShortcuts|keyboard shortcuts]],
    -   OPML import/export,
    -   multiple ways to share stuff: via RSS feeds, using plugins to
        various social sites, sharing by URL, etc,
    -   [[ShareAnything|sharing arbitrary content through tt-rss]],
    -   [[MobileVersion|mobile devices]],
    -   internationalization,
    -   [[Plugins|various plugins]] and [[Themes|themes]],
    -   detecting and filtering duplicate articles,
    -   podcasts,
    -   [[ContentFilters|flexible article filtering]],
    -   [[JsonApiReference|JSON-based API]],
    -   and much more…
-   Official [Android
    client](http://tt-rss.org/redmine/projects/tt-rss-android/wiki)

Get in touch
============

Join [community forums](http://tt-rss.org/forum) if you have any
questions, comments or bug reports.

Requirements
============

You need a [[CompatibleBrowsers|compatible web browser]] on the client
side.

Server-side
-----------

You will need a dedicated web hosting account (i.e. a VDS) or access to
a physical server running generic modern
[LAMP](http://en.wikipedia.org/wiki/LAMP_(software_bundle)) stack or
compatible.

Everything else, including, but not limited to, shared hosting accounts,
windows and other alternative OSes, free tiers of PaaS services of any
kind, is not supported. Not supported in this case meaning: it may work
in your particular case but if you have problems you are on your own.

Additionally, tt-rss requires:

-   PHP version **5.4** or newer ([[PhpCompatibilityNotes|detailed PHP
    requirements]])
-   [PostgreSQL](http://www.postgresql.org) (**9.1** or newer) or
    [MySQL](http://www.mysql.com) (**InnoDB is required**, MyISAM will
    not work).

You can use either of the databases, but PostgreSQL should run tt-rss
faster.

Download
========

Tiny Tiny RSS uses a [rolling
release](http://tt-rss.org/forum/viewtopic.php?f=10&t=3262) model based
on [git master](/git) branch which is considered stable.

There’s no warranty. If it breaks you get to keep both parts.

Please read [[InstallationNotes|installation guide]] and
[[UpdatingFeeds]] before installing.