mhonarc-commits
[Top] [All Lists]

CVS: mharc/lib default.mrc.in.dist,NONE,1.1 common.mrc.in.dist,1.22,1.23 co...

2004-12-27 16:52:40
Update of /home/users/mhonarc.org/ehood/cvs/mhonarc/mharc/lib
In directory denethor.mallorn.com:/tmp/cvs-serv6944/lib

Modified Files:
	common.mrc.in.dist config.sh.dist 
Added Files:
	default.mrc.in.dist 
Log Message:
* bin/web-archive:
  . The -period option has been added to restrict operations to
    a specific time period in an archive, or archives.  This his handy
    for rebuild operations where only a specific periods need to be
    rebuilt vs the entire archive.

  . Fixed unreported bug in setting MHonArc's DATEFIELDS based upon
    MSG_DATE_FIELDS in config.sh.

* lib/default.mrc.in.dist:
  . New default resource file.  Before, the use of this file was
    a recommendation of the installation docs, but now it is part
    of the distribution.  Local resource customizations should be
    done in this file vs lib/common.mrc.in.

* lib/common.mrc.in.dist:
  . Added setting of Dublin Core elements in message pages.

* lib/config.sh.dist:
  . MHA_RC changed to $SW_ROOT/lib/default.mrc.



***** Error reading new file: [Errno 2] No such file or directory: 'default.mrc.in.dist'
Index: common.mrc.in.dist
===================================================================
RCS file: /home/users/mhonarc.org/ehood/cvs/mhonarc/mharc/lib/common.mrc.in.dist,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** common.mrc.in.dist	16 Jul 2003 00:49:58 -0000	1.22
--- common.mrc.in.dist	27 Dec 2004 23:52:28 -0000	1.23
***************
*** 5,11 ****
  	  This is the main resource file for the mail archives.
  	  it contains all the common formatting characteristics
! 	  used across archives.  Archive specific settings can
! 	  be set via command-line options the bin/web-archive
! 	  program.
    -->
  <!-- ================================================================== -->
--- 5,12 ----
  	  This is the main resource file for the mail archives.
  	  it contains all the common formatting characteristics
! 	  used across archives.
! 
! 	  To customize the default layout of the archives, edit
! 	  @@SW_ROOT@@/lib/default.mrc.in instead of this file.
    -->
  <!-- ================================================================== -->
***************
*** 473,483 ****
  $HTTP-EQUIV$
  <title>$SUBJECTNA:72$</title>
  $STYLESHEET-LINK$
! <link rev="made" href="mailto:$FROMADDR$";>
! <link rel="start" href="../">
  <link rel="contents" href="$TIDXFNAME$#$MSGNUM$">
! <link rel="index" href="$IDXFNAME$#$MSGNUM$">
! <link rel="prev" href="$MSG(TPREV)$">
! <link rel="next" href="$MSG(TNEXT)$">
  </head>
  <body>
--- 474,496 ----
  $HTTP-EQUIV$
  <title>$SUBJECTNA:72$</title>
+ <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/";>
+ <meta name    = "DC.Title"
+       content = "$SUBJECTNA$">
+ <meta name    = "DC.Creator"
+       content = "$FROMNAME$">
+ <meta name    = "DC.Date"
+       scheme  = "WTN8601"
+       content = "$MSGGMTDATE(CUR;%Y-%m-%dT%H:%M:%SZ)$">
+ <meta name    = "DC.Type"
+       content = "Email">
+ <meta name    = "DC.Identifier"
+       content = "$MESG-CGI$?a=$LIST-NAME:U$&amp;i=$MSGID:U$">
  $STYLESHEET-LINK$
! <link rev="made"     href="mailto:$FROMADDR$";>
! <link rel="start"    href="../">
  <link rel="contents" href="$TIDXFNAME$#$MSGNUM$">
! <link rel="index"    href="$IDXFNAME$#$MSGNUM$">
! <link rel="prev"     href="$MSG(TPREV)$">
! <link rel="next"     href="$MSG(TNEXT)$">
  </head>
  <body>

Index: config.sh.dist
===================================================================
RCS file: /home/users/mhonarc.org/ehood/cvs/mhonarc/mharc/lib/config.sh.dist,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** config.sh.dist	9 Aug 2003 18:04:08 -0000	1.19
--- config.sh.dist	27 Dec 2004 23:52:28 -0000	1.20
***************
*** 81,85 ****
  
  # Pathname to main MHonArc resource file.
! MHA_RC=$SW_ROOT/lib/common.mrc
  
  # Pathname of archive lists index page.  This page provides a list
--- 81,85 ----
  
  # Pathname to main MHonArc resource file.
! MHA_RC=$SW_ROOT/lib/default.mrc
  
  # Pathname of archive lists index page.  This page provides a list

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