This file is indexed.

/usr/share/doc/phamm/README.PLUGINS is in phamm 0.6.2-1.2ubuntu1.

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
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; Phamm - README.PLUGINS
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

  Copyright (c) 2006 Alessandro De Zorzi, Mirko Grava
  				<team@phamm.org> http://www.phamm.org/

  Permission is granted to copy, distribute and/or modify this document
  under the terms of the GNU Free Documentation License, Version 1.2
  or any later version published by the Free Software Foundation;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

Create a file .xml inside plugins directory

<PLUGIN_NAME>.xml

Take a look at DTD/phamm-plugins.dtd

To validate a XML plugin description file use
on-line or other tools

http://validator.w3.org/
http://www.stg.brown.edu/service/xmlvalid/

Enable plugin with a new entry in config.inc.php

$plugins[] = "<PLUGIN_NAME>";