This file is indexed.

/usr/share/doc/medit-1/help/ch03.html is in medit 1.0.3-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Chapter 3. User-defined tools</title>
<link rel="stylesheet" href="medit.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="medit manual">
<link rel="up" href="index.html" title="medit manual">
<link rel="prev" href="ch02.html" title="Chapter 2. Regular expressions">
<link rel="next" href="ch03s01.html" title="Managing tools in Preferences dialog">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr><th colspan="3" align="center">Chapter 3. User-defined tools</th></tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="ch02.html">Prev</a> </td>
<th width="60%" align="center"> </th>
<td width="20%" align="right"> <a accesskey="n" href="ch03s01.html">Next</a>
</td>
</tr>
</table>
<hr>
</div>
<div class="chapter" title="Chapter 3. User-defined tools">
<div class="titlepage"><div><div><h2 class="title">
<a name="chapter-user-tools"></a>Chapter 3. User-defined tools</h2></div></div></div>
<div class="toc">
<p><b>Table of Contents</b></p>
<dl>
<dt><span class="sect1"><a href="ch03s01.html">Managing tools in <span class="guilabel">Preferences</span> dialog</a></span></dt>
<dt><span class="sect1"><a href="ch03s02.html">Storing tools in files</a></span></dt>
<dt><span class="sect1"><a href="ch03s03.html">Shell scripts</a></span></dt>
<dt><span class="sect1"><a href="ch03s04.html">Lua scripts</a></span></dt>
<dt><span class="sect1"><a href="ch03s05.html">Python scripts</a></span></dt>
</dl>
</div>
<p>
<span class="application">medit</span> allows extending its functionality with user-defined
<em class="parameter"><code>tools</code></em>. It can be a Lua script or a Python script (if <span class="application">medit</span> has been
built with Python support) which are executed inside <span class="application">medit</span>,
or a shell script which can use the text of the open document as
its input and/or output.
</p>
<p>
There are some predefined tools which you can use as
an example or to modify to suit your needs.
</p>
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left">
<a accesskey="p" href="ch02.html">Prev</a> </td>
<td width="20%" align="center"> </td>
<td width="40%" align="right"> <a accesskey="n" href="ch03s01.html">Next</a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">Chapter 2. Regular expressions </td>
<td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td>
<td width="40%" align="right" valign="top"> Managing tools in <span class="guilabel">Preferences</span> dialog</td>
</tr>
</table>
</div>
</body>
</html>