This file is indexed.

/usr/share/xml/docbook/custom/website/2.5.0/schema/dtd/website-custom.dtd is in docbook-website 2.5.0.0-8.

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
<!-- ====================================================================== -->
<!-- Website DTD V2.5.0
     Copyright (C) 1997-2003 Norman Walsh
     http://sourceforge.net/projects/docbook/

     $Id: website-custom.dtd,v 1.4 2003/06/22 16:56:06 nwalsh Exp $

     Please direct all questions and comments about this DTD to
     Norman Walsh, <ndw@nwalsh.com>.

     Common declaration:

     <?xml version="1.0"?>
     <!DOCTYPE webpage
       PUBLIC "-//Norman Walsh//DTD Website V2.5.0//EN"
       "http://docbook.sourceforge.net/release/website/2.5.0/schema/dtd/website.dtd">
                                                                            -->
<!-- ====================================================================== -->

<!-- allow some things that would be excluded by simple -->
<!ENTITY % sgmltag.module "INCLUDE">
<!ENTITY % local.tech.char.class "|sgmltag">

<!ENTITY % olink.module "INCLUDE">
<!ENTITY % local.link.char.class "|olink">

<!ENTITY % simplelist.content.module "INCLUDE">
<!ENTITY % local.list.class "|simplelist">

<!ENTITY % qandaset.content.module "INCLUDE">
<!ENTITY % qandaset.module "INCLUDE">
<!ENTITY % qandadiv.module "INCLUDE">
<!ENTITY % qandaentry.module "INCLUDE">
<!ENTITY % question.module "INCLUDE">
<!ENTITY % answer.module "INCLUDE">
<!ENTITY % label.module "INCLUDE">
<!ENTITY % blockinfo.module "INCLUDE">

<!ENTITY % local.compound.class "|qandaset">

<!ENTITY % extensions.mod SYSTEM "extensions.mod">
%extensions.mod;

<!-- Now that individual XML pages are possible; it makes sense to use the -->
<!-- simple subset for maximum utility in sending these pages across the -->
<!-- web directly. -->
<!ENTITY % sdocbook PUBLIC "-//OASIS//DTD Simplified DocBook XML Customization V1.0//EN"
      "http://www.oasis-open.org/docbook/xml/simple/1.0/sdocbook-custom.dtd">
%sdocbook;

<!ENTITY % website.mod SYSTEM "website.mod">
%website.mod;

<!-- End of Website DTD V2.5.0 ............................................ -->
<!-- ...................................................................... -->