This file is indexed.

/usr/share/doc/docbook-website/examples/index.html 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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
<!DOCTYPE html
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<html>
  <head>
    <meta name="generator" content=
    "HTML Tidy for Linux/x86 (vers 1st March 2002), see www.w3.org">
    <meta http-equiv="Content-Type" content=
    "text/html; charset=ISO-8859-1">
    <meta name="generator" content="Website XSL Stylesheet V2.4.1">
    <link rel="next" href="layout.html" title="Site Layout">
    <link rel="icon" href=
    "http://nwalsh.com/images/nwalsh-icon16.png" type="image/png">
    <link rel="stylesheet" href="example.css" type="text/css">

    <title>Welcome to Website</title>
    <meta name="keyword" content=
    "Norman Walsh, DSSSL, SGML, XML, DocBook, Website">
  </head>

  <body class="tabular" bgcolor="white" text="black" link="#0000FF"
  vlink="#840084" alink="#0000FF">
    <div class="webpage">
      <a name="home"></a>

      <table border="0" cellpadding="0" cellspacing="0" width=
      "100%" summary="Navigation">
        <tr>
          <td><img src="graphics/spacer.gif" alt=" " width="1"
          height="1"></td>

          <td valign="top" align="left" bgcolor="white" rowspan=
          "2">
            <table border="0" summary="home page extra headers"
            cellpadding="0" cellspacing="0" width="100%">
              <tr>
                <td width="50%" valign="middle" align="left">
                Navhead</td>

                <td width="50%" valign="middle" align="right">
                Upper-right</td>
              </tr>
            </table>
            <hr>

            <p>This small, somewhat contrived website demonstrates
            the Website document type. Website provides a system
            for building static Websites from XML content.</p>

            <p>A <a href="txtindex.html" target=
            "_top">text-only</a> version is also available,
            demonstrating how multiple presentations can be derived
            from the same sources.</p>

            <div class="section" lang="en">
              <div class="titlepage">
                <div>
                  <div>
                    <h2 class="title" style="clear: both"><a name=
                    "d0e24"></a>What is a Website?</h2>
                  </div>
                </div>
              </div>

              <p>A website is a collection of pages organized, for
              the purposes of navigation, into one or more
              hierarchies. In Website, each page is a separate XML
              document authored according to the Website DTD, a
              customization of <a href=
              "http://www.oasis-open.org/docbook/" target=
              "_top">DocBook</a>.</p>

              <p>Website imposes the following additional
              constraints:</p>

              <div class="itemizedlist">
                <ul type="disc">
                  <li>
                    <p>Each <tt class=
                    "sgmltag-element">webpage</tt> must have an ID
                    and the IDs must be unique across the entire
                    website.</p>
                  </li>

                  <li>
                    <p>No page can occur in more than one location
                    in the navigational hierarchy of the website.
                    Note, however, that you can have pages, such as
                    the <a href="about.html">about page</a>, that
                    don't appear in the navigational hierarchy at
                    all.</p>
                  </li>
                </ul>
              </div>
            </div>

            <div class="section" lang="en">
              <div class="titlepage">
                <div>
                  <div>
                    <h2 class="title" style="clear: both"><a name=
                    "d0e56"></a>Requirements</h2>
                  </div>
                </div>
              </div>

              <p>In order to build a website with Website, you must
              have:</p>

              <div class="itemizedlist">
                <ul type="disc">
                  <li>
                    <p>The <a href=
                    "http://www.oasis-open.org/docbook/xml/4.1.2/"
                    target="_top">DocBook XML V4.1.2</a> DTD.</p>
                  </li>

                  <li>
                    <p>An XSLT processor.</p>
                  </li>

                  <li>
                    <p>The <a href="http://nwalsh.com/docbook/xsl/"
                    target="_top">DocBook XSL Stylesheets</a>.</p>
                  </li>

                  <li>
                    <p>The Website DTD and stylesheets.</p>
                  </li>
                </ul>
              </div>
            </div>

            <div class="section" lang="en">
              <div class="titlepage">
                <div>
                  <div>
                    <h2 class="title" style="clear: both"><a name=
                    "d0e89"></a>Changes from Website 1.x</h2>
                  </div>
                </div>
              </div>

              <p>I've completely redesigned the way the Website
              doctype works for V2. In version 1, all of the pages
              in a website were part of a single, monolithic XML
              document.</p>

              <p>Making all of the pages part of a single document
              had a number of drawbacks:</p>

              <div class="orderedlist">
                <ol type="1">
                  <li>
                    <p>It wasn't convenient to update only part of
                    a website (only the pages that had been
                    changed, for example).</p>
                  </li>

                  <li>
                    <p>For very large websites, there were memory
                    issues associated with parsing and formatting
                    the whole thing.</p>
                  </li>

                  <li>
                    <p>There was no practical way to publish the
                    XML content of a site.</p>
                  </li>

                  <li>
                    <p>It was difficult to share pages across
                    different web sites.</p>
                  </li>

                  <li>
                    <p>It was very tedious to setup a system that
                    allowed the same content to be published with
                    different navigational hierarchies.</p>
                  </li>
                </ol>
              </div>

              <p>Website overcomes all of these difficulties.</p>

              <p>In fairness, the old style had some
              advantages:</p>

              <div class="orderedlist">
                <ol type="1">
                  <li>
                    <p>There was only a single source document to
                    maintain.</p>
                  </li>

                  <li>
                    <p>Navigation was derived automatically from
                    the structure of the source document.</p>
                  </li>

                  <li>
                    <p>Link checking was cheap and easy.</p>
                  </li>
                </ol>
              </div>
            </div>

            <div class="section" lang="en">
              <div class="titlepage">
                <div>
                  <div>
                    <h2 class="title" style="clear: both"><a name=
                    "whatsnew"></a>What's New</h2>
                  </div>
                </div>
              </div>

              <div class="variablelist">
                <dl>
                  <dt><span class="term">20 Mar 2001</span></dt>

                  <dd>
                    <p>Reworked using the Website paradigm.</p>
                  </dd>
                </dl>
              </div>
            </div>
            <br>
          </td>
        </tr>

        <tr>
          <td valign="top" align="left" bgcolor="#4080FF" width=
          "220">
            <p class="navtoc"><img align="left" border="0" src=
            "graphics/homebanner.png" alt="Home Banner"><br clear=
            "all">
            <br>
            <span class="toplevel"><img src="graphics/blank.gif"
            alt="&#160;&#160;&#160;"><a href="layout.html" title=
            "Site Navigation Layout Setup"><img src=
            "graphics/navicons/triangle/other/leaf.gif" alt=
            "&#160;" border="0"></a><span class="descendant"><a
            href="layout.html" title=
            "Site Navigation Layout Setup">Site
            Layout</a></span><br>
            </span><span class="toplevel"><img src=
            "graphics/blank.gif" alt="&#160;&#160;&#160;"><a href=
            "linking.html" title="Linking across Pages"><img src=
            "graphics/navicons/triangle/other/leaf.gif" alt=
            "&#160;" border="0"></a><span class="descendant"><a
            href="linking.html" title=
            "Linking across Pages">Linking</a></span><br>
            </span><span class="toplevel"><img src=
            "graphics/blank.gif" alt="&#160;&#160;&#160;"><a href=
            "custom.html" title=
            "Stylesheet customization instructions"><img src=
            "graphics/navicons/triangle/other/leaf.gif" alt=
            "&#160;" border="0"></a><span class="descendant"><a
            href="custom.html" title=
            "Stylesheet customization instructions">Customization</a></span><br>

            </span><span class="toplevel"><img src=
            "graphics/blank.gif" alt="&#160;&#160;&#160;"><a href=
            "buildmake.html" title="Building strategies"><img src=
            "graphics/navicons/triangle/other/closed.gif" alt=
            "&#160;" border="0"></a><span class="descendant"><a
            href="buildmake.html" title=
            "Building strategies">Building</a></span><br>
            </span><span class="toplevel"><img src=
            "graphics/blank.gif" alt="&#160;&#160;&#160;"><a href=
            "formtest.html" title="Form Test Page"><img src=
            "graphics/navicons/triangle/other/leaf.gif" alt=
            "&#160;" border="0"></a><span class="descendant"><a
            href="formtest.html" title="Form Test Page">Form
            Test</a></span><br>
            </span><span class="toplevel"><img src=
            "graphics/blank.gif" alt="&#160;&#160;&#160;"><a href=
            "test3.html" title="XBEL Bookmark test"><img src=
            "graphics/navicons/triangle/other/leaf.gif" alt=
            "&#160;" border="0"></a><span class="descendant"><a
            href="test3.html" title="XBEL Bookmark test">XBEL
            Bookmarks</a></span><br>
            </span><span class="toplevel"><img src=
            "graphics/blank.gif" alt="&#160;&#160;&#160;"><a href=
            "rddl.html" title="RDDL"><img src=
            "graphics/navicons/triangle/other/leaf.gif" alt=
            "&#160;" border="0"></a><span class="descendant"><a
            href="rddl.html" title="RDDL">RDDL</a></span><br>
            </span><span class="toplevel"><img src=
            "graphics/blank.gif" alt="&#160;&#160;&#160;"><a href=
            "php.html" title="PHP"><img src=
            "graphics/navicons/triangle/other/leaf.gif" alt=
            "&#160;" border="0"></a><span class="descendant"><a
            href="php.html" title="PHP">PHP</a></span><br>
            </span><span class="toplevel"><img src=
            "graphics/blank.gif" alt="&#160;&#160;&#160;"><a href=
            "rss.html"><img src=
            "graphics/navicons/triangle/other/leaf.gif" alt=
            "&#160;" border="0"></a><span class="descendant"><a
            href="rss.html">RSS</a>&#160;<img src=
            "graphics/navicons/triangle/added.gif" alt=
            "New"></span><br>
            </span><span class="toplevel"><img src=
            "graphics/blank.gif" alt="&#160;&#160;&#160;"><a href=
            "full.html" title="Full Website"><img src=
            "graphics/navicons/triangle/other/leaf.gif" alt=
            "&#160;" border="0"></a><span class="descendant"><a
            href="full.html" title=
            "Full Website">Website-Full</a>&#160;<img src=
            "graphics/navicons/triangle/added.gif" alt=
            "New"></span><br>
            </span><span class="toplevel"><img src=
            "graphics/blank.gif" alt="&#160;&#160;&#160;"><a href=
            "revflag.html" title="Revision Flags"><img src=
            "graphics/navicons/triangle/other/leaf.gif" alt=
            "&#160;" border="0"></a><span class="descendant"><a
            href="revflag.html" title="Revision Flags">Revision
            Flags</a></span><br>
            </span><span class="toplevel"><img src=
            "graphics/blank.gif" alt="&#160;&#160;&#160;"><a href=
            "http://nwalsh.com/"><img src=
            "graphics/navicons/triangle/other/leaf.gif" alt=
            "&#160;" border="0"></a><span class="descendant"><a
            href="http://nwalsh.com/">nwalsh.com</a></span><br>
            </span><br>
            </p>
          </td>
        </tr>
      </table>

      <div class="navfoot">
        <hr>

        <table width="100%" border="0" summary="Footer navigation">
          <tr>
            <td width="33%" align="left"><span class=
            "footdate">$Date: 2003/01/16 15:05:46 $</span></td>

            <td width="34%" align="center"><span class=
            "foothome"><a href=
            "about.html">About...</a></span></td>

            <td width="33%" align="right">&#160;</td>
          </tr>

          <tr>
            <td colspan="3" align="right"><span class=
            "footcopy"><span class="copyright">Copyright © 1999,
            2000, 2001 Norman Walsh.</span></span></td>
          </tr>
        </table>
      </div>
    </div>
  </body>
</html>