xrss icon indicating copy to clipboard operation
xrss copied to clipboard

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

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/