This file is indexed.

/usr/share/doc/frei0r-plugins-1.1/html/group__pluglocations.html is in frei0r-plugins-doc 1.1.22git20091109-1.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>frei0r: Plugin Locations</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.4.6 -->
<div class="tabs">
  <ul>
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="modules.html"><span>Modules</span></a></li>
    <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
    <li><a href="files.html"><span>Files</span></a></li>
    <li><a href="dirs.html"><span>Directories</span></a></li>
  </ul></div>
<h1>Plugin Locations</h1><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
</table>
<h2><a class="anchor" name="sec_pluglocations">
Plugin Locations</a></h2>
For Unix platforms there are rules for the location of frei0r plugins.<p>
frei0r 1.x plugin files should be located in<p>
<ul>
<li>(1) /usr/lib/frei0r-1/&lt;vendor&gt;</li><li>(2) /usr/local/lib/frei0r-1/&lt;vendor&gt;</li><li>(3) $HOME/.frei0r-1/lib/&lt;vendor&gt;</li></ul>
<p>
Examples:<p>
<ul>
<li>/usr/lib/frei0r-1/mob/flippo.so</li><li>/usr/lib/frei0r-1/drone/flippo.so</li><li>/usr/local/lib/frei0r-1/gephex/coma/invert0r.so</li><li>/home/martin/.frei0r-1/lib/martin/test.so</li></ul>
<p>
Like in these examples plugins should be placed in "vendor" subdirs to reduce name clashes.<h3><a class="anchor" name="sec_order">
Plugin Loading Order</a></h3>
The application shall load plugins in the following order: 3, 2, 1. If a name clash occurs (two or more frei0r plugins with identical effect name), the plugins in directory 3 have precedence over plugins in directory 2, and those in directory 2 have precedence over plugins in directory 1.<p>
This makes it possible for users to "override" effects that are installed in system wide directories by placing plugins in their home directory.<p>
The order of loading plugins inside each of the directories 1, 2, and 3 is not defined. <hr size="1"><address style="align: right;"><small>Generated on Wed Nov 7 12:07:53 2007 for frei0r by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>