Generate your own static RSS newspaper that you can embed on your device (PWA support)
Go to file
Andros Fenollosa 8d8e6b22f1 Catch all Throwable 2022-02-16 08:14:56 +01:00
.github Delete .github/workflows directory 2021-08-18 09:14:05 +02:00
media modifico README y config.example 2021-10-04 17:27:13 +02:00
resources Add function 2021-10-28 09:58:34 +02:00
src/rsspaper Catch all Throwable 2022-02-16 08:14:56 +01:00
.gitignore Remove futures 2021-12-16 19:35:14 +01:00
LICENSE Create LICENSE 2022-01-30 09:57:58 +01:00
Makefile Remove futures 2021-12-16 19:35:14 +01:00
README.md Update README.md 2021-12-25 12:20:33 +01:00
config.example.yaml modifico README y config.example 2021-10-04 17:27:13 +02:00
project.clj Catch all Throwable 2022-02-16 08:14:56 +01:00
rsspaper.iml Update manifest 2021-07-31 10:47:46 +02:00

README.md

RSSpaper logo

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.

Screenshots

Light theme

demo preview

Sepia theme

demo preview

Dark theme

demo preview

Demo

👉 Generated weekly with Github Actions 👈

PageSpeed Insights

demo preview

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, dark, sepia or clojure 
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.

Dev

Build

make build

Run

lein run

Make new theme

You can copy any theme hosted on resources/themes.

TODO

  • Create a binary with GraamVM
  • Generate feed
  • Migrate from lein to clojure cli
  • Add Podcast player
  • Save cache offline
  • Show preview of articles