This file is indexed.

/usr/share/doc/chise-db/README.en is in chise-db 0.3.0-2ubuntu2.

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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
This package contains the CHISE Library.

Installing the CHISE Library
****************************

PREREQUISITES
=============

Please install Berkeley DB Version 3 or later before installing the
CHISE Library.


CONFIGURATION
=============

In the top level directory of the CHISE Library distribution, run the
program `configure' as follows:

  % ./configure


RUNNING MAKE
============

Run the program `make' as follows:

  % make


Installing
==========

Type `make install' as follows:

  % make install


Reporting Bugs
**************

If you write bug-reports and/or suggestions for improvement, please
send them to the CHISE Mailing List:

  chise-en@m17n.org	(English)
  chise-ja@m17n.org	(Japanese)

Via the CHISE mailing list, you can report libchise bugs, obtain the
latest release of libchise, and discuss future enhancements to
libchise.  To join the CHISE mailing list, send an empty e-mail to

  chise-en-ctl@m17n.org	(English)
  chise-ja-ctl@m17n.org	(Japanese)


* CVS

Development of libchise uses CVS.  So latest developing version is
available at CVS.

** cvs login (first time only)

  % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/chise login

  CVS password: [CR] # NULL string

** checkout

  % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/chise checkout libchise

  If you would like to join CVS based development, please declare it
in the CHISE mailing list.

We hope you will join the open development.