readr

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

commit 421ebb68ebcba60f6604100a5fd8ff61b6b2961f
parent 6cc34935810549c5bdad92b620b7daa11f4d03c5
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