You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-19Lines changed: 14 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,11 @@
1
-
Miniflux 2
2
-
==========
1
+
# Miniflux 2
3
2
4
3
Miniflux is a minimalist and opinionated feed reader.
5
4
It's simple, fast, lightweight and super easy to install.
6
5
7
6
Official website: <https://miniflux.app>
8
7
9
-
Features
10
-
--------
8
+
## Features
11
9
12
10
### Feed Reader
13
11
@@ -19,7 +17,7 @@ Features
19
17
- Share individual articles publicly.
20
18
- Fetches website icons (favicons).
21
19
- Saves articles to third-party services.
22
-
- Provides full-text search (powered by Postgres).
20
+
- Provides full-text search.
23
21
- Available in 20 languages: Portuguese (Brazilian), Chinese (Simplified and Traditional), Dutch, English (US), Finnish, French, German, Greek, Hindi, Indonesian, Italian, Japanese, Polish, Romanian, Russian, Taiwanese POJ, Ukrainian, Spanish, and Turkish.
24
22
25
23
### Privacy and Security
@@ -34,7 +32,7 @@ Features
34
32
- Supports alternative YouTube video players such as [Invidious](https://invidio.us).
35
33
- Blocks external JavaScript to prevent tracking and enhance security.
36
34
- Sanitizes external content before rendering it.
37
-
- Enforces a [Content Security](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) and a [Trusted Types Policy](https://developer.mozilla.org/en-US/docs/Web/API/Trusted_Types_API) to only application JavaScript and blocks inline scripts and styles.
35
+
- Enforces a [Content Security](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) and a [Trusted Types Policy](https://developer.mozilla.org/en-US/docs/Web/API/Trusted_Types_API) to only application JavaScript and blocks inline scripts and styles.
38
36
39
37
### Bot Protection Bypass Mechanisms
40
38
@@ -63,12 +61,12 @@ Features
63
61
- Optional touch gesture support for navigation on mobile devices.
64
62
- Custom stylesheets and JavaScript to personalize the user interface to your preferences.
65
63
- Themes:
66
-
- Light (Sans-Serif)
67
-
- Light (Serif)
68
-
- Dark (Sans-Serif)
69
-
- Dark (Serif)
70
-
- System (Sans-Serif) – Automatically switches between Dark and Light themes based on system preferences.
71
-
- System (Serif)
64
+
- Light (Sans-Serif)
65
+
- Light (Serif)
66
+
- Dark (Sans-Serif)
67
+
- Dark (Serif)
68
+
- System (Sans-Serif) – Automatically switches between Dark and Light themes based on system preferences.
69
+
- System (Serif)
72
70
73
71
### Integrations
74
72
@@ -90,7 +88,7 @@ Features
90
88
91
89
- Written in [Go (Golang)](https://golang.org/).
92
90
- Single binary compiled statically without dependency.
93
-
- Works only with [PostgreSQL](https://www.postgresql.org/).
91
+
- Works with [PostgreSQL](https://www.postgresql.org/), [CockroachDB](https://www.cockroachlabs.com/) and [SQLite](https://sqlite.org/).
94
92
- Does not use any ORM or any complicated frameworks.
95
93
- Uses modern vanilla JavaScript only when necessary.
96
94
- All static files are bundled into the application binary using the Go `embed` package.
@@ -109,8 +107,7 @@ Features
109
107
- Only uses a couple of MB of memory and a negligible amount of CPU, even with several hundreds of feeds.
110
108
- Respects/sends Last-Modified, If-Modified-Since, If-None-Match, Cache-Control, Expires and ETags headers, and has a default polling interval of 1h.
111
109
112
-
Documentation
113
-
-------------
110
+
## Documentation
114
111
115
112
The Miniflux documentation is available here: <https://miniflux.app/docs/> ([Man page](https://miniflux.app/miniflux.1.html))
116
113
@@ -130,8 +127,7 @@ The Miniflux documentation is available here: <https://miniflux.app/docs/> ([Man
0 commit comments