Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heng30/rssbox
A simple RSS client using Slint-UI and Rust to develop
https://github.com/heng30/rssbox
rss rss-reader rust slint-ui
Last synced: 2 months ago
JSON representation
A simple RSS client using Slint-UI and Rust to develop
- Host: GitHub
- URL: https://github.com/heng30/rssbox
- Owner: Heng30
- License: mit
- Created: 2023-09-09T07:11:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-29T02:38:10.000Z (10 months ago)
- Last Synced: 2024-03-29T19:25:25.227Z (10 months ago)
- Topics: rss, rss-reader, rust, slint-ui
- Language: Slint
- Homepage:
- Size: 10.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![screenshot](./screenshot/rssbox.png)
[中文文档](./README.zh-CN.md)
#### Introduction
This is a simple `RSS` client using `Slint-UI` and `Rust` to develop.#### Features
- [x] Support adding, deleting, and editing `RSS` sources
- [x] Support protocol formats: `RSS` and `Atom`
- [x] Support configuring automatic synchronization on startup
- [x] Support background synchronization
- [x] Support `Sock5` proxy#### How to build?
- Install `Rust` and `Cargo`
- Run `make build`
- Refer to [Makefile](./Makefile) for more information#### Reference
- [Slint Language Documentation](https://slint-ui.com/releases/1.0.0/docs/slint/)
- [github/slint-ui](https://github.com/slint-ui/slint)
- [Viewer for Slint](https://github.com/slint-ui/slint/tree/master/tools/viewer)
- [LSP (Language Server Protocol) Server for Slint](https://github.com/slint-ui/slint/tree/master/tools/lsp)