mhonarc-commits
[Top] [All Lists]

CVS: mharc NEWS,1.9,1.10 TODO,1.5,1.6

2002-05-22 18:30:06
Update of /cvsroot/mhonarc/mharc
In directory subversions:/tmp/cvs-serv32449

Modified Files:
	NEWS TODO 
Log Message:
* web-archive: Added -mharcdir option to specify location of list
  specific resource files.  If the file <-mharcdir>/<list-name>.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.

* 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&nbsp;Period" and "Next&nbsp;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&nbsp;Month" and "Next&nbsp;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.


Index: NEWS
===================================================================
RCS file: /cvsroot/mhonarc/mharc/NEWS,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** NEWS	15 Mar 2002 06:49:06 -0000	1.9
--- NEWS	23 May 2002 01:21:53 -0000	1.10
***************
*** 1,3 ****
--- 1,53 ----
  ===========================================================================
+ 2002/MM/DD: v0.2.0
+ 
+ * web-archive: Added -mharcdir option to specify location of list
+   specific resource files.  If the file <-mharcdir>/<list-name>.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.
+ 
+ * 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&nbsp;Period" and "Next&nbsp;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&nbsp;Month" and "Next&nbsp;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.
+ 
+ ===========================================================================
  2002/02/14: v0.1.3
  

Index: TODO
===================================================================
RCS file: /cvsroot/mhonarc/mharc/TODO,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** TODO	11 Mar 2002 06:59:08 -0000	1.5
--- TODO	23 May 2002 01:21:53 -0000	1.6
***************
*** 1,11 ****
    mharc: TODO List
  
!  => Support archive-specific options to MHonArc.  Probably can be
!     added to list definitions file that allows one to define an
!     arbitrary set of cl-options.  Since -rcfile can be specified
!     multiple times, it would allow settings via resource files.
  
!  => Related to previous, all enabling/disabling of searching on an
!     archive basis.
  
  ===========================================================================
--- 1,8 ----
    mharc: TODO List
  
!  => Better documentation.
  
!  => Change all scripts to be in Perl: Only useful if ever want to
!     port to non-Unix-like platforms.
  
  ===========================================================================

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV