From 20c6be16b017dc235de3bdd0ef597fdffc77825c Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Sat, 23 Mar 2024 22:56:00 -0300 Subject: [PATCH] tweak README --- README.md | 12 +++++++----- rosenrot.c | 0 2 files changed, 7 insertions(+), 5 deletions(-) mode change 100755 => 100644 rosenrot.c diff --git a/README.md b/README.md index 3b7e43d..2c571a2 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # Rosenrot -This branch contains a minimalist version of rosenrot +This branch contains a bare-bones version of rosenrot, a webkit and gtk based browser - similar in many ways to the [original version of rose](https://github.com/mini-rose/rose-browser/tree/60173b6f5b562861b11dea17e3869ad6c3462bbb/src). -- compilable with [tcc](https://bellard.org/tcc/) (or with gcc/clang) -- One c file, 390 lines (~356 excluding comments) -- Still some minimal niceties: zoom - + - But with the up to date libwebkit2gtk-4.1! +- compilable with [tcc](https://bellard.org/tcc/)! (also with gcc/clang) +- *One c file*, 390 lines (~356 excluding comments) +- Still some minimal niceties: zoom, parsing more than one url from the command line, max number of tabs, plenty of shortcuts. +- Missing many quality of life features +- Meant for developers seeking to understand or replicate rosenrot diff --git a/rosenrot.c b/rosenrot.c old mode 100755 new mode 100644