Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infogulch/xrss
https://github.com/infogulch/xrss
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/infogulch/xrss
- Owner: infogulch
- Created: 2023-08-23T21:44:12.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-29T21:32:48.000Z (7 months ago)
- Last Synced: 2024-10-10T22:37:52.771Z (about 1 month ago)
- Language: Go
- Size: 1.37 MB
- Stars: 42
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xrss
xrss is a web-based rss reader built with
[xtemplate](https://github.com/infogulch/xtemplate).![screenshot](screenshot.png)
## Developing
```shell
# build:
GOFLAGS='-tags="sqlite_json"' CGO_ENABLED=1 xcaddy build --with github.com/infogulch/xrss=. --with github.com/infogulch/xtemplate=../xtemplate --with github.com/greenpau/caddy-security(. .env; ./caddy run)
```### Nats schema
feed..total_items: {count:int}
user..sub..total_items: {count:int}
user..sub..seen_items: {count:int}
user..sub..item..seen: {at:date}feed..item. ?
## Resources
https://hurl.dev/docs/hurl-file.html
https://github.com/go-echarts/go-echarts
https://nene.github.io/prettier-sql-playground/
https://github.com/cornelk/goscrape
https://github.com/robfig/cron
7 Restful Routes: https://gist.github.com/alexpchin/09939db6f81d654af06b
https://github.com/caddyserver/xcaddy/pull/62
https://github.com/infogulch/xrss/commits/master.atom
### CSS
* https://css-tricks.com/
* https://moderncss.dev/
* https://smolcss.dev/
* https://modernfontstacks.com/* https://classless.de/classless.css
* https://purifycss.online/
* https://tailwindcss.com/docs/
* https://www.hyperui.dev/
* Responsive layout demo: https://play.tailwindcss.com/KJTJ5n574r
* https://github.com/argyleink/open-props/
* https://yqnn.github.io/svg-path-editor/