Coder Social home page Coder Social logo

jinjiuling / miniflux Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dysosmus/miniflux

0.0 0.0 0.0 446 KB

Minimalist web-based news reader

Home Page: http://miniflux.net/

License: GNU Affero General Public License v3.0

JavaScript 11.36% PHP 88.64%

miniflux's Introduction

Miniflux - Minimalist News Reader

Miniflux is a minimalist web-based news reader.

Features

  • Host anywhere (shared hosting, vps or localhost)
  • Easy setup => copy and paste and you are done!
  • CSS optimized for readability
  • Keep an history of read items
  • Remove Feedburner Ads and analytics trackers
  • Import/Export OPML feeds
  • Feeds update by a cronjob or with the user interface in one click
  • Protected by a login/password (only one possible user)
  • Use secure headers (only external images are allowed)
  • Open external links inside a new tab with a rel="noreferrer" attribute
  • Mobile CSS (responsive design)

Todo

  • Remove older items from the database

License

Requirements

  • PHP >= 5.3
  • PHP XML extensions (SimpleXML, DOM...)
  • PHP Sqlite extensions

Libraries used

Installation

  1. You must have a web server with PHP installed (version 5.3 minimum) with the Sqlite and XML extensions
  2. Download the source code and copy the directory miniflux where you want
  3. Check if the directory data is writeable (Miniflux store everything inside a Sqlite database)
  4. With your browser go to http://yourpersonalserver/miniflux
  5. The default login and password is admin/admin
  6. Start to use the software

FAQ

How to update your feeds with a cronjob?

You just need to be inside the directory miniflux and run the script cronjob.php.

By example:

crontab -e

0 */4 * * *  cd /path/to/miniflux && php cronjob.php >/dev/null 2>&1

How Miniflux update my feeds from the user interface?

Miniflux use an Ajax request to refresh each subscription. By default, there is only 5 feeds updated in parallel.

I have 600 subscriptions, how Miniflux handle that?

Your life is cluttered.

miniflux's People

Contributors

ygbillet avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.