Generate your own static RSS newspaper that you can embed on your device (PWA support)
Go to file
Andros Fenollosa 678a973c19 Add edition 2021-07-07 01:08:15 +02:00
.github/workflows Update week.yml 2021-07-06 17:57:21 +02:00
docs 2021-07-06 2021-07-06 22:46:13 +00:00
resources/themes Add random images 2021-07-07 00:44:11 +02:00
src Add edition 2021-07-07 01:08:15 +02:00
.gitignore Add random images 2021-07-07 00:44:11 +02:00
README.md Add edition 2021-07-07 01:08:15 +02:00
config.example.yaml Update config 2021-06-28 23:05:54 +02:00
config.yaml Update config.yaml 2021-07-06 23:24:00 +02:00
logo.png Add files via upload 2021-07-06 22:17:24 +02:00
project.clj Fix old library 2021-07-06 23:36:21 +02:00
rsspaper.iml Add sort 2021-07-02 21:29:55 +02:00

README.md

RSSpaper logo

👉 DEMO 👈

(My own feed generated daily with Github Actions)

Run

  1. Make sure you have Java installed.

Debian/Ubuntu

sudo apt install default-jre

Mac OS

brew install java
  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.
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.

Testing

lein check-idiomatic
lein check-format