mhonarc-commits
[Top] [All Lists]

CVS: mharc/doc index.html,1.9,1.10 install.html,1.8,1.9

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

Modified Files:
	index.html install.html 
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.



Index: index.html
===================================================================
RCS file: /home/users/mhonarc.org/ehood/cvs/mhonarc/mharc/doc/index.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** index.html	16 Jul 2003 00:49:58 -0000	1.9
--- index.html	27 Dec 2004 23:52:28 -0000	1.10
***************
*** 123,126 ****
--- 123,129 ----
      <a href="http://mercea.net/~exmh/";
      >&lt;http://mercea.net/~exmh/&gt;</a></li>
+ <li>TMDA list archives:<br>
+     <a href="http://mla.libertine.org/";
+     >&lt;http://mla.libertine.org/&gt;</a></li>
  </ul>
  

Index: install.html
===================================================================
RCS file: /home/users/mhonarc.org/ehood/cvs/mhonarc/mharc/doc/install.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** install.html	9 Aug 2003 18:06:40 -0000	1.8
--- install.html	27 Dec 2004 23:52:28 -0000	1.9
***************
*** 660,676 ****
  <tt class="ishell"><b>make&nbsp;configure</b></tt>.
  
! <p>The main MHonArc resource file is
! <a href="file/common.mrc.txt"><tt>lib/common.mrc</tt></a>.
! To make changes, edit
! <b><tt>lib/common.mrc.in</tt></b>
! and run</p>
  <table border=1 width="100%"><tr><td><pre class="shell">
  prompt&gt; <b>make configure</b></pre></td></tr></table>
  <p>
  to generate a new
! <a href="file/common.mrc.txt"><tt>lib/common.mrc</tt></a>.
  You can use <tt class="icode">@@<var>VARIABLE_NAME</var>@@</tt>
  references in
! <tt>lib/common.mrc.in</tt>
  to refer to variables defined in
  <a href="file/config.sh.txt"><tt>lib/config.sh</tt></a>.
--- 660,678 ----
  <tt class="ishell"><b>make&nbsp;configure</b></tt>.
  
! <p>The main MHonArc resource file is <a
! href="file/common.mrc.txt"><tt>lib/common.mrc</tt></a>.  Although you
! can edit <b><tt>lib/common.mrc.in</tt></b> to define custom
! resource settings, it is better to define custom resource settings
! in <a href="file/default.mrc.txt"><tt>lib/default.mrc.in</tt></a>.
! If you make changes, run
! </p>
  <table border=1 width="100%"><tr><td><pre class="shell">
  prompt&gt; <b>make configure</b></pre></td></tr></table>
  <p>
  to generate a new
! <a href="file/default.mrc.txt"><tt>lib/default.mrc</tt></a>.
  You can use <tt class="icode">@@<var>VARIABLE_NAME</var>@@</tt>
  references in
! <tt>lib/default.mrc.in</tt>
  to refer to variables defined in
  <a href="file/config.sh.txt"><tt>lib/config.sh</tt></a>.
***************
*** 685,722 ****
  </p>
  
! <table class="tip">
  <tr valign="baseline">
! <td><strong>TIP:</strong></td>
! <td><p>To make the maintenance of MHonArc resource settings easier,
! especially during mharc upgrades, set the <tt>MHA_RC</tt> variable in
! <a href="file/config.sh.txt"><tt>lib/config.sh</tt></a> to something
! like the following: </p>
! 
! <pre class="code">
! # Pathname to main MHonArc resource file.
! MHA_RC=$SW_ROOT/lib/default.mrc
! </pre>
! 
! <p>Then create the file
! <tt class="icode">$SW_ROOT/lib/default.mrc.in</tt> (make note that the file
! ends with a "<tt>.in</tt>" extension) with the following contents: </p>
! 
! <pre class="code">
! &lt;Include&gt;
! @@SW_ROOT@@/lib/common.mrc
! &lt;/Include&gt;
! 
! &lt;!-- ... customized settings here ... --&gt;
! </pre>
! 
! <p>And run:</p>
! <table border=1 width="100%"><tr><td><pre class="shell">
! prompt&gt; <b>make configure</b></pre></td></tr></table>
! 
! <p>Anytime you want to make MHonArc resource changes, make sure to
! edit <tt class="icode">$SW_ROOT/lib/default.mrc.<b>in</b></tt> and
! rerun <tt class="ishell"><b>make&nbsp;configure</b></tt>.  </p>
! 
! <p>When you upgrade mharc, and mharc contains a new improved
  <tt>lib/common.mrc.in.dist</tt>, and you want the new settings to be
  applied to your archives, you can do the following:
--- 687,694 ----
  </p>
  
! <table class="note">
  <tr valign="baseline">
! <td><strong>NOTE:</strong></td>
! <td><p>When you upgrade mharc, and mharc contains a new improved
  <tt>lib/common.mrc.in.dist</tt>, and you want the new settings to be
  applied to your archives, you can do the following:
***************
*** 730,738 ****
  <tt class="icode">$SW_ROOT/lib/default.mrc.in</tt>
  are left untouched.
- </p>
- 
- <p>The above avoids performing any messing merging of
- changes in a new <tt>lib/common.mrc.in.dist</tt> to your customized
- version of <tt>lib/common.mrc.in</tt>.
  </p>
  </td></tr></table>
--- 702,705 ----

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