]> git.donarmstrong.com Git - debbugs.git/blobdiff - html/server-request.html.in
Include the protocol (http://) in gWebDomain and gCGIDomain
[debbugs.git] / html / server-request.html.in
index 9f4e023fed601d0a072c80b3432e25d8722af8ec..22021a8b0ebfe01ad8f57a4c5f8c3ad5e8ef82ef 100644 (file)
@@ -3,7 +3,9 @@ $gRequestHtml = <<HTML_END
 <html>
 <head>
   <title>$gProject $gBug system - $gBug logs by mail server</title>
+  <meta name="viewport" content="width=device-width, initial-scale=1">
   <link rev="made" href="mailto:$gMaintainerEmail">
+  <link rel="stylesheet" href="$gWebHostBugDir/css/bugs.css" type="text/css">
 </head>
 <body>
 
@@ -39,9 +41,7 @@ server.
 
   <dd>Requests the transcript for the $gBug report in question.
   <code>send-detail</code> sends all of the `boring' messages in the
-  transcript, such as the various auto-acks (you should usually use
-  <code>send</code> as well, as the interesting messages are not sent by
-  <code>send-detail</code>).
+  transcript as well, such as the various auto-acks.
 
 <dt><code>index</code> [<code>full</code>]
 <dt><code>index-summary by-package</code>
@@ -54,26 +54,24 @@ server.
 <dt><code>index-maint</code>
 
   <dd>Requests the index page giving the list of maintainers with $gBugs
-  (open and recently-closed) in the tracking sytem.
+  (open and recently-closed) in the tracking system.
 
 <dt><code>index maint</code> <var>maintainer</var>
 
-  <dd>Requests the index pages of $gBugs in the system for all maintainers
-  containing the string <var>maintainer</var>.  The search term is a
-  case insensitive substring.  The $gBug index for each matching
-  maintainer will be sent in a separate message.
+  <dd>Requests the index pages of $gBugs in the system for the maintainer
+  <var>maintainer</var>.  The search term is an exact match.
+  The $gBug index will be sent in a separate message.
 
 <dt><code>index-packages</code>
 
   <dd>Requests the index page giving the list of packages with $gBugs (open
-  and recently-closed) in the tracking sytem.
+  and recently-closed) in the tracking system.
 
 <dt><code>index packages</code> <var>package</var>
 
-  <dd>Requests the index pages of $gBugs in the system for all packages
-  containing the string <var>package</var>.  The search term is a case
-  insensitive substring.  The $gBug index for each matching package will
-  be sent in a separate message.
+  <dd>Requests the index pages of $gBugs in the system for the package
+  <var>package</var>.  The search term is an exact match.
+  The $gBug index will be sent in a separate message.
 
 <dt><code>send-unmatched</code> [<code>this</code>|<code>0</code>]
 <dt><code>send-unmatched</code> <code>last</code>|<code>-1</code>
@@ -107,6 +105,35 @@ server.
 
   <dd>Requests that the mailservers' reference card be sent in plain ASCII.
 
+<dt><code>user</code> <var>email</var>
+
+  <dd>Set the user to the given email address. The default user is the
+  email address set in your mail client's From: or Reply-To: field. You
+  should not use other people's email addresses without permission.
+
+<dt><code>usertag</code> <var>bugnumber</var> [ <code>+</code> | <code>-</code> | <code>=</code> ] <var>tag</var> [ <var>tag</var> ... ]
+
+  <dd>Sets usertags for the $gBug report #<var>bugnumber</var>. No
+  notification is sent to the user who reported the $gBug, nor to
+  the package maintainer. Setting the action to <code>+</code> means
+  to add each given <var>tag</var>, <code>-</code> means to remove
+  each given <var>tag</var>, and <code>=</code> means to ignore the
+  current tags and set them afresh to the list provided. The default
+  action is adding.
+
+  <p>Example usage:</p>
+  
+  <pre>
+        # same as 'tags 123456 + patch'
+        usertag 123456 patch
+  
+        # same as 'tags 123456 + help security'
+        usertag 123456 help security
+  </pre>
+
+  <p>The meaning of usertags is decided by the owner of the email address
+  they are associated with.
+
 <dt><code>help</code>
 
   <dd>Requests that this help document be sent by email in plain ASCII.
@@ -152,7 +179,7 @@ sending <code>help</code> to <code>control\@$gEmailDomain</code>.
 
 <p>In case you are reading this as a plain text file or via email: an
 HTML version is available via the $gBug system main contents page
-<code>http://$gWebDomain/</code>.
+<code>$gWebDomain/</code>.
 
 <hr>