This file is indexed.

/usr/share/doc/freetennis-common/web-site/cvs.html is in freetennis-common 0.4.8-10.

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
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>




  
  
  
  
  <title>Free Tennis - Download</title>
</head>


<body>





<h1><font color="#ff0808">Free tennis: obtaining the
program</font></h1>





<p><span style="font-weight: bold;"></span>Currently,
<span style="font-style: italic;">Free Tennis</span>
is only available as source code.  You'll have to download it, then compile it.</p>
<p><small>(An ebuild for gentoo seems to be available <a href="http://forums.gentoo.org/viewtopic-p-2892430.html">here</a>)</small></p>





<h2>Downloading the source code</h2>


<small></small>


<p> There are two ways to get the source code: the latest official
release and the CVS repository. The version in CVS usually has more
features, and it might have more, as well as fewer, bugs than the
official source release. To discover which version is best for you,
consult the two changelogs in the home page,
which show the difference between the CVS version and the latest
official release.
</p>





<h3>Official source release</h3>





The latest source release is available <a href="https://sourceforge.net/project/showfiles.php?group_id=150502">here</a>.
<h3>Latest snapshot - CVS</h3>





To get the latest source code, you must use a program called CVS. Under
GNU/linux, just install CVS, which comes with most distributions, then
open a terminal and copy&amp;paste this text:
<pre>cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/freetennis checkout freetennis<br></pre>





<p>This will create a directory called <span style="font-family: monospace;">freetennis </span>in
your current
directory, and put the source code in it.
</p>





<h2>Compiling the source code</h2>


 Instructions for compiling (and
info about the required dependencies) are available <a href="http://cvs.sourceforge.net/viewcvs.py/*checkout*/freetennis/freetennis/INSTALL.txt">
here</a>.

<p> The compilation was tested under Ubuntu GNU/Linux and Debian Sarge
GNU/Linux, but it should be possible to compile under Windows, since
portable libraries have been used.

  </p>


</body>
</html>