mhonarc-commits
[Top] [All Lists]

CVS: mharc/doc contacts.html,1.1,1.2 install.html,1.2,1.3 tools.html,1.1,1.2

2002-09-16 12:57:34
Update of /cvsroot/mhonarc/mharc/doc
In directory subversions:/tmp/cvs-serv23907

Modified Files:
	contacts.html install.html tools.html 
Log Message:
Some corrections and additions.


Index: contacts.html
===================================================================
RCS file: /cvsroot/mhonarc/mharc/doc/contacts.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** contacts.html	13 Sep 2002 07:22:18 -0000	1.1
--- contacts.html	16 Sep 2002 19:57:29 -0000	1.2
***************
*** 3,6 ****
--- 3,7 ----
  <title>mharc -- Contacts</title>
  <link rel="stylesheet" type="text/css" href="docstyles.css">
+ <link rel="shortcut icon" type="image/x-icon" href="images/mharc-icon.ico">
  </head>
  <body>

Index: install.html
===================================================================
RCS file: /cvsroot/mhonarc/mharc/doc/install.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** install.html	15 Sep 2002 03:36:42 -0000	1.2
--- install.html	16 Sep 2002 19:57:29 -0000	1.3
***************
*** 3,6 ****
--- 3,7 ----
  <title>mharc -- Installation</title>
  <link rel="stylesheet" type="text/css" href="docstyles.css">
+ <link rel="shortcut icon" type="image/x-icon" href="images/mharc-icon.ico">
  </head>
  <body>
***************
*** 208,216 ****
  </p>
  <pre class="shell">
! prompt&gt; <b>which perl mhonarc namazu procmail make</b>
  /usr/local/bin/perl
  /usr/local/bin/mhonarc
  /usr/local/bin/namazu
  /usr/bin/procmail
  /usr/bin/make
  </pre>
--- 209,218 ----
  </p>
  <pre class="shell">
! prompt&gt; <b>which perl mhonarc namazu procmail lockfile make</b>
  /usr/local/bin/perl
  /usr/local/bin/mhonarc
  /usr/local/bin/namazu
  /usr/bin/procmail
+ /usr/bin/lockfile
  /usr/bin/make
  </pre>
***************
*** 284,288 ****
  /bin/chmod u+w common.mrc.in
  Processing "./bin/../dist/mharc/lib/common.mrc.in"
! ...
  </pre>
  
--- 286,296 ----
  /bin/chmod u+w common.mrc.in
  Processing "./bin/../dist/mharc/lib/common.mrc.in"
!   <i>... [snip] ...</i>
! ./bin/mhonarc-check
! You are using MHonArc v2.5.12
! =============================================================
! * Make sure to rerun 'make configure' when you change
! * lib/config.sh or change a .in template file.
! =============================================================
  </pre>
  
***************
*** 313,317 ****
  
  <pre class="shell">
! prompt&gt; <b>make</b></pre>
  
  <p>This should generate a filed called <tt>procmailrc.mharc</tt>
--- 321,328 ----
  
  <pre class="shell">
! prompt&gt; <b>make</b>
! You are using MHonArc v2.5.12
! ./bin/mk-procmailrc
! </pre>
  
  <p>This should generate a filed called <tt>procmailrc.mharc</tt>
***************
*** 321,324 ****
--- 332,345 ----
  file to reflect your changes.  </p>
  
+ <table class="note" width="100%">
+ <tr valign="baseline">
+ <td><strong>NOTE:</strong></td>
+ <td width="100%"><p>The version of MHonArc shown in the output may
+ be different than what is shown above.  The version shown will be
+ the version you have installed on your system, and the version
+ of MHonArc used when generating the HTML archives.
+ </p>
+ </td></tr></table>
+ 
  <p>The final step is to edit the archive user account crontab
  to register the mail archiving scripts to cron inorder to get
***************
*** 326,341 ****
  <tt>etc/crontab</tt>
  can serve as a template of the crontab entries you should add.
! Generally, you can copy
! <tt>etc/crontab</tt>
! verbatim into the crontab for
! your archive user account.  Otherwise, you can edit
  <a href="file/crontab.txt"><tt>etc/crontab.in</tt></a>
  and run</p>
  <pre class="shell">
  prompt&gt; <b>make configure</b></pre>
! <p>to create an
! <tt>etc/crontab</tt>
! file suitable for copying into your real crontab.
! </p>
  
  <!-- ====================================================================== -->
--- 347,381 ----
  <tt>etc/crontab</tt>
  can serve as a template of the crontab entries you should add.
! To register the file as your crontab, you can do the following:
! </p>
! <pre class="shell">
! prompt&gt; <b>crontab etc/crontab</b>
! </pre>
! 
! <table class="caution" width="100%">
! <tr valign="baseline">
! <td><strong style="color: red;">CAUTION:</strong></td>
! <td width="100%"><p>If the account you are using has existing
! crontab entries, then you should run the following command instead:
! </p>
! 
! <pre class="shell">
! prompt&gt; <b>crontab -e</b>
! </pre>
! 
! <p>And copy the entries in <tt>etc/crontab</tt> into the account's
! crontab.
! </p>
! </td></tr></table>
! 
! <p>If you want customize the mharc-related crontab entries, you can edit
  <a href="file/crontab.txt"><tt>etc/crontab.in</tt></a>
  and run</p>
+ 
  <pre class="shell">
  prompt&gt; <b>make configure</b></pre>
! 
! <p>to create an <tt>etc/crontab</tt> file suitable for copying into
! the account's crontab.  </p>
  
  <!-- ====================================================================== -->
***************
*** 398,402 ****
    search path if you chose a different directory to install MHonArc
    library files from perl's site library location.  You may need
!   to set the <tt>PERL5LIB</tt> environment variable to do this.
    </p>
  
--- 438,444 ----
    search path if you chose a different directory to install MHonArc
    library files from perl's site library location.  You may need
!   to set the <tt>MHONARC_LIB</tt> variable in
!   <a href="file/config.sh.txt"><tt>lib/config.sh</tt></a> to the
!   pathname location of the MHonArc libraries on your system.
    </p>
  
***************
*** 477,484 ****
  </p>
  
! <table class="note">
  <tr valign="baseline">
  <td><strong>NOTE:</strong></td>
! <td><p>You must run</p>
  <pre class="shell">
  prompt&gt; <b>make configure</b></pre>
--- 519,526 ----
  </p>
  
! <table class="note" width="100%">
  <tr valign="baseline">
  <td><strong>NOTE:</strong></td>
! <td width="100%"><p>You must run</p>
  <pre class="shell">
  prompt&gt; <b>make configure</b></pre>
***************
*** 555,568 ****
  <pre class="shell">
  prompt&gt; <b>make configure</b></pre>
! <p>Now, anytime 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 just need to remove
! <tt>lib/common.mrc.in</tt> and run</p>
  <pre class="shell">
! prompt&gt; <b>make configure</b></pre>
! <p Any additional and/or override settings you have in <tt>lib/default.mrc</tt>
! are left untouched.
  </p>
! <p>Doing the above will avoid having to do 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>.
--- 597,612 ----
  <pre class="shell">
  prompt&gt; <b>make configure</b></pre>
! <p>Anytime 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 just need to do the following:
! </p>
  <pre class="shell">
! prompt&gt; <b>rm lib/common.mrc.in</b>
! prompt&gt; <b>make configure</b>
! </pre>
! <p>Any additional and/or override settings you have in
! <tt>lib/default.mrc</tt> are left untouched.
  </p>
! <p>Doing the above avoids doing 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>.

Index: tools.html
===================================================================
RCS file: /cvsroot/mhonarc/mharc/doc/tools.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** tools.html	15 Sep 2002 03:36:58 -0000	1.1
--- tools.html	16 Sep 2002 19:57:29 -0000	1.2
***************
*** 3,6 ****
--- 3,7 ----
  <title>mharc -- Tools</title>
  <link rel="stylesheet" type="text/css" href="docstyles.css">
+ <link rel="shortcut icon" type="image/x-icon" href="images/mharc-icon.ico">
  </head>
  <body>

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