mhonarc-users

Re: Help with changing look of archives!

1999-09-30 22:43:41


Grant Griffith wrote:

Hello All,

   I am not following how to get the archive files to be modified.  I have 
went through all the documentation and just do not understand what I need to 
do to change the backgound and/or change the looks of all the pages.

   Could someone possibly give me some example files to use as a starting 
point?  I am sure I can go from there, but the documentation just is not 
helping!

you will need a file called... either filename.rc or in windows filename.mrc
look in the docs for a sample resource file.. or
keep In mind this works for me and I dont speak for the Mhonarc community ;-)
then you use the command
mhonarc -rcfile filename.mrc -OUTDIR directoryname  sourcefilename
so then you can put all the nifty commands in this resource file...
note I have the <SPAMMODE> bare bones command and the <AddressModifyCode> as in 
the docs
have fun
rob
################   sample filename.mrc   #################################
<!-- MHonArc resource 
file------------------------------------------------------------------------------------------>
<SPAMMODE>
<!------------------------------------------------------------------------------------------------------------------------------->
<AddressModifyCode>
$_ = 'addressis(_at_)removed';
</AddressModifyCode>
<!------------------------------------------------------------------------------------------------------------------------------->
<SORT>
<TITLE>
926 Filename Discussion Archive's
</TITLE>

<TTITLE>
926 Filename Discussion Archive's (by thread)
</TTITLE>

<!--=== Index Page Customizations =========================================-->

<!-- Have LISTBEGIN contain last updated information
  -->
<LISTBEGIN>
<address>
Last updated: $LOCALDATE$<br>
$NUMOFMSG$ messages in chronological order<br>
</address>
<ul>
<li><a href="$TIDXFNAME$">Thread Index</a></li>
</ul>
<p>
Listing format is the following:
<p>
<ul><li>
<strong>Subject</strong>
(# of follow-ups)
<em>From</em><br>
</ul>
<p>
<hr>
<ul>
</LISTBEGIN>


<!-- A compact listing template
  -->
<LITEMPLATE>
<li>
<strong>$SUBJECT:40$</strong>
($NUMFOLUP$) <em>$FROMNAME$</em><br>
</LITEMPLATE>


<!--=== Thread Index Page Customizations ==================================-->
<THEAD>
<address>
Thread index<br>
Last updated: $LOCALDATE$<br>
$NUMOFMSG$ messages<br>
</address>
<ul>
<li><a href="$IDXFNAME$">Main Index</a></li>
</ul>
<hr>
</THEAD>

<!--=== Message Customizations ============================================-->
<EXCS override>
apparently
errors-to
followup
forward
lines
message-id
mime-
nntp-
originator
path
precedence
received
replied
return-path
status
via
x-
</EXCS>

<LABELSTYLES>
-default-
subject:strong
from:strong
to:strong
</LABELSTYLES>

<FIELDSTYLES>
-default-
subject:strong
from:strong
to:strong
keywords:em
newsgroups:strong
</FIELDSTYLES>

<MSGHEAD>
<strong>926 Filename Discussion Archive's</strong>
</MSGHEAD>

<MSGFOOT>
<strong>
<a href="$IDXFNAME$">Main Index</a> |
<a href="$TIDXFNAME$">Thread Index</a>
</strong>
</MSGFOOT>
################################################################

<Prev in Thread] Current Thread [Next in Thread>