Commit in cvsspam on MAIN
cvsspam-doc.xml+13-41.2 -> 1.3
Include link to website.  Added Chora configuration notes.

cvsspam
cvsspam-doc.xml 1.2 -> 1.3
diff -u -u -r1.2 -r1.3
--- cvsspam-doc.xml	19 Feb 2003 00:58:51 -0000	1.2
+++ cvsspam-doc.xml	24 Mar 2003 01:18:15 -0000	1.3
@@ -5,6 +5,8 @@
 
 <article><title>CVSspam</title>
 
+<para>For the latest version, visit
+	<ulink url="http://www.badgers-in-foil.co.uk/projects/cvsspam/"/>.</para>
 
 <section><title>Installation</title>
 
@@ -208,17 +210,24 @@
       tracking tool with numeric bugIds.)</para>
 </section>
 
-<section><title>Integration with ViewCVS</title>
+<section><title>Integration with ViewCVS or Coora</title>
 <para>If you have <ulink url="http://viewcvs.sourceforge.net/">ViewCVS</ulink>
+      or <ulink url="http://www.horde.org/chora/">Chora</ulink>
       web-access to your repository, CVSspam can generate
       links to it in the emails.  Links the file before and after the commit
-      are very useful for images, as changes to binary files are not mailed.
-      You'll get a link to the side-by-side view of the changes that ViewCVS
-      produces, as well.</para>
+      are very useful for images, as only changes to binary text files are
+      mailed.  You'll get a link to the side-by-side view of the changes as
+      well.</para>
 
 <para>To enable ViewCVS support, specify the URL of the top-level
       ViewCVS directory in <filename>cvsspam.conf</filename>.
 <informalexample><screen>$viewcvsURL = "http://localhost/cgi-bin/viewcvs.cgi/"
+</screen></informalexample>
+</para>
+
+<para>For Chora, specify the URL of the directory containing
+      <filename>cvs.php</filename>,
+<informalexample><screen>$choraURL = "http://localhost/hord/chora/"
 </screen></informalexample>
 </para>
 </section>