feed-repeat is a small Haskell tool that resurfaces older entries from RSS/Atom feeds by writing weighted-random selections to new Atom feeds. See the README.md for what it does and how to use it.
Get it
- Docker / Podman:
ghcr.io/abhin4v/feed-repeat:1.2.0 - Static binaries: attached below (
x86_64-linux,aarch64-linux) - Source:
cabal buildornix-build nix/release.nix
Verify the binaries
sha256sum -c feed-repeat-x86_64.sha256 # or
shasum -a 256 -c feed-repeat-x86_64.sha256
Reporting issues
Bugs: open an issue.
Security: SECURITY.md.
Changelog
Added
- CORS HTTP headers to example web server configs and the NixOS module.
Changed
- Nix static builds now use the
moldlinker for faster builds. - Nix static build is now [GMP]-free.
- GitHub Pages workflow now runs every six hours instead of daily.
Fixed
- Crash caused by renaming the output file of an existing task.