This file is indexed.

/usr/share/doc/slashtime/HACKING is in slashtime 0.5.13-1.

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
A guide to hacking on slashtime:

RETRIEVING THE SOURCE CODE
--------------------------

	$ bzr init-repo slashtime
	$ cd slashtime
	$ bzr checkout http://research.operationaldynamics.com/bzr/slashtime/mainline
	$ bzr branch mainline working
	$ cd working
	$ ./configure
	$ make

Now try

	$ ./slashtime


RUNNING IN ECLIPSE
------------------

One of the significant reasons to ensure that the program still builds and runs
with a conventional Java VM is so that it can be worked on in Eclipse. The
build system, equivalence, is designed with this in mind.


CONTRIBUTING
------------

We would welcome contributions back. If you'd like to do so, please follow the
code formatting conventions you see, or use something like Eclipse to
autoformat things.

AfC