rsspls.7bit.org/content/_index.md

59 lines
1.9 KiB
Markdown
Raw Normal View History

+++
title = "Home"
sort_by = "weight"
#paginate_by = 10
+++
<div align="center">
<strong>A small tool (<code>rsspls</code>) to generate RSS feeds from web pages that lack them.
It runs on BSD, Linux, macOS, Windows, and more.</strong>
</div>
<br>
<div align="center">
<a href="https://cirrus-ci.com/github/wezm/rsspls">
<img src="https://api.cirrus-ci.com/github/wezm/rsspls.svg" alt="Build Status"></a>
<a href="https://crates.io/crates/rsspls">
<img src="https://img.shields.io/crates/v/rsspls.svg" alt="Version">
</a>
<img src="https://img.shields.io/crates/l/rsspls.svg" alt="License">
</div>
<br>
`rsspls` generates RSS feeds from web pages. Example use cases:
* Create a feed for a blog that does not have one so that you will know when
there are new posts.
* Create a feed from the search results on real estate agent's website so that
you know when there are new listings—without having to check manually all the
time.
* Create a feed of the upcoming tour dates of your favourite band or DJ.
* Create a feed of the product page for a company, so you know when new
products are added.
The idea is that you will then subscribe to the generated feeds in your feed
reader. This will typically require the feeds to be hosted via a web server.
Credits
-------
* [RSS feed icon](http://www.feedicons.com/) by The Mozilla Foundation
Licence
-------
This project is dual licenced under either of:
- Apache License, Version 2.0 ([LICENSE-APACHE](https://github.com/wezm/rsspls/blob/master/LICENSE-APACHE))
- MIT license ([LICENSE-MIT](https://github.com/wezm/rsspls/blob/master/LICENSE-MIT))
at your option.
[rustup]: https://www.rust-lang.org/tools/install
[toml]: https://toml.io/
[selectors]: https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Selectors
[cron]: https://en.wikipedia.org/wiki/Cron
[timers]: https://wiki.archlinux.org/title/Systemd/Timers