Re: mharc Release: 0.2.0

2002-05-23 Thread Earl Hood

On May 23, 2002 at 16:56, John Belmonte wrote:

> > 
> 
> Shouldn't mharc be mentioned on the mhanarc.org homepage under "Extras"? 

I plan to, but have not gotten around to it.  The documentation
for it is only the README.

> Even if it is in early development, I wish I had known about its 
> existence when I was beginning my mail archive work.

I mentioned it on the list a little while back.

--ewh




Re: mharc Release: 0.2.0

2002-05-23 Thread John Belmonte

Earl Hood wrote:
>   mharc is the web-based mail archiving system that uses Procmail,
>   MHonArc and Namazu.
> 
> 

Shouldn't mharc be mentioned on the mhanarc.org homepage under "Extras"? 
Even if it is in early development, I wish I had known about its 
existence when I was beginning my mail archive work.

-John


-- 
OpenPGP encrypted mail welcome.




mharc Release: 0.2.0

2002-05-22 Thread Earl Hood


  mharc is the web-based mail archiving system that uses Procmail,
  MHonArc and Namazu.


===
2002/05/22: v0.2.0

* web-archive: Added -mharcdir option to specify location of list
  specific resource files.  If the file <-mharcdir>/.mrc
  exists, it will be passed into mhonarc, after common.mrc.

* web-archive: Added support for additional mhonarc options to be
  specified in lists.def by defining the MHonArc-Options field.

* web-archive: If the No-Search lists.def field is set to 1 for
  a list, then searching will be disabled for the archive: no search
  index will be created and the $SEARCH-FORM$ custom resource variable
  will be set to the empty string.

* web-archive: Changed some of the default pathname values of some
  options.  In sum, default pathnames that include "../archive/.."
  had the "archive/" component removed.

* web-archive: The following resource variables set have different
  names:

$MNAV-CGI$  => $PNAV-CGI$
$CUR-MONTH$ => $CUR-PERIOD$

  The old names are still set for backwards compatibility.

* web-archive: The "[Raw]" link on the top index page of a list
  archive is now "[mbox]".  Also, it will show the size of the mbox
  in bytes and if the mbox is gzipped.

* lib/common.mrc.in.dist:

  . Removed options in MIMEARGS that could cause security problems.
Users can add options that fit their level of comfort.

  . Added definition of $PREV-PERIOD-LABEL$ and $NEXT-PERIOD-LABEL$
which are defined as "Prev Period" and "Next Period",
respectively.

These variables are used for the next/prev period links on the
index pages.  Note, these values are a change from the
"Prev Month" and "Next Month".

  . The next/prev resource variables for the next/prev period links
have different names:

  $NEXT-MONTH-LINK$ => $NEXT-PERIOD-LINK$
  $PREV-MONTH-LINK$ => $PREV-PERIOD-LINK$

* read-mail:  Added explicit "exit 0" at end of script.  This is
  to avoid a bogus non-zero exit status of filter-spool finds nothing
  to do.