This file is indexed.

/usr/share/doc/mhonarc/rcfileexs/blog.mrc.html is in mhonarc 2.6.18-3.

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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<html>
<body>
<pre>
&lt;!-- ================================================================== --&gt;
&lt;!-- File:
	$Id: blog.mrc,v 1.4 2004/03/15 21:07:18 ehood Exp $
     Author:
	Earl Hood &lt;earl @ earlhood . com&gt;

     Description:
	MHonArc, &lt;http://www.mhonarc.org/&gt;, resource file to
	generate a "blogger"-style archive.  I.e.  All messages
	are displayed on a single page.

     Dependencies:
	For things to work, server-side includes must be enabled
	for .shtml files in the directory the archive will exist.
  --&gt;
&lt;!-- ================================================================== --&gt;

&lt;!-- Sort messages by date. --&gt;
<b><a href="../resources/sort.html">&lt;Sort&gt;</a></b>

&lt;!-- We do not care for threading here. --&gt;
<b><a href="../resources/thread.html">&lt;NoThread&gt;</a></b>

&lt;!-- ================================================================== --&gt;
&lt;!--  Main Index Page							--&gt;
&lt;!-- ================================================================== --&gt;

&lt;!-- Make sure main index page has proper extension for SSI. --&gt;
<b><a href="../resources/idxfname.html">&lt;IdxFname&gt;</a></b>
index.shtml
<b>&lt;/IdxFname&gt;</b>

&lt;!-- We define beginning markup to include style definitions. --&gt;
<b><a href="../resources/idxpgbegin.html">&lt;IdxPgBegin&gt;</a></b>
&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd"&gt;
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;<b><a href="../rcvars.html#IDXTITLE">$IDXTITLE$</a></b>&lt;/title&gt;
&lt;/head&gt;
&lt;style type="text/css"&gt;
.msg_subject {
  border-color: black;
  border-style: solid;
  border-width: thin;
  color: white;
  background-color: gray;
  font-weight: bold;
  padding-bottom: 0em;
  margin-bottom: 0.25em;
}
.msg_fields {
  font-size: 0.9em;
  font-style: italic;
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 1em;
}
&lt;/style&gt;
&lt;body&gt;
&lt;h1&gt;<b><a href="../rcvars.html#IDXTITLE">$IDXTITLE$</a></b>&lt;/h1&gt;
<b>&lt;/IdxPgBegin&gt;</b>

&lt;!-- The index listing will just be a list of SSI directives. --&gt;
<b><a href="../resources/listbegin.html">&lt;ListBegin&gt;</a></b>

<b>&lt;/ListBegin&gt;</b>
<b><a href="../resources/litemplate.html">&lt;LiTemplate&gt;</a></b>
&lt;!--#include virtual="<b><a href="../rcvars.html#MSG">$MSG$</a></b>" --&gt;
<b>&lt;/LiTemplate&gt;</b>
<b><a href="../resources/listend.html">&lt;ListEnd&gt;</a></b>

<b>&lt;/ListEnd&gt;</b>

&lt;!-- ================================================================== --&gt;
&lt;!--  Message Page							--&gt;
&lt;!-- ================================================================== --&gt;
&lt;!--	For message pages, we remove any &lt;html&gt;, et. al. markup
	since they will not be stand-alone documents but included
	by the index page.
  --&gt;

&lt;!-- Disable follow-up/references section.  This is probably a matter
     of personal preference,  If enabled, the FOLUPLITXT and REFSLITXT
     resources will need to be modified to have relative links to
     messages.
  --&gt;
<b><a href="../resources/folrefs.html">&lt;NoFolRefs&gt;</a></b>

&lt;!-- Make sure message-id links (e.g. in-reply-to, references) are
     relative since all messages are on the same page.
  --&gt;
<b><a href="../resources/msgidlink.html">&lt;MsgIdLink&gt;</a></b>
&lt;a href="#<b><a href="../rcvars.html#MSGNUM">$MSGNUM$</a></b>"&gt;<b><a href="../rcvars.html#MSGID">$MSGID$</a></b>&lt;/a&gt;
<b>&lt;/MsgIdLink&gt;</b>

&lt;!-- Clear out beginning markup. --&gt;
<b><a href="../resources/msgpgbegin.html">&lt;MsgPgBegin&gt;</a></b>

<b>&lt;/MsgPgBegin&gt;</b>
<b><a href="../resources/toplinks.html">&lt;TopLinks&gt;</a></b>

<b>&lt;/TopLinks&gt;</b>

&lt;!-- This will be are physical separator for messages. --&gt;
<b><a href="../resources/subjectheader.html">&lt;SubjectHeader&gt;</a></b>
&lt;h3 class="msg_subject"&gt;&lt;a name="<b><a href="../rcvars.html#MSGNUM">$MSGNUM$</a></b>"&gt;<b><a href="../rcvars.html#SUBJECTNA">$SUBJECTNA$</a></b>&lt;/a&gt;&lt;/h3&gt;
&lt;p class="msg_fields"&gt;
&lt;b&gt;Date:&lt;/b&gt; <b><a href="../rcvars.html#MSGLOCALDATE">$MSGLOCALDATE$</a></b>&lt;br&gt;
&lt;b&gt;From:&lt;/b&gt; <b><a href="../rcvars.html#FROM">$FROM$</a></b>
&lt;/p&gt;
<b>&lt;/SubjectHeader&gt;</b>

&lt;!-- Only display a very minimal message header.  We already
     rolled a mini-header in SUBJECTHEADER, so we only include
     any additional fields that cannot be referenced via resource
     variables.
     
     We make the style the same as the mini-header above.
  --&gt;
<b><a href="../resources/fieldsbeg.html">&lt;FieldsBeg&gt;</a></b>
&lt;p class="msg_fields"&gt;
<b>&lt;/FieldsBeg&gt;</b>
<b><a href="../resources/labelbeg.html">&lt;LabelBeg&gt;</a></b>
&lt;b&gt;
<b>&lt;/LabelBeg&gt;</b>
<b><a href="../resources/labelend.html">&lt;LabelEnd&gt;</a></b>
:&lt;/b&gt;
<b>&lt;/LabelEnd&gt;</b>
<b><a href="../resources/fldbeg.html">&lt;FldBeg&gt;</a></b>

<b>&lt;/FldBeg&gt;</b>
<b><a href="../resources/fldend.html">&lt;FldEnd&gt;</a></b>
&lt;br&gt;
<b>&lt;/FldEnd&gt;</b>
<b><a href="../resources/fieldsend.html">&lt;FieldsEnd&gt;</a></b>
&lt;/p&gt;
<b>&lt;/FieldsEnd&gt;</b>

<b><a href="../resources/fieldorder.html">&lt;FieldOrder&gt;</a></b>
in-reply-to
references
<b>&lt;/FieldOrder&gt;</b>

<b><a href="../resources/headbodysep.html">&lt;HeadBodySep&gt;</a></b>

<b>&lt;/HeadBodySep&gt;</b>

&lt;!-- Clear out ending markup. --&gt;
<b><a href="../resources/msgbodyend.html">&lt;MsgBodyEnd&gt;</a></b>

<b>&lt;/MsgBodyEnd&gt;</b>
<b><a href="../resources/botlinks.html">&lt;BotLinks&gt;</a></b>

<b>&lt;/BotLinks&gt;</b>
<b><a href="../resources/msgpgend.html">&lt;MsgPgEnd&gt;</a></b>

<b>&lt;/MsgPgEnd&gt;</b>

</pre>
</body>
</html>