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
|
||||
--------
|
||||
|
||||
### Host almost anywhere
|
||||
|
||||
- Your Raspberry Pi, a shared web-hosting, a virtual machine or localhost
|
||||
- Host almost anywhere
|
||||
- Readability (CSS optimized for readability, responsive design)
|
||||
- Easy setup => copy and paste the source code and you are done!
|
||||
- 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)
|
||||
- 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)
|
||||
- Article content is filtered before being displayed
|
||||
|
||||
### Polyglot
|
||||
|
||||
- Translated in English, French, German, Italian, Czech, Spanish, Portuguese and Simplified Chinese
|
||||
- RTL languages support
|
||||
|
||||
### Awesome features
|
||||
|
||||
- Keyboard shortcuts
|
||||
- Full article download for feeds that display only a summary
|
||||
- Bookmarks
|
||||
- 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
|
||||
|
||||
### More
|
||||
|
||||
- Keeps history of read items
|
||||
- Import/Export of OPML feeds
|
||||
- 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).
|
||||
- [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
|
||||
-------------------
|
||||
|
@ -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)
|
||||
- [Copper by Nicolas Dewaele](https://github.com/miniflux/theme-copper)
|
||||
- [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)
|
||||
- [NoStyle by Frederic Guillot](https://github.com/miniflux/theme-nostyle)
|
||||
- [Still by Franklin Delehelle](https://github.com/miniflux/theme-still)
|
||||
|
Loading…
Reference in New Issue
Block a user