Skip to content

infogulch/xrss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published