Change Hello theme address
This commit is contained in:
parent
6e13e1519a
commit
93b4d7dea7
@ -6,40 +6,22 @@ Miniflux is a minimalist and web-based RSS reader.
|
|||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
|
|
||||||
### Host almost anywhere
|
- Host almost anywhere
|
||||||
|
- Readability (CSS optimized for readability, responsive design)
|
||||||
- Your Raspberry Pi, a shared web-hosting, a virtual machine or localhost
|
|
||||||
- Easy setup => copy and paste the source code and you are done!
|
- Easy setup => copy and paste the source code and you are done!
|
||||||
- Use a lightweight Sqlite database instead of Mysql or Postgresql
|
- Use a lightweight Sqlite database instead of Mysql or Postgresql
|
||||||
|
|
||||||
### Readability
|
|
||||||
|
|
||||||
- CSS optimized for readability
|
|
||||||
- Responsive design
|
|
||||||
|
|
||||||
### Privacy and security
|
|
||||||
|
|
||||||
- Remove Feedburner Ads and analytics trackers (1x1 pixels)
|
- Remove Feedburner Ads and analytics trackers (1x1 pixels)
|
||||||
- Open external links inside a new tab with a `rel="noreferrer"` attribute
|
- Open external links inside a new tab with a `rel="noreferrer"` attribute
|
||||||
- Use secure HTTP headers (only external images and Youtube/Vimeo/Dailymotion videos are allowed)
|
- Use secure HTTP headers (only external images and Youtube/Vimeo/Dailymotion videos are allowed)
|
||||||
- Article content is filtered before being displayed
|
- Article content is filtered before being displayed
|
||||||
|
|
||||||
### Polyglot
|
|
||||||
|
|
||||||
- Translated in English, French, German, Italian, Czech, Spanish, Portuguese and Simplified Chinese
|
- Translated in English, French, German, Italian, Czech, Spanish, Portuguese and Simplified Chinese
|
||||||
- RTL languages support
|
- RTL languages support
|
||||||
|
|
||||||
### Awesome features
|
|
||||||
|
|
||||||
- Keyboard shortcuts
|
- Keyboard shortcuts
|
||||||
- Full article download for feeds that display only a summary
|
- Full article download for feeds that display only a summary
|
||||||
- Bookmarks
|
- Bookmarks
|
||||||
- Send your favorite articles to Pinboard and Instapaper
|
- Send your favorite articles to Pinboard and Instapaper
|
||||||
- Enclosure support (videos and podcasts)
|
- Enclosure support (videos and podcasts)
|
||||||
- Feed updates via a cronjob or with the user interface with one click
|
- Feed updates via a cronjob or with the user interface with one click
|
||||||
|
|
||||||
### More
|
|
||||||
|
|
||||||
- Keeps history of read items
|
- Keeps history of read items
|
||||||
- Import/Export of OPML feeds
|
- Import/Export of OPML feeds
|
||||||
- Themes
|
- Themes
|
||||||
@ -81,6 +63,7 @@ External projects build around Miniflux:
|
|||||||
|
|
||||||
- [Miniflux embedded](https://github.com/repat/miniflux-embedded-android) is an Android app for Miniflux. It's basically an embedded WebView that saves your Miniflux URL and cookies. [Download on the Play Store](https://play.google.com/store/apps/details?id=de.repat.embeddedminiflux).
|
- [Miniflux embedded](https://github.com/repat/miniflux-embedded-android) is an Android app for Miniflux. It's basically an embedded WebView that saves your Miniflux URL and cookies. [Download on the Play Store](https://play.google.com/store/apps/details?id=de.repat.embeddedminiflux).
|
||||||
- [munin-miniflux](https://github.com/dewey/munin-plugins/tree/master/munin-miniflux) is a munin wildcard plugin to draw graphs of your miniflux read and unread count.
|
- [munin-miniflux](https://github.com/dewey/munin-plugins/tree/master/munin-miniflux) is a munin wildcard plugin to draw graphs of your miniflux read and unread count.
|
||||||
|
- [List of themes](docs/themes.markdown)
|
||||||
|
|
||||||
Todo and known bugs
|
Todo and known bugs
|
||||||
-------------------
|
-------------------
|
||||||
|
@ -37,7 +37,7 @@ You can download them from [the official Miniflux repositories](https://github.c
|
|||||||
- [Cards by Augustin Lacour](https://github.com/miniflux/theme-cards)
|
- [Cards by Augustin Lacour](https://github.com/miniflux/theme-cards)
|
||||||
- [Copper by Nicolas Dewaele](https://github.com/miniflux/theme-copper)
|
- [Copper by Nicolas Dewaele](https://github.com/miniflux/theme-copper)
|
||||||
- [Green by Maxime](https://github.com/miniflux/theme-green)
|
- [Green by Maxime](https://github.com/miniflux/theme-green)
|
||||||
- [Hello by Mirado ZAKASOA](https://github.com/miniflux/theme-hello)
|
- [Hello by Mirado ZAKASOA](https://github.com/meradoou/hello)
|
||||||
- [Midnight by Luca Marra](https://github.com/miniflux/theme-midnight)
|
- [Midnight by Luca Marra](https://github.com/miniflux/theme-midnight)
|
||||||
- [NoStyle by Frederic Guillot](https://github.com/miniflux/theme-nostyle)
|
- [NoStyle by Frederic Guillot](https://github.com/miniflux/theme-nostyle)
|
||||||
- [Still by Franklin Delehelle](https://github.com/miniflux/theme-still)
|
- [Still by Franklin Delehelle](https://github.com/miniflux/theme-still)
|
||||||
|
Loading…
Reference in New Issue
Block a user