This file is indexed.

/usr/share/doc/gtml/examples/gtml.gtp is in gtml 3.5.4-16.

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
// $Id: gtml.gtp,v 1.11 1999/09/09 00:06:34 beaufils Exp $
//
// Project file to construct GTML documentations.
//

define OPEN_DELIMITER  [[
define CLOSE_DELIMITER ]]

//
// Basic shortcuts
//
definechar _gtml_       <code>GTML</code>
definechar _new_        <img src="new.gif" alt="[** NEW **]">
definechar _ftp_        http://sourceforge.net/project/showfiles.php?group_id=100737
definechar _www_        http://sourceforge.net/projects/gtml/

define __VERSION__ 3.5.4

//
// Process control
//

define OUTPUT_DIR ..

mtimestamp Last modification: $yyyy/$MM/$dd at $hh:$mm

include "tags"

include "commands"

//
// Source files.
//
filename MAIN     gtml.gtm
filename REF      gtml_ref.gtm
filename NEWS     NEWS.gtm
filename CREDITS  CREDITS.gtm
filename SITEMAP  sitemap.gtm
filename STYLE    gtml.css..gtm

//
// Documentation hierarchy
//
[[MAIN]]      1 Home
[[REF]]       1 Reference
[[NEWS]]      1 Revision history
[[CREDITS]]   1 Credits 
[[SITEMAP]]
[[STYLE]]

//hierarchy

//define EXTENSION .txt.html 
//define TEXT_ONLY

//hierarchy

// End of gtml.gtp.