summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-07-04 21:13:23 +0300
committerAndrew Dolgov <[email protected]>2017-07-04 21:13:23 +0300
commit528780a7789d7e00ec1a7f866575d3b42bf5e283 (patch)
tree9ab30e991fedbf0e3d0ece9729d11010c91b2639
parent4021edc6cc2699ba9dbd66460cebf8e007a8137b (diff)
rename home
-rw-r--r--Home.md89
-rw-r--r--home.md88
2 files changed, 88 insertions, 89 deletions
diff --git a/Home.md b/Home.md
index f9ffa68..ec24ab0 100644
--- a/Home.md
+++ b/Home.md
@@ -1 +1,88 @@
-Welcome to Wiki! \ No newline at end of file
+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.
+
+<a href='https://tt-rss.org/images/17.1/shot.png'>(Screenshot)</a>
+
+[![](https://tt-rss.org/images/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=ADFX5QUG85N3N&lc=en_US&item_name=Tiny%20Tiny%20RSS&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
+<a href="https://www.patreon.com/cthulhoo?ty=h"><img src="https://tt-rss.org/images/patreon.png"></a>
+
+<a href="http://www.amazon.com/gp/registry/wishlist/1EEXIVLAAB4WG/ref=topnav_lists_1">My Kindle wishlist</a> (usually empty).
+
+Thanks to everyone for continued support!
+
+Sponsored by https://www.promocodewatch.com
+
+<a href="https://tt-rss.org/gitlab/explore/projects">Other projects on this site</a>
+
+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
+ - [feed aggregation / syndication](GeneratedFeeds),
+ - [keyboard shortcuts](KeyboardShortcuts),
+ - OPML import/export,
+ - multiple ways to share stuff: via RSS feeds, using plugins to
+ various social sites, sharing by URL, etc,
+ - [sharing arbitrary content through tt-rss](ShareAnything),
+ - internationalization,
+ - [Plugins](Plugins) and [themes](Themes),
+ - detecting and filtering duplicate articles,
+ - podcasts,
+ - [flexible article filtering](ContentFilters),
+ - [JSON-based API](ApiReference),
+ - and much more…
+- Official [Android client](https://tt-rss.org/gitlab/fox/tt-rss-android)
+
+Get in touch
+============
+
+**[Read the FAQ before asking questions](FAQ)**
+
+Join [community forums](https://discourse.tt-rss.org/) if you have any questions, comments or bug reports. Please don't email me with tt-rss support questions, use the forums.
+
+Previous (phpbb) forum archive is available here: https://tt-rss.org/oldforum/
+
+If you're interested in contributing code, check [this page](https://tt-rss.org/fox/tt-rss/blob/master/CONTRIBUTING.md).
+
+Requirements
+============
+
+You will need a modern 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, NAS boxes, 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 ([detailed PHP requirements](PhpCompatibilityNotes))
+- [PostgreSQL](http://www.postgresql.org) (**9.1** or newer) or
+ [MySQL](http://www.mysql.com) (**InnoDB is required**, MyISAM will
+ not work).
+
+While you can use either database, PostgreSQL should run tt-rss faster and is, in general,
+a much more reliable choice.
+
+Download
+========
+
+Tiny Tiny RSS uses a rolling release model based on [git master branch](https://tt-rss.org/gitlab/fox/tt-rss/commits/master) which is considered stable.
+
+There’s no warranty. If it breaks you get to keep both parts.
+
+Please read the [installation guide](InstallationNotes) and [UpdatingFeeds](UpdatingFeeds) before installing.
diff --git a/home.md b/home.md
deleted file mode 100644
index ec24ab0..0000000
--- a/home.md
+++ /dev/null
@@ -1,88 +0,0 @@
-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.
-
-<a href='https://tt-rss.org/images/17.1/shot.png'>(Screenshot)</a>
-
-[![](https://tt-rss.org/images/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=ADFX5QUG85N3N&lc=en_US&item_name=Tiny%20Tiny%20RSS&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
-<a href="https://www.patreon.com/cthulhoo?ty=h"><img src="https://tt-rss.org/images/patreon.png"></a>
-
-<a href="http://www.amazon.com/gp/registry/wishlist/1EEXIVLAAB4WG/ref=topnav_lists_1">My Kindle wishlist</a> (usually empty).
-
-Thanks to everyone for continued support!
-
-Sponsored by https://www.promocodewatch.com
-
-<a href="https://tt-rss.org/gitlab/explore/projects">Other projects on this site</a>
-
-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
- - [feed aggregation / syndication](GeneratedFeeds),
- - [keyboard shortcuts](KeyboardShortcuts),
- - OPML import/export,
- - multiple ways to share stuff: via RSS feeds, using plugins to
- various social sites, sharing by URL, etc,
- - [sharing arbitrary content through tt-rss](ShareAnything),
- - internationalization,
- - [Plugins](Plugins) and [themes](Themes),
- - detecting and filtering duplicate articles,
- - podcasts,
- - [flexible article filtering](ContentFilters),
- - [JSON-based API](ApiReference),
- - and much more…
-- Official [Android client](https://tt-rss.org/gitlab/fox/tt-rss-android)
-
-Get in touch
-============
-
-**[Read the FAQ before asking questions](FAQ)**
-
-Join [community forums](https://discourse.tt-rss.org/) if you have any questions, comments or bug reports. Please don't email me with tt-rss support questions, use the forums.
-
-Previous (phpbb) forum archive is available here: https://tt-rss.org/oldforum/
-
-If you're interested in contributing code, check [this page](https://tt-rss.org/fox/tt-rss/blob/master/CONTRIBUTING.md).
-
-Requirements
-============
-
-You will need a modern 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, NAS boxes, 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 ([detailed PHP requirements](PhpCompatibilityNotes))
-- [PostgreSQL](http://www.postgresql.org) (**9.1** or newer) or
- [MySQL](http://www.mysql.com) (**InnoDB is required**, MyISAM will
- not work).
-
-While you can use either database, PostgreSQL should run tt-rss faster and is, in general,
-a much more reliable choice.
-
-Download
-========
-
-Tiny Tiny RSS uses a rolling release model based on [git master branch](https://tt-rss.org/gitlab/fox/tt-rss/commits/master) which is considered stable.
-
-There’s no warranty. If it breaks you get to keep both parts.
-
-Please read the [installation guide](InstallationNotes) and [UpdatingFeeds](UpdatingFeeds) before installing.