diff doc/user_guide.txt @ 1560:3f2e516b8de3

doc fixes
author Richard Jones <richard@users.sourceforge.net>
date Wed, 26 Mar 2003 06:17:16 +0000
parents 8ee69708da0c
children 053065585406
line wrap: on
line diff
--- a/doc/user_guide.txt	Wed Mar 26 06:03:58 2003 +0000
+++ b/doc/user_guide.txt	Wed Mar 26 06:17:16 2003 +0000
@@ -2,7 +2,7 @@
 User Guide
 ==========
 
-:Version: $Revision: 1.14 $
+:Version: $Revision: 1.15 $
 
 .. contents::
 
@@ -108,14 +108,17 @@
 Some fields in the search page (e.g. "Activity" or "Creation date") accept
 ranges of dates. You can specify range of dates in one of two formats:
 
-	1. Native english syntax: 
-		[[From] <value>][ To <value>]
-	   Keywords "From" and "To" are case insensitive. Keyword "From" is optional.
+1. Native english syntax::
+
+    [[From] <value>][ To <value>]
+
+   Keywords "From" and "To" are case insensitive. Keyword "From" is optional.
 
-	2. "Geek" syntax:
-		[<value>][; <value>]
+2. "Geek" syntax::
 
-Either first or second <value> can be omitted in both syntaxes.
+    [<value>][; <value>]
+
+Either first or second ``<value>`` can be omitted in both syntaxes.
 
 For example:
 
@@ -377,15 +380,22 @@
  In the third case, the gateway reads all messages from the POP server
  specified and submits each in turn to the roundup.mailgw module. The
  server is specified as::
+
     pop username:password@server
 
  The username and password may be omitted::
+
     pop username@server
     pop server
 
  are both valid. The username and/or password will be prompted for if
  not supplied on the command-line.
 
+APOP:
+ Same as POP, but using Authenticated POP::
+
+    apop username:password@server
+
 
 Command Line Tool
 =================

Roundup Issue Tracker: http://roundup-tracker.org/