Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.38 KB

README.md

File metadata and controls

57 lines (37 loc) · 1.38 KB

xrss

xrss is a web-based rss reader built with xtemplate.

screenshot

Developing

# 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.<feed_id>.total_items: {count:int} user.<user_id>.sub.<feed_id>.total_items: {count:int} user.<user_id>.sub.<feed_id>.seen_items: {count:int} user.<user_id>.sub.<feed_id>.item.<item_id>.seen: {at:date}

feed.<feed_id>.item.<item_id> ?

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

caddyserver/xcaddy#62

https://github.com/infogulch/xrss/commits/master.atom

CSS