This file is indexed.

/usr/share/gtk-doc/html/libiptcdata/iptc-about.html is in libiptcdata-doc 1.0.4-3ubuntu3.

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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>About libiptcdata</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="libiptcdata Reference Manual">
<link rel="up" href="index.html" title="libiptcdata Reference Manual">
<link rel="prev" href="index.html" title="libiptcdata Reference Manual">
<link rel="next" href="iptc-commandline.html" title="The IPTC Command-Line Utility">
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="index.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td> </td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">libiptcdata Reference Manual</th>
<td><a accesskey="n" href="iptc-commandline.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="iptc-about"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">About libiptcdata</span></h2>
<p>About libiptcdata — general information</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="about"></a><h2>What is libiptcdata?</h2>
<p>
	 libiptcdata is a library for manipulating the International Press
	 Telecommunications Council (IPTC) metadata stored within multimedia
	 files such as images.  The library provides routines for parsing,
	 viewing, modifying, and saving this metadata.  The library is licensed
	 under the GNU Library General Public License (GNU LGPL).
	</p>
<p>
	 It was written by David Moore and is meant as a companion to the
	 <a class="ulink" href="http://sourceforge.net/projects/libexif" target="_top">libexif library</a>,
	 forming
	 a complete set of tools for manipulating image metadata.
	</p>
</div>
<div class="refsect1">
<a name="compiling"></a><h2>Compiling libiptcdata</h2>
<p>
        On UNIX, libiptcdata uses the standard GNU build system,
        using <span class="application">autoconf</span> for package
        configuration and resolving portability issues,
        <span class="application">automake</span> for building makefiles
        that comply with the GNU Coding Standards, and
        <span class="application">libtool</span> for building shared
        libraries on multiple platforms.  The normal sequence for
        compiling and installing the GLib library is thus:

        </p>
<div class="literallayout"><p><br>
          <strong class="userinput"><code>./configure</code></strong><br>
          <strong class="userinput"><code>make</code></strong><br>
          <strong class="userinput"><code>make install</code></strong><br>
        </p></div>
<p>
      </p>
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Compiling on Mac OS X</h3>
<p>
	  On Mac OS X, it has been reported that internationalization support
	  in libiptcdata is often disabled at configure time because the
	  libintl library cannot be found.  However, this can usually be
	  remedied by pointing the configure script at the true location of
	  libintl by invoking it like this:
	  </p>
<div class="literallayout"><p><br>
	    <strong class="userinput"><code>./configure --with-libintl-prefix=/sw --with-libiconv-prefix=/sw</code></strong><br>
	  </p></div>
<p>
	</p>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.19</div>
</body>
</html>