Updated interfaces/email/interactive/README for [be-bug:xml] interface
authorW. Trevor King <wking@drexel.edu>
Sat, 21 Nov 2009 19:03:00 +0000 (14:03 -0500)
committerW. Trevor King <wking@drexel.edu>
Sat, 21 Nov 2009 19:03:00 +0000 (14:03 -0500)
interfaces/email/interactive/README

index 79ef9a9f73ac77038e3f72c2637f2d094d52c03d..20709739f98f59089a7d42ffa75097a6599fe7bb 100644 (file)
@@ -23,13 +23,15 @@ execution.
 
 Once be-handle-mail receives the email, the parsing method is selected
 according to the subject tag that procmail used grab the email in the
-first place.  There are three parsing styles:
+first place.  There are four parsing styles:
     Style                 Subject
     creating bugs         [be-bug:submit] new bug summary
     commenting on bugs    [be-bug:<bug-id>] commit message
     control               [be-bug] commit message
+    xml                   [be-bug:xml] commit message
 These are analogous to submit@bugs.debian.org, nnn@bugs.debian.org,
-and control@bugs.debian.org respectively.
+and control@bugs.debian.org respectively.  The xml style has no Debian
+analog.
 
 Creating bugs
 =============
@@ -106,6 +108,15 @@ shlex.split().
     --
     Goofy tagline ignored.
 
+XML
+===
+
+This interface allows users without access to the versioned source of
+the program to conveniently submit bugs and comments using be.  You
+should not attempt to compose emails for this interface by hand.  See
+the documentation for the `email-bugs' and `import-xml' be commands
+for details.
+
 Example emails
 ==============