Documentation updates.
authorEric S. Raymond <esr@thyrsus.com>
Wed, 10 Oct 2012 20:22:04 +0000 (16:22 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 10 Oct 2012 20:22:04 +0000 (16:22 -0400)
NEWS
hacking.txt
irkerd.xml
irkerhook.xml

diff --git a/NEWS b/NEWS
index 6871a281a9bbaf0814dc74ccc606d1866a988ed8..e710a9ae40ef62232d7017f6decce5ee3166f2f5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
                        irker history 
 
+1.11 @
+  Code is now fully Unicode-safe.
+
 1.10 @ 2012-10-09
   Expire disconnected connections if they aren't needed or can't reconnect.
   Eventlet support removed - didn't play well with the library mutex.
index d91dcdfc833975cb66e936594c312401896e87ec..c56f559bdc277cab31c80bb881c3e5b8d76bb11e 100644 (file)
@@ -33,7 +33,7 @@ type switch. It can deduce the repo type by looking, so it should.
 
 == Release procedure ==
 
-1. Check for merge requests at gitorious
+1. Check for merge requests at https://gitorious.org/irker
 
 2. Do 'make pylint' to audit the code.
 
index b24c39e6279772226added15e5a3d2ac5f223a3a..30108ed39357c27f10255f7c392d84e99ad6a2ef 100644 (file)
@@ -101,11 +101,17 @@ your firewall.</para>
 <para>IRC has a message length limit of 510 bytes generate your privmsg attribute values with appropriate care.</para>
 
 <para>IRC ignores any text after an embedded newline. Be aware that
-<application>irkerd</application> will turn payload strungs with
+<application>irkerd</application> will turn payload strings with
 embedded newlines into multiple IRC sends to avoid having message data
 discarded. </para>
 </refsect1>
 
+<refsect1 id='see_also'><title>SEE ALSO</title>
+<para>
+<citerefentry><refentrytitle>irkerhook</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
+</para>
+</refsect1>
+
 <refsect1 id='authors'><title>AUTHOR</title>
 <para>Eric S. Raymond <email>esr@snark.thyrsus.com</email>.  See the
 project page at <ulink
index 0cf6ae290fc3854e4ff7ecfe95a42ddeca61764a..273ee000fa5ede2b8838b3814cdee4bf132b6692 100644 (file)
@@ -228,10 +228,12 @@ the commit).  The defaults are the current working directory and HEAD,
 respectively.</para>
 
 <para>Note, however, that you <emphasis>cannot</emphasis> default the
-repository argumment inside a Subversion post-commit hook.  Instead,
-the values must be the two arguments that Subversion passes to that
-hook as arguments. Thus, a typical invocation in the post-commit
-script will look like this:</para>
+repository argument inside a Subversion post-commit hook; this is
+because of a limitation of Subversion, which is that getting the
+current directory is not reliable inside these hooks.  Instead, the
+values must be the two arguments that Subversion passes to that hook
+as arguments. Thus, a typical invocation in the post-commit script
+will look like this:</para>
 
 <programlisting>
 REPO=$1
@@ -357,6 +359,12 @@ terminate.</para></listitem>
 
 </refsect1>
 
+<refsect1 id='see_also'><title>SEE ALSO</title>
+<para>
+<citerefentry><refentrytitle>irkerd</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
+</para>
+</refsect1>
+
 <refsect1 id='authors'><title>AUTHOR</title>
 <para>Eric S. Raymond <email>esr@snark.thyrsus.com</email>.  See the
 project page at <ulink