Andros Fenollosa a3dced53d6 Update media
2021-07-20 21:48:54 +02:00
2021-07-19 00:00:10 +02:00
2021-07-20 21:48:54 +02:00
2021-07-20 21:48:54 +02:00
2021-07-20 01:00:53 +02:00
2021-07-20 01:00:53 +02:00
2021-07-07 00:44:11 +02:00
2021-07-20 00:26:45 +02:00
2021-07-20 21:48:54 +02:00
2021-07-18 13:13:03 +02:00
2021-07-20 00:32:46 +02:00
2021-07-18 11:53:06 +02:00

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

  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.

Description
Generate your own static RSS newspaper that you can embed on your device (PWA support)
Readme GPL-3.0 8.9 MiB
Languages
CSS 44%
HTML 34.1%
Clojure 20.3%
Makefile 1.6%