This file is indexed.

/usr/share/doc/python-gtkmvc-doc/examples/converter/about is in python-gtkmvc-doc 1.99.1-1build1.

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
<big><b>A non-trivial example of gtkmvc</b></big>

<i>Copyright (C) 2006 by Roberto Cavada 
roboogle@gmail.com</i>

This example shows how the design 
and the development of a simple currency
converter can be done with <i>gtkmvc</i>. 

The idea is to split the logics and the 
presentation (<i>GUI</i>)layers of 
the application. 
This allows users to use the application 
in both interactive and batch mode 
(i.e. from a command line).

The tutorial has been designed with 
an exaggerately complex structure,
as the goal is to show how <i>gtkmvc</i>
can be effectively used to design
and develop middle and large 
applications.

<b>Hope you'll enjoy working with 
<i>gtkmvc</i>!</b>

<i>Roberto Cavada</i>