/usr/share/gtk-doc/html/pigment/introduction.html is in libpigment0.3-dev 0.3.17-1ubuntu1.
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 | <!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</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
<link rel="start" href="index.html" title="Pigment 0.3 Reference Manual">
<link rel="up" href="index.html" title="Pigment 0.3 Reference Manual">
<link rel="prev" href="index.html" title="Pigment 0.3 Reference Manual">
<link rel="next" href="pigment-overview.html" title="Part I. Pigment Overview">
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="preface" href="introduction.html" title="Introduction">
<link rel="part" href="pigment-overview.html" title="Part I. Pigment Overview">
<link rel="part" href="pigment-core.html" title="Part II. Pigment Core Reference">
<link rel="part" href="pigment-library.html" title="Part III. Pigment Library Reference">
<link rel="index" href="pigment-hierarchy.html" title="Object Hierarchy">
<link rel="index" href="api-index.html" title="Index">
</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">Pigment 0.3
Reference Manual</th>
<td><a accesskey="n" href="pigment-overview.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="preface" lang="en">
<div class="titlepage"><div><div><h2 class="title">
<a name="introduction"></a>Introduction</h2></div></div></div>
<p>
Pigment is a library for creating rich application user interfaces. It
allows embedding multimedia contents such as audio and video thanks to
a simple integration of the GStreamer library. Pigment uses a plugin
system allowing to render interfaces using different rendering API
such as <a class="ulink" href="http://www.khronos.org/opengl" target="_top">OpenGL</a>, <a class="ulink" href="http://www.khronos.org/opengles" target="_top">OpenGL ES</a> or
Direct3D. It works on many UNIX-like platforms, Windows, Mac and
embedded devices.
</p>
<p>
Pigment has originally been created to be used in
the <a class="ulink" href="http://elisa.fluendo.com" target="_top">Elisa Media
Center</a>, but is also really useful for projects looking for
slick, efficient and innovative user interfaces.
</p>
<p>
Pigment is released under the GNU Lesser General Public License (GNU
LGPL), which allows for flexible licensing of client
applications. Pigment has a C-based object-oriented architecture that
allows for maximum flexibility. Bindings for other languages like
Python have been written.
</p>
<p>
Pigment depends on the following libraries:
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term">
<a class="ulink" href="http://www.gtk.org" target="_top">GLib</a>
</span></p></td>
<td><p>
A general-purpose utility library, not specific to graphical user
interfaces. GLib provides many useful data types, macros, type
conversions, string utilities, file utilities, a main loop
abstraction, and so on.
</p></td>
</tr>
<tr>
<td><p><span class="term">
<a class="ulink" href="http://developer.gnome.org/arch/imaging/gdkpixbuf.html" target="_top">
GdkPixbuf
</a>
</span></p></td>
<td><p>
A small library which allowing to load pixel buffers from image data
or image files of several formats.
</p></td>
</tr>
<tr>
<td><p><span class="term">
<a class="ulink" href="http://gstreamer.freedesktop.org" target="_top">GStreamer</a>
</span></p></td>
<td><p>
A library that allows the construction of graphs of media-handling
components, ranging from simple Ogg/Vorbis playback to complex audio
and video processing. Applications can take advantage of advances in
codec and filter technology transparently. Developers can add new
codecs and filters by writing a simple plugin with a clean, generic
interface.
</p></td>
</tr>
</tbody>
</table></div>
<p>
</p>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.11</div>
</body>
</html>
|