Parent: [13c55b] (diff)

Child: [6d51ea] (diff)

Download this file

index.html    40 lines (39 with data), 4.0 kB

 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>pxattr: pxattr: portable extended attributes C++ programming interface</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.6 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li class="current"><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>pxattr: portable extended attributes C++ programming interface</h1>
<p>
<h3 align="center">1.0 </h3><dl class="author" compact><dt><b>Authors:</b></dt><dd>Jean-Francois Dockes &lt;<a href="mailto:jfd@recoll.org">jfd@recoll.org</a>&gt;</dd></dl>
<h2><a class="anchor" name="intro">
Introduction</a></h2>
Extended attributes are pieces of arbitrarily named data associated with a file and managed by the file system.<p>
The names and the values for the attributes are freely chosen by applications and/or users, with very few restrictions. Most recent systems support extended attributes, but the interfaces used to manage them are far from identical.<p>
Linux, FreeBSD and Mac OS X all provide similar extended attributes functionality.<p>
The <a class="el" href="namespacepxattr.html" title="Provide a uniform C++ API for extended file attributes on Linux/FreeBSD and MacOSX...">pxattr</a> package aims at providing a single interface to extended attributes on all three systems. It consists in a single C++ module (one source and one include file), which is to be included in the application source code (being too trivial to justify a library).<p>
The C++ file can also be compiled to a command line program, which is both a test tool and a handy way to manage attributes from the command line.<p>
<a class="el" href="namespacepxattr.html" title="Provide a uniform C++ API for extended file attributes on Linux/FreeBSD and MacOSX...">pxattr</a> is free software, with an MIT-type license, use and redistribute freely.<p>
Download <a class="el" href="namespacepxattr.html" title="Provide a uniform C++ API for extended file attributes on Linux/FreeBSD and MacOSX...">pxattr</a>: <a href="pxattr-1.0.4.tar.gz">pxattr-1.0.4.tar.gz</a><p>
<dl class="user" compact><dt><b>Licensing</b></dt><dd>Copyright (c) 2009 Jean-Francois Dockes </dd></dl>
<dl class="user" compact><dt><b></b></dt><dd>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: </dd></dl>
<dl class="user" compact><dt><b></b></dt><dd>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. </dd></dl>
<dl class="user" compact><dt><b></b></dt><dd>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. </dd></dl>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Tue Jan 20 15:42:34 2009 for pxattr by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
</body>
</html>