The RSS file system

Top-level Files of c92ecdecbc3593ce
Login

Files in the top-level directory of check-in c92ecdecbc3593ce


rssfs: A RSS reader as a file system

Scc Count Badge Donate

Are you unsure how to read RSS feeds? Why don't you just mount them?

What does this software do?

It will mirror RSS and Atom feeds as file systems. Example file system structure for one feed with two articles:

/tmp/mnt/rssfs/Open Source Feed/Hello World.html
/tmp/mnt/rssfs/Open Source Feed/Second Article.html

Compatibility

This software is written and tested mainly on macOS with OSXFUSE. Other FUSE implementations should work as well. Note that Windows support is still a work in progress and does not really exist yet. (Contributions welcome!)

Build

fossil clone https://code.rosaelefanten.org/rssfs rssfs.fossil
fossil open rssfs.fossil
go build

(You'll need GO111MODULES to be set to "on"!)

Configure

Copy rssfs.hcl-example as rssfs.hcl to your configuration directory and adjust your settings. The required path is:

Set a mountpoint (optional on Windows) and one or more feeds which can be inside or outside a category. (Categories are not required. Subcategories are not supported.)

Run

macOS and other non-Windows machines

./rssfs

Windows

Not implemented yet. Sorry.

Debate

Discuss rssfs in #rssfs on freenode.net.