/[qa]/trunk/wml/developer.wml
ViewVC logotype

Diff of /trunk/wml/developer.wml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1107 by myon, Sun Oct 30 22:36:27 2005 UTC revision 1108 by myon, Sun Oct 30 23:13:26 2005 UTC
# Line 916  function print_form() Line 916  function print_form()
916    
917      $query = "Show complete, sorted list of developers (600kB)";      $query = "Show complete, sorted list of developers (600kB)";
918      $hidden = html_input_hidden("all", "1");      $hidden = html_input_hidden("all", "1");
919      $form .= $query . html_form("GET", $hidden, "", "Show the list") . html_br();      $form .= $query . html_form("GET", $hidden, "", "Show the list");
920    
921      $form .= "Report problems to the ". html_a("qa.debian.org pseudopackage", "http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=qa.debian.org") .".";      $form .= html_h("Subscribing to Packages", 2);
922        $form .= "Additional packages can be added to the list of packages shown. There are two interfaces, mail and URL based.". html_br().html_br();
923        $form .= "Using the DDPO control bot at ". html_a("ddpo@qa.debian.org", "mailto:ddpo@qa.debian.org") .", packages are added to the listing for a login (mail address), optionally sorted in user-defined sections. The following commands are accepted:";
924        $form .= "<pre>user &lt;address&gt;
925      Process commands for &lt;address&gt;. Defaults to the address used in the From:
926      header.
927    subscribe &lt;srcpackage&gt; [&lt;section&gt;]
928      Adds &lt;srcpackage&gt; to the listing. If &lt;section&gt; is omitted, defaults to
929      \"ddpo\". This command can also be used to move &lt;srcpackage&gt; to a different
930      section.
931    unsubscribe &lt;srcpackage&gt;
932      Removes the &lt;srcpackage&gt; from the listing.
933    help
934      Print help text.
935    quit
936    thanks
937      Stops processing commands.
938    </pre>";
939        $form .= "Alternatively, one can append &amp;packages=pkg1+pkg2+... to the URL. This will create a new section \"url\" in the listing, independently of the selected login.". html_br().html_br();
940    
941        $form .= "Report problems with DDPO to the ". html_a("qa.debian.org pseudopackage", "http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=qa.debian.org") .".";
942      print $form;      print $form;
943  }  }
944    

Legend:
Removed from v.1107  
changed lines
  Added in v.1108

  ViewVC Help
Powered by ViewVC 1.1.5