readr

Minimal RSS reader (WIP)
Log | Files | Refs | README | LICENSE

commit a722bbe3a1c7555b2a3395fed74f48df25ab0e05
parent 507add5e0fd1d9e6d244d7d72292f38954bda69f
Author: citbl <citbl@citbl.org>
Date:   Wed,  8 Oct 2025 23:31:01 +1000

re-readme

Diffstat:
AREADME | 44++++++++++++++++++++++++++++++++++++++++++++
DREADME.md | 26--------------------------
2 files changed, 44 insertions(+), 26 deletions(-)

diff --git a/README b/README @@ -0,0 +1,44 @@ +readr +===== + +Minimal RSS reader (WIP) + +requirements + libcurl + libmrss + -std=c99 + +uses + termbox2.h (included) + + +install +------- + +git clone git://citbl.org/readr.git +make install + +see also +-------- + +TODO +config.h +screenshot.png + + +contributors +------------ + +citbl + + +motto +----- + +build what you use and use what you build + + +license +------- + +Apache-2.0 diff --git a/README.md b/README.md @@ -1,26 +0,0 @@ -## readr - -Minimal RSS reader (WIP) - -requirements - libcurl - libmrss - -uses - termbox2.h - --std=c99 - -### SCREENSHOT - -![readr screenshot](screenshot.png) - -WIP - -### SEE - -TODO - -### LICENSE - -Apache-2.0