1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-30 16:57:10 +00:00

Merge pull request #33 from waldir/master

Adjust README file so it is correctly parsed by github
This commit is contained in:
Andrew Dolgov
2012-12-11 21:47:14 -08:00
2 changed files with 28 additions and 32 deletions

32
README
View File

@@ -1,32 +0,0 @@
Tiny Tiny RSS
=============
Web-based news feed aggregator, designed to allow you to read news from
any location, while feeling as close to a real desktop application as possible.
http://tt-rss.org
Licensed under GNU GPL version 2
Copyright (c) 2005-2010 Andrew Dolgov (unless explicitly stated otherwise).
Requirements
============
* Compatible web browser (http://tt-rss.org/wiki/CompatibleBrowsers)
* Web server, for example Apache
* PHP (with support for mbstring functions)
* PostgreSQL (tested on 8.3) or MySQL (InnoDB and version 4.1+ required)
Installation Notes
==================
http://tt-rss.org/wiki/InstallationNotes
See also
========
* FAQ: http://tt-rss.org/wiki/FrequentlyAskedQuestions
* Forum: http://tt-rss.org/forum
* Wiki: http://tt-rss.org/wiki/WikiStart

28
README.md Normal file
View File

@@ -0,0 +1,28 @@
Tiny Tiny RSS
=============
Web-based news feed aggregator, designed to allow you to read news from
any location, while feeling as close to a real desktop application as possible.
http://tt-rss.org
Licensed under GNU GPL version 2
Copyright (c) 2005-2010 Andrew Dolgov (unless explicitly stated otherwise).
## Requirements
* Compatible web browser (http://tt-rss.org/wiki/CompatibleBrowsers)
* Web server, for example Apache
* PHP (with support for mbstring functions)
* PostgreSQL (tested on 8.3) or MySQL (InnoDB and version 4.1+ required)
## Installation Notes
http://tt-rss.org/wiki/InstallationNotes
## See also
* FAQ: http://tt-rss.org/wiki/FrequentlyAskedQuestions
* Forum: http://tt-rss.org/forum
* Wiki: http://tt-rss.org/wiki/WikiStart