This file is indexed.

/usr/share/doc/libdata-stag-perl/homepage/script-docs/stag-autotemplate.html is in libdata-stag-perl 0.11-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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<HTML>
<HEAD>
<TITLE>stag-autotemplate</TITLE>
<LINK REV="made" HREF="mailto:feedback@suse.de">
</HEAD>

<BODY>

<A NAME="__index__"></A>
<!-- INDEX BEGIN -->

<UL>

	<LI><A HREF="#name">NAME</A></LI>
	<LI><A HREF="#synopsis">SYNOPSIS</A></LI>
	<LI><A HREF="#description">DESCRIPTION</A></LI>
	<LI><A HREF="#arguments">ARGUMENTS</A></LI>
</UL>
<!-- INDEX END -->

<HR>
<P>
<H1><A NAME="name">NAME</A></H1>
<PRE>
  stag-autotemplate.pl</PRE>
<P>
<HR>
<H1><A NAME="synopsis">SYNOPSIS</A></H1>
<PRE>
  stag-autotemplate.pl \
    -s my-schema-name -dir ./templates my-sample-data.xml</PRE>
<PRE>
  stag-autotemplate.pl \
    -s my-schema-name -dir ./templates -no_pp my-stagschema.sxpr</PRE>
<P>
<HR>
<H1><A NAME="description">DESCRIPTION</A></H1>
<P>Generates Stag SQL Templates files based on sample data or a stag-schema</P>
<P>See the script
</P>
<PRE>

  stag-autoschema.pl</PRE>
<P>for generating stag schemas from sample data</P>
<P>
<HR>
<H1><A NAME="arguments">ARGUMENTS</A></H1>
<DL>
<DT><STRONG><A NAME="item_%2Dno_pp">-no_pp</A></STRONG><BR>
<DD>
do not pre-process (the input is a stag schema, not a sample data file)
<P></P>
<DT><STRONG><A NAME="item_%2Ddir">-dir</A></STRONG><BR>
<DD>
directory in which to write autogenerated templates
<P></P></DL>

</BODY>

</HTML>