blob: 862574e3290bc16f6e51723b657e283c39ee359d (
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content=
"text/html; charset=utf-8">
<meta name="viewport" content=
"width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<title>More on Dillo</title>
</head>
<body>
<header>
<h1>Bloggings</h1><a href="/index.php">Back</a>
</header>
<main>
<article>
<h2>More on Dillo</h2>
<h3>2026-06-21</h3>
<h4>update on yesterday's post</h4>
<p>The <a href="https://git.dillo-browser.org/dillo">git
version of dillo</a> has a new option: page_action, which
enables running rdrview on the current page if the
setting:</p>
<pre><code>page_action="Reader mode:dilloc dump | rdrview -H | dilloc load"
</code></pre>
<p>is set in dillorc.</p>
<p>When you right click on a page the menu will now include
the option "Reader Mode".</p>
</article>
</main>
<footer>
<p>§</p>
</footer>
</body>
</html>
|