Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / doc / MHonArc / rcfileexs / blog.mrc.html
CommitLineData
86530b38
AT
1<html>
2<body>
3<pre>
4&lt;!-- ================================================================== --&gt;
5&lt;!-- File:
6 $Id: blog.mrc,v 1.2 2002/05/04 04:57:23 ehood Exp $
7 Author:
8 Earl Hood &lt;earl@earlhood.com&gt;
9
10 Description:
11 MHonArc, &lt;http://www.mhonarc.org/&gt;, resource file to
12 generate a "blogger"-style archive. I.e. All messages
13 are displayed on a single page.
14
15 Dependencies:
16 For things to work, server-side includes must be enabled
17 for .shtml files in the directory the archive will exist.
18 --&gt;
19&lt;!-- ================================================================== --&gt;
20
21&lt;!-- Sort messages by date. --&gt;
22<b><a href="../resources/sort.html">&lt;Sort&gt;</a></b>
23
24&lt;!-- We do not care for threading here. --&gt;
25<b><a href="../resources/thread.html">&lt;NoThread&gt;</a></b>
26
27&lt;!-- ================================================================== --&gt;
28&lt;!-- Main Index Page --&gt;
29&lt;!-- ================================================================== --&gt;
30
31&lt;!-- Make sure main index page has proper extension for SSI. --&gt;
32<b><a href="../resources/idxfname.html">&lt;IdxFname&gt;</a></b>
33index.shtml
34<b>&lt;/IdxFname&gt;</b>
35
36&lt;!-- We define beginning markup to include style definitions. --&gt;
37<b><a href="../resources/idxpgbegin.html">&lt;IdxPgBegin&gt;</a></b>
38&lt;!doctype html public "-//W3C//DTD HTML//EN"&gt;
39&lt;html&gt;
40&lt;head&gt;
41&lt;title&gt;<b><a href="../rcvars.html#IDXTITLE">$IDXTITLE$</a></b>&lt;/title&gt;
42&lt;/head&gt;
43&lt;style type="text/css"&gt;
44.msg_subject {
45 border-color: black;
46 border-style: solid;
47 border-width: thin;
48 color: white;
49 background-color: gray;
50 font-weight: bold;
51 padding-bottom: 0em;
52 margin-bottom: 0.25em;
53}
54.msg_fields {
55 font-size: 0.9em;
56 font-style: italic;
57 margin: 0em 0em 0em 0em;
58 padding: 0em 0em 0em 1em;
59}
60&lt;/style&gt;
61&lt;body&gt;
62&lt;h1&gt;<b><a href="../rcvars.html#IDXTITLE">$IDXTITLE$</a></b>&lt;/h1&gt;
63<b>&lt;/IdxPgBegin&gt;</b>
64
65&lt;!-- The index listing will just be a list of SSI directives. --&gt;
66<b><a href="../resources/listbegin.html">&lt;ListBegin&gt;</a></b>
67
68<b>&lt;/ListBegin&gt;</b>
69<b><a href="../resources/litemplate.html">&lt;LiTemplate&gt;</a></b>
70&lt;!--#include virtual="<b><a href="../rcvars.html#MSG">$MSG$</a></b>" --&gt;
71<b>&lt;/LiTemplate&gt;</b>
72<b><a href="../resources/listend.html">&lt;ListEnd&gt;</a></b>
73
74<b>&lt;/ListEnd&gt;</b>
75
76&lt;!-- ================================================================== --&gt;
77&lt;!-- Message Page --&gt;
78&lt;!-- ================================================================== --&gt;
79&lt;!-- For message pages, we remove any &lt;html&gt;, et. al. markup
80 since they will not be stand-alone documents but included
81 by the index page.
82 --&gt;
83
84&lt;!-- Disable follow-up/references section. This is probably a matter
85 of personal preference, If enabled, the FOLUPLITXT and REFSLITXT
86 resources will need to be modified to have relative links to
87 messages.
88 --&gt;
89<b><a href="../resources/folrefs.html">&lt;NoFolRefs&gt;</a></b>
90
91&lt;!-- Make sure message-id links (e.g. in-reply-to, references) are
92 relative since all messages are on the same page.
93 --&gt;
94<b><a href="../resources/msgidlink.html">&lt;MsgIdLink&gt;</a></b>
95&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;
96<b>&lt;/MsgIdLink&gt;</b>
97
98&lt;!-- Clear out beginning markup. --&gt;
99<b><a href="../resources/msgpgbegin.html">&lt;MsgPgBegin&gt;</a></b>
100
101<b>&lt;/MsgPgBegin&gt;</b>
102<b><a href="../resources/toplinks.html">&lt;TopLinks&gt;</a></b>
103
104<b>&lt;/TopLinks&gt;</b>
105
106&lt;!-- This will be are physical separator for messages. --&gt;
107<b><a href="../resources/subjectheader.html">&lt;SubjectHeader&gt;</a></b>
108&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;
109&lt;p class="msg_fields"&gt;
110&lt;b&gt;Date:&lt;/b&gt; <b><a href="../rcvars.html#MSGLOCALDATE">$MSGLOCALDATE$</a></b>&lt;br&gt;
111&lt;b&gt;From:&lt;/b&gt; <b><a href="../rcvars.html#FROM">$FROM$</a></b>
112&lt;/p&gt;
113<b>&lt;/SubjectHeader&gt;</b>
114
115&lt;!-- Only display a very minimal message header. We already
116 rolled a mini-header in SUBJECTHEADER, so we only include
117 any additional fields that cannot be referenced via resource
118 variables.
119
120 We make the style the same as the mini-header above.
121 --&gt;
122<b><a href="../resources/fieldsbeg.html">&lt;FieldsBeg&gt;</a></b>
123&lt;p class="msg_fields"&gt;
124<b>&lt;/FieldsBeg&gt;</b>
125<b><a href="../resources/labelbeg.html">&lt;LabelBeg&gt;</a></b>
126&lt;b&gt;
127<b>&lt;/LabelBeg&gt;</b>
128<b><a href="../resources/labelend.html">&lt;LabelEnd&gt;</a></b>
129:&lt;/b&gt;
130<b>&lt;/LabelEnd&gt;</b>
131<b><a href="../resources/fldbeg.html">&lt;FldBeg&gt;</a></b>
132
133<b>&lt;/FldBeg&gt;</b>
134<b><a href="../resources/fldend.html">&lt;FldEnd&gt;</a></b>
135&lt;br&gt;
136<b>&lt;/FldEnd&gt;</b>
137<b><a href="../resources/fieldsend.html">&lt;FieldsEnd&gt;</a></b>
138&lt;/p&gt;
139<b>&lt;/FieldsEnd&gt;</b>
140
141<b><a href="../resources/fieldorder.html">&lt;FieldOrder&gt;</a></b>
142in-reply-to
143references
144<b>&lt;/FieldOrder&gt;</b>
145
146<b><a href="../resources/headbodysep.html">&lt;HeadBodySep&gt;</a></b>
147
148<b>&lt;/HeadBodySep&gt;</b>
149
150&lt;!-- Clear out ending markup. --&gt;
151<b><a href="../resources/msgbodyend.html">&lt;MsgBodyEnd&gt;</a></b>
152
153<b>&lt;/MsgBodyEnd&gt;</b>
154<b><a href="../resources/botlinks.html">&lt;BotLinks&gt;</a></b>
155
156<b>&lt;/BotLinks&gt;</b>
157<b><a href="../resources/msgpgend.html">&lt;MsgPgEnd&gt;</a></b>
158
159<b>&lt;/MsgPgEnd&gt;</b>
160
161</pre>
162</body>
163</html>