1
0
Fork 0
Minimalist and opinionated feed reader https://github.com/miniflux/v2
Find a file
jvoisin c544dadd55 Fix categories import from Thunderbird's OPML
Thunderbird OPML exports are looking like this:

```xml
<opml version="1.0" xmlns:fz="urn:forumzilla:">
<head>
	<title>Thunderbird OPML Export - RSS</title>
    	<dateCreated>Sat, 24 Feb 2024 11:31:13 GMT</dateCreated>
</head>
<body>
	<outline title="News">
		<outline type="rss" ...>
		<outline type="rss" ...>
		...
	</outline>
	<outline title="Blogs">
		<outline type="rss" ...>
		<outline type="rss" ...>
		...
	</outline>
</body>
```

This commit make it so that categories are now correctly imported.
2024-02-24 19:43:33 -08:00
.devcontainer
.github Adjust GitHub Actions condition for manual pipeline execution 2024-02-21 21:19:07 -08:00
client Add /v1/version endpoint 2023-10-08 15:53:24 -07:00
contrib Create default miniflux db 2023-12-31 10:54:53 -08:00
internal Fix categories import from Thunderbird's OPML 2024-02-24 19:43:33 -08:00
packaging Build amd64/arm64 Debian packages with CGO disabled 2024-02-21 21:23:48 -08:00
.gitignore
ChangeLog Fix typo in man page and Changelog 2024-02-17 13:28:17 -08:00
go.mod Bump github.com/PuerkitoBio/goquery from 1.8.1 to 1.9.0 2024-02-23 16:32:21 -08:00
go.sum Bump github.com/PuerkitoBio/goquery from 1.8.1 to 1.9.0 2024-02-23 16:32:21 -08:00
LICENSE
main.go
Makefile Makefile: quiet git describe and rev-parse stderr 2024-02-21 22:08:02 -08:00
miniflux.1 Fix typo in man page and Changelog 2024-02-17 13:28:17 -08: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