/usr/share/doc/mhonarc/rcfileexs/date.mrc.html is in mhonarc 2.6.18-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 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 | <html>
<body>
<pre>
<!-- MHonArc Resource File -->
<!-- $Id: date.mrc,v 1.4 2003/10/06 22:04:23 ehood Exp $
Earl Hood <earl @ earlhood . com>
-->
<!-- This resource file utilizes the day grouping feature of MHonArc
to format the main index.
-->
<!-- Specify date sorting.
-->
<b><a href="../resources/sort.html"><Sort></a></b>
<!-- Set USELOCALTIME since local date formats are used when displaying
dates.
-->
<b><a href="../resources/uselocaltime.html"><UseLocalTime></a></b>
<!-- Define message local date format to print day of the week, month,
month day, and year. Format used for day group heading.
-->
<b><a href="../resources/msglocaldatefmt.html"><MsgLocalDateFmt></a></b>
%B %d, %y
<b></MsgLocalDateFmt></b>
<!-- Redefine LISTBEGIN since a table will be used for index listing.
-->
<b><a href="../resources/listbegin.html"><ListBegin></a></b>
<UL>
<LI><A HREF="<b><a href="../rcvars.html#TIDXFNAME">$TIDXFNAME$</a></b>">Thread Index</A></LI>
</UL>
<HR>
<table border=0>
<b></ListBegin></b>
<!-- DAYBEGIN defines the markup to be printed when a new day group
is started.
-->
<b><a href="../resources/daybegin.html"><DayBegin></a></b>
<tr><td colspan=4><strong><b><a href="../rcvars.html#MSGLOCALDATE">$MSGLOCALDATE$</a></b></strong></td></tr>
<b></DayBegin></b>
<!-- DAYBEND defines the markup to be printed when a day group
ends. No markup is needed in this case, so we leave it blank.
-->
<b><a href="../resources/dayend.html"><DayEnd></a></b>
<b></DayEnd></b>
<!-- Define LITEMPLATE to display the time of day the message was
sent, message subject, author, and any annotation for the
message.
-->
<b><a href="../resources/litemplate.html"><LiTemplate></a></b>
<tr valign=top>
<td><b><a href="../rcvars.html#MSGLOCALDATE">$MSGLOCALDATE(CUR;%H:%M)$</a></b></td>
<td><b><b><a href="../rcvars.html#SUBJECT">$SUBJECT$</a></b></b></td>
<td><b><a href="../rcvars.html#FROMNAME">$FROMNAME$</a></b></td>
<td><b><a href="../rcvars.html#NOTE">$NOTE$</a></b></td>
</tr>
<b></LiTemplate></b>
<!-- Define LISTEND to close table
-->
<b><a href="../resources/listend.html"><ListEnd></a></b>
</table>
<b></ListEnd></b>
</pre>
</body>
</html>
|