miniflux-legacy/README.markdown

106 lines
3.4 KiB
Markdown
Raw Normal View History

2013-03-17 23:16:25 +01:00
Miniflux - Minimalist News Reader
2013-02-18 03:48:21 +01:00
=================================
Miniflux is a minimalist web-based news reader. _Less is more_.
2013-02-18 03:48:21 +01:00
Features
--------
- Host anywhere (shared hosting, vps or localhost)
- Easy setup => copy and paste and you are done!
- CSS optimized for readability
2013-07-04 13:01:14 +02:00
- Keeps history of read items
2013-02-18 03:48:21 +01:00
- Remove Feedburner Ads and analytics trackers
2013-07-04 13:01:14 +02:00
- Import/Export of OPML feeds
- Feed updates via a cronjob or with the user interface with one click
- Use secure HTTP headers (only external images and Youtube/Vimeo/Dailymotion videos are allowed)
2013-02-24 20:09:16 +01:00
- Open external links inside a new tab with a `rel="noreferrer"` attribute
2013-03-17 23:16:25 +01:00
- Mobile CSS (responsive design)
- Keyboard shortcuts
2013-06-15 05:22:22 +02:00
- Basic bookmarks
- Translated in English, French, German, Italian, Czech, Spanish, Portuguese and Simplified Chinese
2014-03-17 03:17:44 +01:00
- RTL languages support
- Themes
- Alternative login with a Google Account or Mozilla Persona
- **Full article download for feeds that display only a summary** (website scraper based on Xpath rules)
2014-03-30 22:12:34 +02:00
- Auto-update from the user interface
- Multiple databases (each user has his own database)
2013-02-18 03:48:21 +01:00
2013-04-06 03:52:58 +02:00
Todo and known bugs
-------------------
2013-02-18 03:48:21 +01:00
2013-04-06 03:52:58 +02:00
- See Issues: <https://github.com/fguillot/miniflux/issues>
2013-02-18 03:48:21 +01:00
2013-03-17 23:30:07 +01:00
License
-------
- AGPL: <http://www.gnu.org/licenses/agpl-3.0.txt>
2013-04-06 03:58:17 +02:00
Authors
-------
2013-07-09 00:31:25 +02:00
Original author: [Frédéric Guillot](http://fredericguillot.com/)
### Contributors
2013-09-19 23:54:50 +02:00
People who sent a pull-request, report a bug, make a new theme or share a super cool idea:
2013-07-09 00:31:25 +02:00
- André Kelpe: https://github.com/fs111
- Ayodio: https://github.com/ayodio
2013-08-04 20:26:46 +02:00
- Bjauy: https://github.com/bjauy
- Bohwaz: https://github.com/bohwaz
2013-08-18 18:28:15 +02:00
- Chase Arnold: https://github.com/chase4926
2013-07-20 03:01:55 +02:00
- Chris Lemonier: https://github.com/chrislemonier
2013-11-23 04:49:52 +01:00
- Delehef: https://github.com/delehef
2013-07-09 00:31:25 +02:00
- Derjus: https://github.com/derjus
- Eauland: https://github.com/eauland
- Félix: https://github.com/dysosmus
- Geriel Castro: https://github.com/GerielCastro
- Hika0: https://github.com/hika0
2013-07-09 00:31:25 +02:00
- Horsely: https://github.com/horsley
2013-07-14 18:35:11 +02:00
- Ing. Jan Kaláb: https://github.com/Pitel
- Itoine: https://github.com/itoine
2013-07-21 17:11:41 +02:00
- James Scott-Brown: https://github.com/jamesscottbrown
2013-07-09 00:31:25 +02:00
- Luca Marra: https://github.com/facciocose
2013-07-20 15:10:17 +02:00
- Maxime: https://github.com/EpocDotFr
2013-07-09 00:31:25 +02:00
- MonsieurPaulLeBoulanger: https://github.com/MonsieurPaulLeBoulanger
- Necku: https://github.com/Necku
- Nicolas Dewaele: http://adminrezo.fr/
2014-02-18 04:04:49 +01:00
- Pcwalden: https://github.com/pcwalden
2014-02-28 23:41:25 +01:00
- Pitel: https://github.com/Pitel
- Silvus: https://github.com/Silvus
2013-12-18 03:45:03 +01:00
- Skasi7: https://github.com/skasi7
2013-07-09 00:31:25 +02:00
- Thiriot Christophe: https://github.com/doubleface
- Vincent Ozanam
2013-07-09 00:31:25 +02:00
- Ygbillet: https://github.com/ygbillet
Many people also sent bug reports and feature requests.
2013-07-09 00:39:07 +02:00
ChangeLog
2013-07-09 00:40:19 +02:00
---------
2013-07-09 00:39:07 +02:00
- <http://miniflux.net/changes.html>
2013-04-06 03:58:17 +02:00
2013-02-18 03:48:21 +01:00
Requirements
------------
2014-01-05 19:28:38 +01:00
- Recent version of libxml2 >= 2.7.x (version 2.6.32 on Debian Lenny is not supported anymore)
- PHP >= 5.3.3
2013-03-17 23:16:25 +01:00
- PHP XML extensions (SimpleXML, DOM...)
2013-04-06 03:52:58 +02:00
- PHP Sqlite extension
2014-01-05 19:28:38 +01:00
- cURL extension for PHP or stream context with (`allow_url_fopen=On`)
- Short tags enabled for PHP < 5.4
2013-02-18 03:48:21 +01:00
Documentation
-------------
- [Installation and updates](docs/installation-and-updates.markdown)
- [Cronjob](docs/cronjob.markdown)
- [Advanced configuration](docs/config.markdown)
- [Full article download](docs/full-article-download.markdown)
- [Translations](docs/translations.markdown)
- [Themes](docs/themes.markdown)
- [Session](docs/session.markdown)
- [API documentation](http://miniflux.net/api.html)
- [FAQ](docs/faq.markdown)