This file is indexed.

/usr/share/doc/openmolar/README.Debian is in openmolar 0.6.2-2.

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
This is "beta" release so it may not be ready for production use.
=================================================================

----
## Configurable documents :: http://openmolar.com/om1/help/documents

Since version 0.5.0 Openmolar1 can be configured to provide shortcuts to
documents on the client computer (and consequently ships
with fewer irrelevant/historical documents!).

An example use for this is
to store reference documents for certain clinical situations, of for
billing information from health boards or insurance companies.
However, users are encouraged to use this flexible feature as they see fit!

The simple way to use this is to place such documents in the hidden folder
"~/.openmolar/documents", and openmolar will offer these to the user
when the document dialog is opened.

A more complex configuration is to place a docs.xml file in this folder.
Using this method the user is presented with a more human readable
choice of files, ordered into tabs. the format of this file is as follows -
and hopefully self-explanatory!

    <?xml version="1.0" encoding="UTF-8"?>
    <documents>
      <group heading="Fees">
        <document title="Reference document one" filename="myfile.pdf"/>
        <document title="Reference two" filename="microsoft.doc"/>
      </group>
      <group heading="perio docs">
        <document title="CPITN" filename="cpitn.pdf"/>
        <document title="Antibiotic protocols for perio" filename="perio_antibiotics.xls"/>
      </group>
    </documents>