| 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 <address> |
| 925 |
|
Process commands for <address>. Defaults to the address used in the From: |
| 926 |
|
header. |
| 927 |
|
subscribe <srcpackage> [<section>] |
| 928 |
|
Adds <srcpackage> to the listing. If <section> is omitted, defaults to |
| 929 |
|
\"ddpo\". This command can also be used to move <srcpackage> to a different |
| 930 |
|
section. |
| 931 |
|
unsubscribe <srcpackage> |
| 932 |
|
Removes the <srcpackage> 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 &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 |
|
|