This file is indexed.

/usr/share/doc/qtoctave-utils/widgetserver/readme.txt is in qtoctave 0.10.1-4.

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
WidgetServer can make windows. In this work, it uses a very easy language. Programs can deal with WidgetServer using standard input and they can get widgets events in standar output.
WidgetServer is independent of programming languaje. It can create windows from C, Python, Java, Perl, Bash,...

INSTALL

You need install Qt4 and Qt4-dev package in your system. Then open a terminal session and enter in widgetserver directory (inside of source directory):

cd widgetserver

There you will see "widgetserver.pro" file. Then write:

qmake
make

Compilation starts. When it finishs, "widgetserver" executable appeared. You can copy "widgetserver" to final path.