/usr/share/doc/libgnomevfs2-common/html/about.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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Introduction to GnomeVFS</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="index.html" title="GnomeVFS - Filesystem Abstraction library">
<link rel="next" href="gnome-vfs-first-steps.html" title="A Gentle Programming Primer">
<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="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">GnomeVFS - Filesystem Abstraction library</th>
<td><a accesskey="n" href="gnome-vfs-first-steps.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="about"></a>Introduction to GnomeVFS</h2></div></div></div>
<div class="toc"><dl>
<dt><span class="sect1"><a href="about.html#idp80192">Uses and Purpose</a></span></dt>
<dd><dl>
<dt><span class="sect2"><a href="about.html#idp75088">User's Perspective</a></span></dt>
<dt><span class="sect2"><a href="about.html#idp76768">Developer's Perspective</a></span></dt>
</dl></dd>
<dt><span class="sect1"><a href="gnome-vfs-first-steps.html">A Gentle Programming Primer</a></span></dt>
<dd><dl>
<dt><span class="sect2"><a href="gnome-vfs-first-steps.html#idp4793184">Simple Sample Program</a></span></dt>
<dt><span class="sect2"><a href="gnome-vfs-first-steps.html#idp4775136">Conversion of a Sample Code Block</a></span></dt>
</dl></dd>
</dl></div>
<div class="sect1">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="idp80192"></a>Uses and Purpose</h2></div></div></div>
<p>
GnomeVFS is a filesystem abstraction library allowing applications
plugable transparent access to a variety of "real" filesystems, from
WebDAV to digital cameras, to the local filesystem. It also contains
a number of other convenient file utilities such as a comphrehensive
MIME database / Application registry, and a copy engine. Use of GnomeVFS
ensures that an application or component will be usable by Nautilus
or other GnomeVFS applications for handling the display of data from
various URIs, as well
</p>
<div class="sect2">
<div class="titlepage"><div><div><h3 class="title">
<a name="idp75088"></a>User's Perspective</h3></div></div></div>
<p>
From a user's perspective GnomeVFS enabled applications provide consistent
access to their data, whether it be stored on remote servers or on their
local harddisk, or even a peripheral device such as a Rio or a digital
camera. Rather than having to work around the distinction between storage
you can work off of and storage you can only "download" from or "upload" to,
GnomeVFS allows users to store their documents and data wherever it is
most convenient.
</p>
</div>
<div class="sect2">
<div class="titlepage"><div><div><h3 class="title">
<a name="idp76768"></a>Developer's Perspective</h3></div></div></div>
<p>
Besides providing transparent access to data methods that you might
otherwise have to implement, GnomeVFS provides a number of convenience
libraries for processing URIs, detecting the MIME type of files, and
even figuring out which applications or components to launch to view
a file or what icon to use. Writing a GnomeVFS module may also be an
appropriate solution to some data access problems as it allows the
developer to implement a relatively small number of functions to gain
general filesystem semantics (and of course, writing a GnomeVFS module
benefits other applications too!).
</p>
</div>
</div>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18</div>
</body>
</html>
|