Minimal RSS/Atom feed reader.
Go to file
DogeyStamp c04c8c5b8a
Update README
Add compatibility section and fix typo
2021-08-03 15:29:11 -04:00
.gitignore Initial commit 2021-08-02 11:41:15 -04:00
config.def.h Initial commit 2021-08-02 11:41:15 -04:00
LICENSE Initial commit 2021-08-02 11:41:15 -04:00
Makefile Add version number 2021-08-02 13:55:46 -04:00
minrss.c Add version number 2021-08-02 13:55:46 -04:00
net.c Initial commit 2021-08-02 11:41:15 -04:00
net.h Initial commit 2021-08-02 11:41:15 -04:00
README Update README 2021-08-03 15:29:11 -04:00
util.c Initial commit 2021-08-02 11:41:15 -04:00
util.h Initial commit 2021-08-02 11:41:15 -04:00
xml.c Initial commit 2021-08-02 11:41:15 -04:00
xml.h Initial commit 2021-08-02 11:41:15 -04:00

MinRSS
======
MinRSS (minimal RSS) is an RSS feed reader inspired by suckless.org's
IRC clients ii and sic. Instead of presenting RSS articles as entries
in a menu, it saves them as files in folders.

rss
|--news
|  |--article1
|  `--article2
`--blog
  |--post
  `--other_post

Compatibility
-------------
This program is designed to work on Linux, but it should be possible
to make it run on other operating systems. If you can do that
successfully, please contact me about it.

Requirements
------------
You need libcurl and libxml2 to compile MinRSS.

Installation
------------
Run this command as root to build MinRSS:

	make clean install

Configuration
-------------
MinRSS is configured via the config.h file, which you can create by
either compiling MinRSS for the first time or copying config.def.h
to it. To save your changes, recompile MinRSS.

Using MinRSS
------------
Make a directory to store your RSS feeds, then cd into it. Then, enter 
the minrss command to download the RSS feeds. Your feeds will be 
available as folders in your current working directory.