This file is indexed.

/usr/share/scribus/doc/en/docinfo.html is in scribus-doc 1.4.6-2.

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=UTF-8"/>
	<title>Scribus Document Information</title>
</head>
<body>
<h2>Scribus Document Information</h2>
<h3>Overview</h3>
<p align="justify">There are a two points to consider in the &ldquo;Document Information&rdquo; panel: </p>
<ol>
<li>The fields in the first tab are used in PDF export. These data can be used by special indexing servers that can index PDF files, as well as Adobe Acrobat and Adobe Reader.</li>
<li>Scribus supports an initiative called the <a href="http://dublincore.org/">Dublin Core Initiative</a>. Dublin Core, for short, is a set of specifications for document metadata.</li>
</ol> 
<p>In the first tab, &ldquo;Document&rdquo;, you can enter PDF metadata. Note that these are also a subset of Dublin Core:</p><br>
<table width="100%"><tr><td align="center"><img src="images/docinfo.png" alt="PDF Document Information" title="PDF Document Information" /></td></tr></table>
<p>The second tab is called &ldquo;Further Information&rdquo; and contains fields as defined by the Dublin Core specifications:</p><br>

<table width="100%"><tr><td align="center"><img src="images/docinfo2.png" alt="Dublin Core Properties" border="0" title="Dublin Core Properties in Document" /></td></tr></table>
<br>
<table width="550" border="0" align="center">
  <tbody>
    <tr>
      <td align="left" >Publisher</td>
      <td align="justify" > The person or organization responsible for making the document available or for putting into print.</td>
    </tr>
    <tr>
      <td align="left">Contributors</td>
      <td align="justify"> A person or organization responsible for making contributions to the content of the document.</td>
    </tr>
    <tr>
      <td align="left">Date</td>
      <td align="justify"> A date associated with an event in the life cycle of the document, in YYYY-MM-DD format, as per ISO 8601.</td>
    </tr>
    <tr>
      <td align="left">Type</td>
      <td align="justify"> The nature or genre of the content of the document, eg. categories, functions, etc.</td>
    </tr>
    <tr>
      <td align="left">Format</td>
      <td align="justify"> The physical or digital manifestation of the document. Media type and dimensions would be worth noting. RFC2045,RFC2046 for MIME types are also useful here.</td>
   </tr>
    <tr>
      <td align="left">Identifier</td>
      <td align="justify"> An unambiguous reference to the document within a given context such as ISBN or URI.</td>
   </tr>
    <tr>
      <td align="left">Source</td>
      <td align="justify"> A reference to a document from which the present document is derived, eg. ISDN or URI.</td>
   </tr>
    <tr>
      <td align="left">Language</td>
      <td align="justify"> The language in which the content of the document is written, usually a ISO-639 language code. Optionally suffixed with a hyphen and an ISO-3166 country code, eg. en-GB, fr-CH.</td>
   </tr>
    <tr>
      <td align="left">Relation</td>
      <td align="justify"> A reference to a related document, possibly using a formal identifier such as a ISBN or URI.</td>
   </tr>
    <tr>
      <td align="left">Coverage</td>
      <td align="justify"> The extent or scope of the content of the document, possibly including location, time and jurisdiction ranges.</td>
   </tr>
    <tr>
      <td align="left">Rights</td>
      <td align="justify"> Information about rights held in and over the document, eg. copyright, patent or trademark.</td>
   </tr>
  </tbody>
</table>
</body>
</html>