blob: 0bb123285e722376f0f6cb62374892a8b206edf9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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.
|