/usr/share/doc/libgnomevfs2-common/html/mime-registry.html is in libgnomevfs2-dev 1:2.24.4-1ubuntu2.
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 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>MIME Registry</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="GnomeVFS - Filesystem Abstraction library">
<link rel="up" href="index.html" title="GnomeVFS - Filesystem Abstraction library">
<link rel="prev" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html" title="Internet connection">
<link rel="next" href="gnome-vfs-2.0-gnome-vfs-mime.html" title="MIME typing">
<meta name="generator" content="GTK-Doc V1.18 (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="gnome-vfs-2.0-gnome-vfs-inet-connection.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">GnomeVFS - Filesystem Abstraction library</th>
<td><a accesskey="n" href="gnome-vfs-2.0-gnome-vfs-mime.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="chapter">
<div class="titlepage"><div><div><h2 class="title">
<a name="mime-registry"></a>MIME Registry</h2></div></div></div>
<div class="toc"><dl>
<dt>
<span class="refentrytitle"><a href="gnome-vfs-2.0-gnome-vfs-mime.html">MIME typing</a></span><span class="refpurpose"> — functions to get a mime-type for a file using its name or its content</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gnome-vfs-2.0-gnome-vfs-mime-utils.html">gnome-vfs-mime-utils</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="gnome-vfs-2.0-gnome-vfs-mime-database.html">MIME Database</a></span><span class="refpurpose"> — functions for getting information about applications and components associated with MIME types.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gnome-vfs-2.0-gnome-vfs-mime-monitor.html">gnome-vfs-mime-monitor</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html">gnome-vfs-mime-database-deprecated</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="gnome-vfs-2.0-gnome-vfs-application-registry.html">Deprecated Application Registry API</a></span><span class="refpurpose"> — formerly used for managing applications. Replaced by
<span class="type">GnomeVFS MIME Database</span> API</span>
</dt>
</dl></div>
<p>
MIME types provide a standardized for denoting the content of files or
file streams. GnomeVFS exposes simple methods for both identifying the
MIME type of a particular file, and deciding how to act on it. The MIME
and application registries provide a mapping between files of a particular
mime type and applications / bonobo components which can view or edit
those files. Applications such as Nautilus use this database to generate
appropriate actions when files are activated.
</p>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18</div>
</body>
</html>
|