miniflux

command module
v0.0.0-...-b9a8969 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 25, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

README

Miniflux 2

Build Status GoDoc Documentation Status

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)
  • The number of features is voluntarily limited

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

Miniflux 2 is a rewrite of Miniflux 1.x in Golang.

Documentation

The Miniflux documentation is available here: https://docs.miniflux.net/

Credits

  • Author: Frédéric Guillot
  • Distributed under Apache 2.0 License

Documentation

Overview

Package main implements a feed reader application.

Directories

Path Synopsis
Package api implements API endpoints for Miniflux application.
Package api implements API endpoints for Miniflux application.
Package cli implements command line arguments for Miniflux application.
Package cli implements command line arguments for Miniflux application.
Package config handles configuration values for Miniflux application.
Package config handles configuration values for Miniflux application.
Package crypto implements helpers related to cryptography.
Package crypto implements helpers related to cryptography.
Package daemon handles the main application process.
Package daemon handles the main application process.
Package duration implements helpers to calculate time duration.
Package duration implements helpers to calculate time duration.
Package errors handles localized errors.
Package errors handles localized errors.
Package fever implements Fever API endpoints.
Package fever implements Fever API endpoints.
Package filter implements a content filter to rewrite image links.
Package filter implements a content filter to rewrite image links.
Package http implements a set of utilities related to the HTTP protocol.
Package http implements a set of utilities related to the HTTP protocol.
Package integration implements API clients for third-party services.
Package integration implements API clients for third-party services.
Package locale handles the internationalization of the application.
Package locale handles the internationalization of the application.
Package logger handles application log messages with different levels.
Package logger handles application log messages with different levels.
Package model contains all data structures used by the application.
Package model contains all data structures used by the application.
Package oauth2 abstracts different OAuth2 providers.
Package oauth2 abstracts different OAuth2 providers.
Package reader implements everything related to feed parsing.
Package reader implements everything related to feed parsing.
encoding
Package encoding handles workarounds to deal with encoding edge cases found into the wild.
Package encoding handles workarounds to deal with encoding edge cases found into the wild.
rdf
rss
Package scheduler implements the application internal scheduler.
Package scheduler implements the application internal scheduler.
Package sql contains all SQL queries or database schema instructions.
Package sql contains all SQL queries or database schema instructions.
Package storage implements a set of functions to interact with the database.
Package storage implements a set of functions to interact with the database.
Package template handles template parsing and execution.
Package template handles template parsing and execution.
Package timer implements utility functions to measure the execution time of a block of code.
Package timer implements utility functions to measure the execution time of a block of code.
ui
Package ui implements handlers to render to user interface.
Package ui implements handlers to render to user interface.
Package url implements a set of utility functions to parse URL.
Package url implements a set of utility functions to parse URL.
Package version contains application and build information.
Package version contains application and build information.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL