<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Hey Joe,
<br>&nbsp;&nbsp;&nbsp; Thanks alot for you help, This helped out a lot.
<br>However I think I am missing something in one of my config files,&nbsp;
Cause when I go to check the archive, I&nbsp;am getting now
<br>&nbsp;
<p>Index of /pipermail/test
<p>&nbsp;&nbsp;&nbsp; Name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Last modified&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Size&nbsp; Description
<p>&nbsp;&nbsp;&nbsp; Parent Directory&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
03-Jul-2000 15:46&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -
<p>Apache/1.3.12 Server at nobu.earlham.edu Port 80
<p>it is not creating the index.html if I&nbsp;am correct.
<p>I&nbsp;also edited Defaults.py and set
<br>PUBLIC_EXTERNAL_ARCHIVER = 1
<br>PRIVATE_EXTERNAL_ARCHIVER = 1
<p>any help would be helpful
<p>thanks
<p>nick
<br>&nbsp;
<br>&nbsp;
<br>&nbsp;
<p>Joseph Gray wrote:
<blockquote TYPE=CITE>Ok, two people have asked so far. Here is how I have
MHonArc setup.
<p>To start, edit your "mm_cfg.py" file to define the external archiver
(yes, both lines are the same command). I got the "mkdir" idea
<br>from someone else's posting. It didn't work w/o it:
<p>PUBLIC_EXTERNAL_ARCHIVER = """
<br>mkdir -p /home/mailman/archives/private/%(listname)s;/usr/local/bin/mhonarc
-add
<br>-outdir /home/mailman/archives/private/%(listname)s -idxfname index.html
<br>-nosaveresources -rcfile /home/mailman/mhonarc.mrc
<br>"""
<br>PRIVATE_EXTERNAL_ARCHIVER = """
<br>mkdir -p /home/mailman/archives/private/%(listname)s;/usr/local/bin/mhonarc
-add
<br>-outdir /home/mailman/archives/private/%(listname)s -idxfname index.html
<br>-nosaveresources -rcfile /home/mailman/mhonarc.mrc
<br>"""
<p>You will note from the above that "-rcfile" defines the location of
the MHonArc resource file. Here is mine:
<p>&lt;!-- MHonArc Resource File -->
<br>&lt;!-- mhonarc.mrc 28 Jun 2000 Joe Gray -->
<p>&lt;!-- Set umask -->
<br>&lt;UMASK>
<br>022
<br>&lt;/UMASK>
<p>&lt;!-- Break index into multiple pages with 20 messages per page. -->
<br>&lt;MULTIPG>
<p>&lt;IDXSIZE>
<br>20
<br>&lt;/IDXSIZE>
<p>&lt;!-- Since MULTIPG is on, add more navigation links to Main index
page.
<br>&lt;ListBegin>
<br>&lt;ul>
<br>&lt;li>&lt;a href="$TIDXFNAME$">Thread Index&lt;/a>&lt;/li>
<br>&lt;/ul>
<br>&lt;table width="100%" border=0 cols=2 cellpadding=0 cellspacing=0>
<br>&lt;tbody>
<br>&lt;tr align="center">
<br>&lt;th colspan=4>Page $PAGENUM$ of $NUMOFPAGES$
<br>&lt;tr>
<br>&lt;td align="left">$PGLINK(PREV)$
<br>&lt;td align="right">[&lt;a href="$PG(FIRST)$">First Page&lt;/a>]
<br>&lt;td align="left">[&lt;a href="$PG(LAST)$">Last Page&lt;/a>]
<br>&lt;td align="right">$PGLINK(NEXT)$
<br>&lt;/tbody>
<br>&lt;/table>
<br>&lt;hr>
<br>&lt;ul>
<br>&lt;/ListBegin>
<p>&lt;!-- Since MULTIPG is on, add more navigation links to Threaded index
page.
<br>&lt;THead>
<br>&lt;ul>
<br>&lt;li>&lt;a href="$IDXFNAME$">Date Index&lt;/a>&lt;/li>
<br>&lt;/ul>
<br>&lt;table width="100%" border=0 cols=2 cellpadding=0 cellspacing=0>
<br>&lt;tbody>
<br>&lt;tr align="center">
<br>&lt;th colspan=4>Page $PAGENUM$ of $NUMOFPAGES$
<br>&lt;tr>
<br>&lt;td align="left">$PGLINK(TPREV)$
<br>&lt;td align="right">[&lt;a href="$PG(TFIRST)$">First Page&lt;/a>]
<br>&lt;td align="left">[&lt;a href="$PG(TLAST)$">Last Page&lt;/a>]
<br>&lt;td align="right">$PGLINK(TNEXT)$
<br>&lt;/tbody>
<br>&lt;/table>
<br>&lt;hr>
<br>&lt;ul>
<br>&lt;/THead>
<p>&lt;!--&nbsp;&nbsp;&nbsp; Specify date sorting.-->
<br>&lt;Sort>
<p>&lt;!-- Show only these fields in the message header. -->
<br>&lt;FieldOrder>
<br>to
<br>from
<br>date
<br>reply-to
<br>&lt;/FieldOrder>
<p>&lt;!--&nbsp;&nbsp;&nbsp; Change main index title to reflect date sorting.
-->
<br>&lt;TITLE>
<br>Mailing List Archive (by Date)
<br>&lt;/TITLE>
<p>&lt;!--&nbsp;&nbsp;&nbsp; Change threaded index title to reflect threading.
-->
<br>&lt;TTITLE>
<br>Mailing List Archive (Threaded)
<br>&lt;/TTITLE>
<p>&lt;!--&nbsp;&nbsp;&nbsp; Change format of Date Index listing. -->
<br>&lt;LiTemplate>
<br>&lt;LI>&lt;STRONG>$SUBJECT$&lt;/STRONG>,
<br>&lt;EM>$YYYYMMDD$, $FROMNAME$&lt;/EM>
<br>&lt;/LI>
<br>&lt;/LiTemplate>
<p>&lt;!--&nbsp;&nbsp;&nbsp; Force plain text messages to wordwrap. -->
<br>&lt;MIMEargs>
<br>text/plain;maxwidth=80
<br>&lt;/MIMEargs>
<p>For an explaination of these settings, read the MHonArc documentation
on Resources. They are explained fairly well. You just have to
<br>figure out which ones you want to change. Note that I could have put
the "idxfname" and "nosaveresources" options in the resource
<br>file instead of in the command line. Most resources are this way.
<p>------------------------------------------------------
<br>Mailman-Users maillist&nbsp; -&nbsp; Mailman-Users@python.org
<br><a href="http://www.python.org/mailman/listinfo/mailman-users">http://www.python.org/mailman/listinfo/mailman-users</a></blockquote>

<pre></pre>
&nbsp;</html>