This file is indexed.

/usr/share/doc/tagua/README.Debian is in tagua 1.0~alpha2-15+b1.

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
tagua for Debian
----------------

IA engines currently have to be manually configured in your
~/.kde/share/config/taguarc.xml.  Here is a sample <engines> block.

 <engines>
  <engine>
   <name>GNU Chess</name>
   <path>/usr/games/gnuchess</path>
   <type>xboard</type>
  </engine>
  <engine>
   <name>GNU Shogi</name>
   <path>/usr/games/gnushogi</path>
   <type>gnushogi</type>
  </engine>
  <engine>
   <name>GPS Shogi</name>
   <path>/export/work/yann/games/tagua/shogi/gpsshogi/bin/gpsshogi</path>
   <type>gnushogi</type>
  </engine>
 </engines>

 -- Yann Dirson <dirson@debian.org>, Thu,  7 Jul 2016 00:04:10 +0200