This file is indexed.

/usr/share/doc/libdiscid-doc/docs/index.html is in libdiscid-doc 0.6.1-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
 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.4"/>
<title>libdiscid: libdiscid</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
  $(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">libdiscid
   &#160;<span id="projectnumber">0.6.1</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.4 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li class="current"><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
      <li>
        <div id="MSearchBox" class="MSearchBoxInactive">
        <span class="left">
          <img id="MSearchSelect" src="search/mag_sel.png"
               onmouseover="return searchBox.OnSearchSelectShow()"
               onmouseout="return searchBox.OnSearchSelectHide()"
               alt=""/>
          <input type="text" id="MSearchField" value="Search" accesskey="S"
               onfocus="searchBox.OnSearchFieldFocus(true)" 
               onblur="searchBox.OnSearchFieldFocus(false)" 
               onkeyup="searchBox.OnSearchFieldChange(event)"/>
          </span><span class="right">
            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
          </span>
        </div>
      </li>
    </ul>
  </div>
</div><!-- top -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Macros</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Pages</a></div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div class="header">
  <div class="headertitle">
<div class="title">libdiscid </div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><h1><a class="anchor" id="intro"></a>
Introduction</h1>
<p>Libdiscid is a C library for calculating DiscIDs (<a href="http://musicbrainz.org/doc/Disc ID">MusicBrainz</a> and <a href="http://freedb.org">freedb</a>) for Audio CDs. Additionally the library can extract the MCN/UPC/EAN and the <a href="http://musicbrainz.org/doc/ISRC">ISRCs</a> from disc.</p>
<p>The idea is to have an easy to use library without any dependencies that can be used from scripting languages.</p>
<p>The API is documented in <a class="el" href="discid_8h.html">discid.h</a>.</p>
<h1><a class="anchor" id="examples"></a>
Examples</h1>
<p>This is an example of the most basic usage:</p>
<div class="fragment"><div class="line"><a class="code" href="discid_8h.html#a18a0b8162c3f4f84e6d3bfd56dbd03cd" title="A transparent handle for an Audio CD. ">DiscId</a> *disc = <a class="code" href="discid_8h.html#a0c9c6dcb8d0386d566c0b46f99028ec8" title="Return a handle for a new DiscId object. ">discid_new</a>();</div>
<div class="line"></div>
<div class="line"><span class="keywordflow">if</span> ( <a class="code" href="discid_8h.html#ad814d490d9037d2a967b835b58649d0c" title="Read the disc in the given CD-ROM/DVD-ROM drive extracting only the TOC and additionally specified fe...">discid_read_sparse</a>(disc, <span class="stringliteral">&quot;/dev/cdrom&quot;</span>, 0) == 0 ) {</div>
<div class="line">    fprintf(stderr, <span class="stringliteral">&quot;Error: %s\n&quot;</span>, <a class="code" href="discid_8h.html#aca8ee2dad6d8a546f93c45bee9b6e696" title="Return a human-readable error message. ">discid_get_error_msg</a>(disc));</div>
<div class="line">    <span class="keywordflow">return</span> 1;</div>
<div class="line">}</div>
<div class="line"></div>
<div class="line">printf(<span class="stringliteral">&quot;DiscID        : %s\n&quot;</span>, <a class="code" href="discid_8h.html#a0cf6246afaaed287dd304c11805a7cd7" title="Return a MusicBrainz DiscID. ">discid_get_id</a>(disc));</div>
<div class="line">printf(<span class="stringliteral">&quot;Submit via    : %s\n&quot;</span>, <a class="code" href="discid_8h.html#a0d2d7ca51683c81c4ff56a80047be6fd" title="Return an URL for submitting the DiscID to MusicBrainz. ">discid_get_submission_url</a>(disc));</div>
<div class="line"></div>
<div class="line"><a class="code" href="discid_8h.html#afbdb37168dd4510f71638bbcbdbbdc0b" title="Release the memory allocated for the DiscId object. ">discid_free</a>(disc); </div>
</div><!-- fragment --><h1><a class="anchor" id="Building"></a>
Building</h1>
<p>libdiscid provides a pkg-config script that returns the necessary compiler and linker flags, as well as the version number. To build a small sample program one would use:</p>
<dl class="section user"><dt></dt><dd><code>gcc libdiscid-test.c `pkg-config libdiscid &ndash;cflags &ndash;libs` -o libdiscid-test</code></dd></dl>
<h1><a class="anchor" id="Contact"></a>
Contact</h1>
<ul>
<li><a href="http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-devel">MusicBrainz Development Mailing List</a></li>
<li><a href="http://tickets.musicbrainz.org/browse/LIB">MusicBrainz Bug Tracker</a></li>
<li><a href="http://musicbrainz.org/doc/libdiscid">MusicBrainz Documentation</a></li>
<li><a href="https://github.com/metabrainz/libdiscid">Github Repository</a> </li>
</ul>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Mon Oct 21 2013 13:58:32 for libdiscid by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
</small></address>
</body>
</html>