https://github.com/xiokka/rsssynth
Generate a static page from a list of RSS feeds.
https://github.com/xiokka/rsssynth
css html rss rust
Last synced: about 1 year ago
JSON representation
Generate a static page from a list of RSS feeds.
- Host: GitHub
- URL: https://github.com/xiokka/rsssynth
- Owner: xiokka
- License: gpl-3.0
- Created: 2024-10-24T21:10:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T22:10:14.000Z (over 1 year ago)
- Last Synced: 2025-02-25T23:19:33.895Z (over 1 year ago)
- Topics: css, html, rss, rust
- Language: Rust
- Homepage: https://xiokka.neocities.org/projects/rsssynth/
- Size: 823 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rsssynth
Generate a static page from a list of RSS feeds.
### Iterate through the .xml files in the feeds/ directory and generate index.html and last_update.html
```bash
rsssynth feeds/
```
### Iterate through each line inside "feeds.txt", where each line is a URL for an RSS feed.
```bash
rsssynth feeds.txt
```