This file is indexed.

/usr/share/doc/viewmol/html/node18.html is in viewmol 2.4.1-24+b1.

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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--****************************************************************************
*                                                                              *
*                                   Viewmol                                    *
*                                                                              *
*                            N O D E 1 8 . H T M L                             *
*                                                                              *
*                    Copyright (c) Joerg-R. Hill, October 2003                 *
*                                                                              *
********************************************************************************
*-->
<html>
<head>
<title>10 Programming VIEWMOL with Python</title>
<META NAME="description" CONTENT="10 Programming VIEWMOL with Python">
<META NAME="keywords" CONTENT="viewmol">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="STYLESHEET" href="viewmol.css">
<link rel="first" href="viewmol.html">

</head>
<body>
<H1><A NAME="SECTION0001000000000000000000">
10 Programming V<SMALL>IEWMOL</SMALL> with Python</A>
</H1>
V<SMALL>IEWMOL</SMALL> can be programmed using Python. The Python interpreter embedded
in V<SMALL>IEWMOL</SMALL> has been extended by the modules:

<UL>
<LI><code>atom</code>
</LI>
<LI><code>element</code>
</LI>
<LI><code>energylevel</code>
</LI>
<LI><code>history</code>
</LI>
<LI><code>label</code>
</LI>
<LI><code>light</code>
</LI>
<LI><code>molecule</code>
</LI>
<LI><code>spectrum</code>
</LI>
<LI><code>viewmol</code>
</LI>
</UL>
which allow Python programs access to V<SMALL>IEWMOL</SMALL>'s internal data model and
functions. Each module provides a number of functions for use in Python programs.

<P>

<p><hr>
<!--Table of Child-Links-->
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></a>

<UL CLASS="ChildLinks">
<LI><A href="node19.html">10.1 The <TT>atom</TT> module</a>
<LI><A href="node20.html">10.2 The <TT>element</TT> module</a>
<LI><A href="node21.html">10.3 The <TT>energylevel</TT> module</a>
<LI><A href="node22.html">10.4 The <TT>history</TT> module</a>
<LI><A href="node23.html">10.5 The <TT>label</TT> module</a>
<LI><A href="node24.html">10.6 The <TT>light</TT> module</a>
<LI><A href="node25.html">10.7 The <TT>molecule</TT> module</a>
<LI><A href="node26.html">10.8 The <TT>spectrum</TT> module</a>
<LI><A href="node27.html">10.9 The <TT>viewmol</TT> module</a>
<LI><A href="node28.html">10.10 Installing Python scripts in the ``Run script" menu</a>
</ul>
<!--End of Table of Child-Links-->

<p><hr>
<ADDRESS>
<a href="mailto:joehill@users.sourceforge.net"><i>J&ouml;rg-R&uuml;diger Hill</i></a> Fri Oct 31 14:19:21 CET 2003
</ADDRESS>
</BODY>
</HTML>