This file is indexed.

/usr/share/doc/libdigidoc2/README is in libdigidoc2 2.7.0-0ubuntu4.

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
libDigiDoc
==========

libDigiDoc is a library implementing a subset of the XAdES digital
signature standard on top of Estonian specific .ddoc container format.
It allows to create, sign, verify, and modify digidoc XML containers.

The library dates back to times when there were no proper XML to
code binding generators and is thus a complete mess of printf-s.
It is only used by the libdigidocpp library for handling .ddoc
files in order to ensure a bug-by-bug compatibility with old software.

THIS LIBRARY IS OBSOLETE. PLEASE DO NOT USE IT FOR NEW DEVELOPMENTS.


Dependencies
============

cmake >= 2.6.0
libxml2
openssl >= 0.9.8a
zlib
pkcs11 library (e.g. opensc)


BUILD INSTRUCTIONS
==================

1. Run build with cmake
     mkdir build
     cd build
     cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONF_INSTALL_DIR=/etc ..
     make -j4
2. Install the library to a system wide directory
     make install


History
=======

You can find more information about DigiDoc from www.openxades.org
The project was initiated by AS Sertifitseerimiskeskus (www.sk.ee)
and implemented by Veiko Sinivee (veiko.sinive@seb.se)
The sources of the library were released from several websites,
mainly www.sk.ee and openxades.org.
Openxades.org still maintains a source download to make sure the
certificates included with the library are current.
There is no active development.