1
0
Fork 0
Minimalist and opinionated feed reader https://github.com/miniflux/v2
Find a file
jvoisin f109e3207c reader/rss: don't add empty tags to RSS items
This commit adds a bunch of checks to prevent reader/rss from adding empty tags
to rss items, as well as some minor refactors like nested conditions and loops
unrolling.
2024-03-24 19:46:56 -07:00
.devcontainer
.github Update GitHub PR template 2024-03-23 14:34:03 -07:00
client
contrib
internal reader/rss: don't add empty tags to RSS items 2024-03-24 19:46:56 -07:00
packaging
.gitignore
ChangeLog
go.mod
go.sum
LICENSE
main.go
Makefile
miniflux.1 cli: avoid misleading error message when creating an admin user 2024-03-23 14:32:55 -07:00
Procfile
README.md
SECURITY.md

Miniflux 2

Miniflux is a minimalist and opinionated feed reader:

  • Written in Go (Golang)
  • Works only with Postgresql
  • Doesn't use any ORM
  • Doesn't use any complicated framework
  • Use only modern vanilla Javascript (ES6 and Fetch API)
  • Single binary compiled statically without dependency
  • The number of features is voluntarily limited

It's simple, fast, lightweight and super easy to install.

Official website: https://miniflux.app

Documentation

The Miniflux documentation is available here: https://miniflux.app/docs/ (Man page)

Screenshots

Default theme:

Default theme

Dark theme when using keyboard navigation:

Dark theme

Credits