Merge pull-request #425
This commit is contained in:
commit
b29b85ce15
@ -1,7 +1,7 @@
|
||||
Contributors
|
||||
============
|
||||
|
||||
Original author: Frédéric Guillot
|
||||
Original author: [Frédéric Guillot](https://github.com/fguillot)
|
||||
|
||||
List of contributors:
|
||||
|
||||
|
@ -19,6 +19,7 @@ Features
|
||||
- Keyboard shortcuts
|
||||
- Full article download for feeds that display only a summary
|
||||
- Bookmarks
|
||||
- Groups for categorization of feeds (like folders or tags)
|
||||
- Send your favorite articles to Pinboard and Instapaper
|
||||
- Enclosure support (videos and podcasts)
|
||||
- Feed updates via a cronjob or with the user interface with one click
|
||||
@ -64,7 +65,7 @@ License
|
||||
Authors
|
||||
-------
|
||||
|
||||
- Original author: Frédéric Guillot
|
||||
- Original author: [Frédéric Guillot](https://github.com/fguillot)
|
||||
- [List of contributors](CONTRIBUTORS.md)
|
||||
|
||||
Related projects
|
||||
|
@ -4,10 +4,13 @@ Fever API
|
||||
Miniflux support the [Fever API](http://feedafever.com/api).
|
||||
That means you can use mobile applications compatible with Fever.
|
||||
|
||||
This feature have been tested with the following apps:
|
||||
This feature has been tested with the following apps:
|
||||
|
||||
- [Press for Android](http://twentyfivesquares.com/press/)
|
||||
- [Reeder 2](http://reederapp.com/) (iOS and OS X)
|
||||
- [Reeder 3](http://reederapp.com/) (OS X)
|
||||
- [ReadKit](http://readkitapp.com/) (OS X)
|
||||
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
@ -24,11 +27,10 @@ Multiple databases/users
|
||||
|
||||
Multiple databases can be used with the Fever API if you have Apache and the `mod_rewrite` enabled.
|
||||
|
||||
The Fever URL becomes `http:///your_miniflux_url/myuser.sqlite/`.
|
||||
The Fever URL becomes `http://your_miniflux_url/myuser.sqlite/`.
|
||||
|
||||
Notes
|
||||
-----
|
||||
|
||||
- Links, sparks, kindling and groups are not supported.
|
||||
- All feeds will be under a category "All" because Miniflux doesn't support categories.
|
||||
- Links, sparks and kindlings are not supported.
|
||||
- Only JSON responses are handled.
|
||||
|
Loading…
Reference in New Issue
Block a user