This file is indexed.

/usr/share/xml/docbook/custom/website/2.5.0/catalog.xml 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
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<?xml version="1.0"?>
<!DOCTYPE catalog PUBLIC "-//OASIS//DTD XML Catalogs V1.0//EN"
"http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">

<!-- Rewrite rules for the whole tree -->

<rewriteSystem systemIdStartString="http://docbook.sourceforge.net/release/website/2.5.0/schema/" 
               rewritePrefix="schema/"/>

<rewriteURI uriStartString="http://docbook.sourceforge.net/release/website/2.5.0/schema/"
            rewritePrefix="schema/"/>

<rewriteSystem systemIdStartString="http://docbook.sourceforge.net/release/website/2.5.0/xsl/" 
	       rewritePrefix="xsl/"/>

<rewriteURI uriStartString="http://docbook.sourceforge.net/release/website/2.5.0/xsl/"
            rewritePrefix="xsl/"/>

<!-- Website DTD locations -->

<group xml:base="schema/dtd/"
       id="website-dtd"
       prefer="public">

  <public
    publicId="-//Norman Walsh//DTD Website V2.5.0//EN"
    uri="website.dtd"/>
    <!-- this could be the website-custom.dtd instead -->

  <public
    publicId="-//Norman Walsh//DTD Website Custom V2.5.0//EN"
    uri="website-custom.dtd"/>

  <public
    publicId="-//Norman Walsh//DTD Website Full V2.5.0//EN"
    uri="website-full.dtd"/>

  <public
    publicId="-//Norman Walsh//DTD Website Autolayout V2.5.0//EN"
    uri="autolayout.dtd"/>

  <public
    publicId="-//Norman Walsh//DTD Website Layout V2.5.0//EN"
    uri="layout.dtd"/>

  <public
    publicId="-//Norman Walsh//DTD Website Module V2.5.0//EN"
    uri="website.mod"/>

  <public
    publicId="-//Norman Walsh//DTD Website Extensions Module V2.5.0//EN"
    uri="extensions.mod"/>

  <public
    publicId="-//Norman Walsh//DTD Website Namespaces Module V2.5.0//EN"
    uri="namespaces.mod"/>

  <public
    publicId="-//Norman Walsh//DTD Website RDDL Module V2.5.0//EN"
    uri="rddl.mod"/>

  <public
    publicId="-//Norman Walsh//DTD Website Forms Module V2.5.0//EN"
    uri="forms.mod"/>
</group>

<!-- Website RelaxNG locations -->

<group xml:base="schema/relaxng/"
       id="website-relaxng"
       prefer="public">

  <uri
      name="autolayout.rng"
      uri="autolayout.rng"/>

  <uri
      name="layout.rng"
      uri="layout.rng"/>

  <uri
      name="website.rng"
      uri="website.rng"/>

  <uri
      name="website-full.rng"
      uri="website-full.rng"/>

</group>

<!-- website XSL locations -->

<group xml:base="xsl/"
       id="website-xsl">

    <uri
      name="autolayout.xsl"
      uri="autolayout.xsl"/>

    <uri
      name="website.xsl"
      uri="website.xsl"/>

    <uri
      name="tabular.xsl"
      uri="tabular.xsl"/>

    <uri
      name="chunk-tabular.xsl"
      uri="chunk-tabular.xsl"/>

    <uri
      name="chunk-common.xsl"
      uri="chunk-common.xsl"/>

    <uri
      name="chunk-website.xsl"
      uri="chunk-website.xsl"/>

    <uri
      name="makefile-dep.xsl"
      uri="makefile-dep.xsl"/>

</group>

  <rewriteURI
    uriStartString="http://docbook.sourceforge.net/release/xsl/current/"
    rewritePrefix="file:///usr/share/sgml/docbook/stylesheet/xsl/nwalsh/"/>

<!-- You can also put entries like these into your
     main catalog.xml file to map web URLs to local
     paths to avoid pulling docbook files over the web.
     Change the '/usr/share/xml' path to match the
     location on your local system.
-->

<!-- Map web references to DocBook XSL -->
<!--
  <rewriteURI
    uriStartString="http://docbook.sourceforge.net/release/xsl/current/"
    rewritePrefix="/usr/share/xml/docbook-xsl-1.59.1/"/>
-->

<!-- Map web references to DocBook 4.2 DTD -->
<!--
   <nextCatalog catalog="/usr/share/xml/docbook42/catalog.xml" />

-->

</catalog>