diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-09-28 20:26:15 +0200 |
---|---|---|
committer | Rodrigo <rodarima@gmail.com> | 2025-09-28 23:10:55 +0200 |
commit | fb510ea86be5ceb9e91573890242581fdbd77ad8 (patch) | |
tree | d819fe40683592008d136727f5a0b03e48dc1164 /85/index.md |
Diffstat (limited to '85/index.md')
-rw-r--r-- | 85/index.md | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/85/index.md b/85/index.md new file mode 100644 index 0000000..0bb1232 --- /dev/null +++ b/85/index.md @@ -0,0 +1,37 @@ +Title: Consider integrating the RTFL library into Dillo +Author: rodarima +Created: Mon, 26 Feb 2024 23:03:06 +0000 +State: closed + +Sebastian Geerken developed the RTFL library to ease the debugging of Dillo: + +> RTFL, which stands for "Read The Figurative Logfile", is a both a +protocol for structured debug messages, as well as a collection of +programs (currently two) displaying these debug messages in a +semi-graphical way, so that it becomes simpler to determine what the +debugged program does. +> +> Programs are prepared to print these special debug messages to +standard output, which are then passed to a viewer program like +"rtfl-objcount" or "rtfl-objview". + + +It is stored on the web archive: https://web.archive.org/web/20170310013459/http://home.gna.org/rtfl + +Here is an snapshot from Sebastian: + + + + +I'll also upload it here to save a copy: [rtfl-0.1.1.tar.gz](https://github.com/dillo-browser/dillo/files/14412264/rtfl-0.1.1.tar.gz) + +Dillo must be configure with `--enable-rtfl` to use it. + + +--%-- +From: rodarima +Date: Tue, 10 Dec 2024 22:04:03 +0000 + +Uploaded to https://github.com/dillo-browser/rtfl + +There is no need to add it to Dillo repository, we can keep it in its own.
\ No newline at end of file |