Generate your own static RSS newspaper that you can embed on your device (PWA support)
Go to file
Andros Fenollosa ec97ef2f76 Update manifest 2021-07-31 10:47:46 +02:00
.github/workflows Rename dayly.yml to diary.yml 2021-07-30 01:50:43 +02:00
docs 2021-07-31 2021-07-31 08:41:22 +00:00
media Update icons 2021-07-30 12:00:03 +02:00
resources Update manifest 2021-07-31 10:47:46 +02:00
src/rsspaper Fix format 2021-07-31 01:31:13 +02:00
.gitignore Add random images 2021-07-07 00:44:11 +02:00
README.md Update README and zip 2021-07-30 12:06:54 +02:00
config.example.yaml Update config.example.yaml 2021-07-20 00:26:45 +02:00
config.yaml Update config.yaml 2021-07-30 13:51:08 +02:00
project.clj Update project.clj 2021-07-31 01:23:42 +02:00
rsspaper.iml Update manifest 2021-07-31 10:47:46 +02:00

README.md

RSSpaper logo

👉 DEMO 👈 (My own feed generated daily with Github Actions)

Generate a static page with the latest news from your favorite feeds. Is it an RSS client? Yes, except that it generates an HTML/PWA that you can read or install on your tablet or mobile and to update the news you must run it again.

Run

  1. Create a file config.yaml with the following content. You can also use config.yaml.example as a base config and change it to fit your needs.
# Change the title, it's for you. Maybe you see "My newspaper"?
title: RSSPAPER

# Options: light or dark
theme: light

# Options: daily, weekly or all
edition: weekly

feeds:
  - https://programadorwebvalencia.com/feed/
  - https://republicaweb.es/feed/
  1. Download the latest version of RSSpaper (rsspaper-{version}-standalone.jar).

https://github.com/tanrax/RSSPAPER/releases

(Both jar and config.yaml must be in the same directory)

  1. Now you can execute.
java -jar rsspaper-{version}-standalone.jar

Great 🎉. You already have your 📰 own Static RSS Newspaper 📰.

That's it, now you just have to open dist/index.html.