summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-25 20:12:20 +0300
committerAndrew Dolgov <[email protected]>2015-07-25 20:12:20 +0300
commitfdb8f8d9eaa4cf2855aa52bfcd7c8bff882515cf (patch)
tree97dab244f7606540edba685d32ab8858e6d6dec6
parentce9823dbae5342a288f21c6e962a4720457bd80b (diff)
fox created page: home
-rw-r--r--home.md64
1 files changed, 30 insertions, 34 deletions
diff --git a/home.md b/home.md
index 1ba68b1..3a4b2a2 100644
--- a/home.md
+++ b/home.md
@@ -2,52 +2,56 @@ 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\]\]
+[[Screenshots]]
-Sponsored by [Dealspotr]
+Sponsored by [Dealspotr](http://dealspotr.com/)
Features
========
- Server-side AJAX-powered application, user only needs a web browser.
-- Free software, licensed under [GNU GPLv3]
+- 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\]\],
+ - [[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\]\],
+ - [[ShareAnything|sharing arbitrary content through tt-rss]],
+ - [[MobileVersion|mobile devices]],
- internationalization,
- - \[\[Plugins|various plugins\]\] and \[\[Themes|themes\]\],
+ - [[Plugins|various plugins]] and [[Themes|themes]],
- detecting and filtering duplicate articles,
- podcasts,
- - \[\[ContentFilters|flexible article filtering\]\],
- - \[\[JsonApiReference|JSON-based API\]\],
+ - [[ContentFilters|flexible article filtering]],
+ - [[JsonApiReference|JSON-based API]],
- and much more…
-- Official [Android client]
+- Official [Android
+ client](http://tt-rss.org/redmine/projects/tt-rss-android/wiki)
Get in touch
============
-Join [community forums] if you have any questions, comments or bug
-reports.
+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.
+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] stack or compatible.
+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
@@ -56,10 +60,11 @@ 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] (**9.1** or newer) or [MySQL] (**InnoDB is required**,
- MyISAM will not work).
+- 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.
@@ -67,20 +72,11 @@ faster.
Download
========
-Tiny Tiny RSS uses a [rolling release] model based on [git master]
-branch which is considered stable.
+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.
-
- [Dealspotr]: http://dealspotr.com/
- [GNU GPLv3]: http://www.gnu.org/copyleft/gpl.html
- [Android client]: http://tt-rss.org/redmine/projects/tt-rss-android/wiki
- [community forums]: http://tt-rss.org/forum
- [LAMP]: http://en.wikipedia.org/wiki/LAMP_(software_bundle)
- [PostgreSQL]: http://www.postgresql.org
- [MySQL]: http://www.mysql.com
- [rolling release]: http://tt-rss.org/forum/viewtopic.php?f=10&t=3262
- [git master]: /git \ No newline at end of file
+Please read [[InstallationNotes|installation guide]] and
+[[UpdatingFeeds]] before installing.