This file is indexed.

/usr/share/doc/libs3d2/README is in libs3d2 0.2.2-14.

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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
             ________
            /        \________  _______
            \         \       \|       \
         ____\     ___/____   /|_       \
        /     \     \    \    \ |        \
        \            \____\_   \|         \
         \___________/          \    |    /
                 s3D \__________/________/




1.REASONS
---------

Many people, have been fascinated by 3D Desktops. There were/are projects like
3dwm and SUNs Looking Glass among others which try to replace your daily 
boring 2D Desktop. However, 3D GUIs are still hard and uncomfortable to use.

S3d unfortunately does not change that, but gives you a big playground to try 
your own ideas of 3D GUIs. With the simple API you can easily implement own 
interfaces without caring about writing object interaction, model loading or
3D widgets yourself. Many 3D applications can coexist in the same space 
(unlike usual OpenGL apps), just as the windows on your screen. And who knows, 
maybe we can really have a complete usable 3D desktop someday? :)

2.INSTALL
---------

see the INSTALL file

3. WARRANTY
-----------

I've written this program to satisfy myself (in some way), so please don't
assume that it could have ANY USEFULNESS. I just published it because I
thought someone might find it interesting, but there is no warranty for
anything. if you find bugs or you have ideas what you would like to see
implemented, or patches, please drop me a line.

4. LICENSE
----------

All those things are published under the GPLv2 or later at your option.
The Library is licensed under the GNU Lesser GPL (LGPL), so you can
also write close-sourced thing which links to the library (if you
really have to ...).
COPYING for the GPLv2 and COPYING.LESSER for the LGPLv2.1 are included too.
if I'm mistaken in any ownership-concerns, please tell me and don't be
too mad at me, as I have had no idea of licensing at all.

Applications (GPLv2 or later):
* apps/dot_mcp
* apps/kism3d
* apps/meshs3d
* apps/s3d_x11gate
* apps/s3dfm
* apps/s3dosm
* apps/s3dvt
* example/*
* server

Librarys (LGPLv2.1 or later)
* libs3d
* libs3dw

5. DOCUMENTATION
----------------

please see the "Documentation" folder

6. CONTACT
----------

MAIL: 	sw@simonwunderlich.de
IRC: 	#s3d @ irc.freenode.org
WWW:	http://s3d.berlios.de

Any Feedback is welcome!!

7. TEAM
-------
	Sven Eckelmann <sven@narfation.org>
	Mike Graenz <mog@users.berlios.de>
	Andreas Kohn <andreas@syndrom23.de>
	Andreas Langer <an.langer@gmx.de>
	Marek Lindner <mareklindner@neomailbox.ch>
	Timo Schneider <timos@hrz.tu-chemnitz.de>
	Christiane Weidauer <yd@freakkind.de>
	Simon Wunderlich <sw@simonwunderlich.de>