This file is indexed.

/usr/share/doc/weborf/README is in weborf 0.13-3.

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
- CONFIGURATION
Base directory, port and interface to listen to can be set using command line
To see command line options run weborf -h

Further configuration can be done by modifying options.h.in and configuring and compiling again.
Explaination of paramethers can be found within the file itself.

You might want to do (if you downloaded from svn, you don't really have a choice):
autoreconf -f -i

- COMPILING
make clean
./configure
make

- RUN
./weborf


- INSTALL (Not mandatory)
make install (as root)
then you will have weborf's manual
man weborf

- UNINSTALL (deprecated ;-))
make uninstall (as root)