This file is indexed.

/usr/share/doc/maxima/README.Debian is in maxima 5.34.1-2.

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
maxima for Debian
----------------------

What's new in 5.9.1:
--------------------

readline support is now toggled automatically depending on your
terminal environment.

gnuplot is now the default plotting mode.

Additional useful documentation on maxima, which is not
redistributable, can be found at

http://maxima.sourceforge.net/docs.shtml


What's new:
-----------
Preliminary readline support: To activate readline support in maxima,
execute the following on startup:

	load("readline.o");
	:lisp (si::init-readline)

Old README:
-----------

If you know some lisp, are mathematically inclined, and would like to
contribute to maxima, please see the following url regarding
contributions:

http://www.ma.utexas.edu/users/wfs/submit-maxima.html

Items to cleanup:
	Have to duplicate info files in /usr/lib/maxima-5.5-beta/info for
		describe() to work
	Have to duplicate gcl source
	Have to load and init readline module by hand at startup

 -- Camm Maguire <camm@enhanced.com>, Wed Feb 23 19:37:03 2005