Update of /cvsroot/mhonarc/mharc/doc
In directory subversions:/tmp/cvs-serv16153
Modified Files:
install.html
Log Message:
Changed file links to .txt versions under files/. Prevents any
content-type problems with server.
Index: install.html
===================================================================
RCS file: /cvsroot/mhonarc/mharc/doc/install.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** install.html 13 Sep 2002 07:22:18 -0000 1.1
--- install.html 15 Sep 2002 03:36:42 -0000 1.2
***************
*** 288,292 ****
<p>Then, you should edit
! <a href="../lib/config.sh.dist"><tt>lib/config.sh</tt></a> to suit your
local settings and rerun</p>
<pre class="shell">
--- 288,292 ----
<p>Then, you should edit
! <a href="file/config.sh.txt"><tt>lib/config.sh</tt></a> to suit your
local settings and rerun</p>
<pre class="shell">
***************
*** 299,303 ****
<td><strong>NOTE:</strong></td>
<td><p>Make sure to review all variable settings in
! <a href="../lib/config.sh.dist"><tt>lib/config.sh</tt></a>.
Proper values are critical for the archiving system
to work properly.
--- 299,303 ----
<td><strong>NOTE:</strong></td>
<td><p>Make sure to review all variable settings in
! <a href="file/config.sh.txt"><tt>lib/config.sh</tt></a>.
Proper values are critical for the archiving system
to work properly.
***************
*** 305,309 ****
</td></tr></table>
! <p>Now, edit <a href="../lib/lists.def.dist"><tt>lib/lists.def</tt></a>
to define the mailing lists you want archived. Syntax of the file
is documented in the
--- 305,309 ----
</td></tr></table>
! <p>Now, edit <a href="file/lists.def.txt"><tt>lib/lists.def</tt></a>
to define the mailing lists you want archived. Syntax of the file
is documented in the
***************
*** 317,321 ****
<p>This should generate a filed called <tt>procmailrc.mharc</tt>
that will do the initial filtering of mail. At anytime, if you edit
! <a href="../lib/lists.def.dist"><tt>lib/lists.def</tt></a>, you can rerun
“<tt>make</tt>” to regenerate the <tt>procmailrc.mharc</tt>
file to reflect your changes. </p>
--- 317,321 ----
<p>This should generate a filed called <tt>procmailrc.mharc</tt>
that will do the initial filtering of mail. At anytime, if you edit
! <a href="file/lists.def.txt"><tt>lib/lists.def</tt></a>, you can rerun
“<tt>make</tt>” to regenerate the <tt>procmailrc.mharc</tt>
file to reflect your changes. </p>
***************
*** 330,334 ****
verbatim into the crontab for
your archive user account. Otherwise, you can edit
! <a href="../etc/crontab.in.dist"><tt>etc/crontab.in</tt></a>
and run</p>
<pre class="shell">
--- 330,334 ----
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">
***************
*** 418,426 ****
<li><p>The file
! <a href="../etc/apache.conf.in.dist"><tt>etc/apache.conf</tt></a>
provides sample configuration directives for the Apache HTTP server that
may be useful. If the default settings are not sufficient for your
needs, you can edit
! <a href="../etc/apache.conf.in.dist"><tt>etc/apache.conf.in</tt></a>
and run</p>
<pre class="shell">
--- 418,426 ----
<li><p>The file
! <a href="file/apache.conf.txt"><tt>etc/apache.conf</tt></a>
provides sample configuration directives for the Apache HTTP server that
may be useful. If the default settings are not sufficient for your
needs, you can edit
! <tt>etc/apache.conf.in</tt>
and run</p>
<pre class="shell">
***************
*** 433,437 ****
<p>If you are on a system where you do not have access the Apache
server configurations, a
! <a href="../etc/.htaccess.in.dist"><tt>etc/.htaccess</tt></a> can
be used to provide local configuration settings.
</p>
--- 433,437 ----
<p>If you are on a system where you do not have access the Apache
server configurations, a
! <a href="file/htaccess.txt"><tt>etc/.htaccess</tt></a> can
be used to provide local configuration settings.
</p>
***************
*** 498,505 ****
<p>The main MHonArc resource file is
! <a href="../lib/common.mrc.in.dist"><tt>lib/common.mrc</tt></a>.
To make
changes, make edits to
! <a href="../lib/common.mrc.in.dist"><tt>lib/common.mrc.in</tt></a>
and run</p>
<pre class="shell">
--- 498,505 ----
<p>The main MHonArc resource file is
! <a href="file/common.mrc.txt"><tt>lib/common.mrc</tt></a>.
To make
changes, make edits to
! <tt>lib/common.mrc.in</tt>
and run</p>
<pre class="shell">
***************
*** 507,521 ****
<p>
to generate a new
! <a href="../lib/common.mrc.in.dist"><tt>lib/common.mrc</tt></a>.
You can use <tt>@@VARIABLE_NAME@@</tt>
references in
! <a href="../lib/common.mrc.in.dist"><tt>lib/common.mrc.in</tt></a>
to refer to variables defined in
! <a href="../lib/config.sh.dist"><tt>lib/config.sh</tt></a>.
However, this is normally not required since the
<a href="bin/web-archive.html"><tt>bin/web-archive</tt></a>
program will pre-define various MHonArc resource
variables that reflect settings in
! <a href="../lib/config.sh.dist"><tt>lib/config.sh</tt></a>.
See the <a href="http://www.mhonarc.org/MHonArc/doc/mhonarc.html">MHonArc
documentation</a> for more information on how to edit MHonArc
--- 507,521 ----
<p>
to generate a new
! <a href="file/common.mrc.txt"><tt>lib/common.mrc</tt></a>.
You can use <tt>@@VARIABLE_NAME@@</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>.
However, this is normally not required since the
<a href="bin/web-archive.html"><tt>bin/web-archive</tt></a>
program will pre-define various MHonArc resource
variables that reflect settings in
! <a href="file/config.sh.txt"><tt>lib/config.sh</tt></a>.
See the <a href="http://www.mhonarc.org/MHonArc/doc/mhonarc.html">MHonArc
documentation</a> for more information on how to edit MHonArc
***************
*** 528,532 ****
<td><p>To help ease the maintenance of MHonArc resource settings, especially
during mharc upgrades, set the <tt>MHA_RC</tt> variable in
! <a href="../lib/config.sh.dist"><tt>lib/config.sh</tt></a> to something
like the following: </p>
--- 528,532 ----
<td><p>To help ease the maintenance of MHonArc resource settings, 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>
***************
*** 607,611 ****
<p>If you do this, you will have to modify
! <a href="../etc/crontab.in.dist"><tt>etc/crontab.in</tt></a> to
no longer use
<a href="bin/read-mail.html"><tt>read-mail</tt></a>, but to call
--- 607,611 ----
<p>If you do this, you will have to modify
! <a href="file/crontab.txt"><tt>etc/crontab.in</tt></a> to
no longer use
<a href="bin/read-mail.html"><tt>read-mail</tt></a>, but to call
***************
*** 647,651 ****
to capture such messages. For example, the following can be added
to the <strong>very beginning</strong> of
! <a href="../lib/lists.def.dist"><tt>lib/lists.def</tt></a>:
</p>
<pre class="code">
--- 647,651 ----
to capture such messages. For example, the following can be added
to the <strong>very beginning</strong> of
! <a href="file/lists.def.txt"><tt>lib/lists.def</tt></a>:
</p>
<pre class="code">
---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV