| 1 |
<html>
|
| 2 |
<head>
|
| 3 |
<title>Advanced subscription form for the Package Tracking System</title>
|
| 4 |
</head>
|
| 5 |
<body>
|
| 6 |
<h1>Advanced subscription form for the Package Tracking System</h1>
|
| 7 |
<p>The PTS offers a very flexible way to subscribe to various informations concerning
|
| 8 |
each package. Read the <a href="http://www.debian.org/doc/manuals/developers-reference/ch-resources.en.html#s-pkg-tracking-system">documentation</a> to learn about all the details so that you can
|
| 9 |
know what the fields below mean. If you want to change the options of your subscription,
|
| 10 |
you can subscribe again. It will replace your previous subscription.
|
| 11 |
|
| 12 |
<form method="post" action="pts.cgi">
|
| 13 |
<input type="hidden" name="what" value="subscribe">
|
| 14 |
<strong>Source package</strong>: <input type="text" name="package" value="#PKG#"><br/>
|
| 15 |
<strong>Your email address</strong>: <input type="text" name="email" value="#EMAIL#">
|
| 16 |
<input type="hidden" name="advanced" value="yes">
|
| 17 |
<br/><br/><strong>List of accepted keywords</strong>:<br/>
|
| 18 |
<input type="checkbox" name="kw_bts" value="1" id="kw_bts" checked="checked"> <label for="kw_bts"><strong>bts</strong>: All bug reports and associated discussions.</label><br/>
|
| 19 |
<input type="checkbox" name="kw_bts-control" value="1" id="kw_bts-control" checked="checked"> <label for="kw_bts-control"><strong>bts-control</strong>: Notifications about status changes of bug reports.</label><br/>
|
| 20 |
<input type="checkbox" name="kw_cvs" value="1" id="kw_cvs" checked="checked"> <label for="kw_cvs"><strong>cvs</strong>: Commit notices of the <acronym title="Version Control System">VCS</acronym> repository associated to the package (it's not limited to cvs, it might be anything).</label><br/>
|
| 21 |
<input type="checkbox" name="kw_upload-source" value="1" id="kw_upload-source" checked="checked"> <label for="kw_upload-source"><strong>upload-source</strong>: Notifications of new sourceful uploads.</label><br/>
|
| 22 |
<input type="checkbox" name="kw_upload-binary" value="1" id="kw_upload-binary"> <label for="kw_upload-binary"><strong>upload-binary</strong>: Notifications of binary-only uploads (uploads of buildd mainly).</label><br/>
|
| 23 |
<input type="checkbox" name="kw_summary" value="1" id="kw_summary" checked="checked"> <label for="kw_summary"><strong>summary</strong>: Regular summary mails about the status of the package (not used yet).</label><br/>
|
| 24 |
<td><input type="checkbox" name="kw_contact" value="1" id="kw_contact" checked="checked"> <label for="kw_contact"><strong>contact</strong>: Mails from people contacting the maintainer via <em>package</em>@packages.debian.org.</label><br/>
|
| 25 |
<td><input type="checkbox" name="kw_default" value="1" id="kw_default" checked="checked"> <label for="kw_default"><strong>default</strong>: Mails manually sent to the PTS address.</label><br/>
|
| 26 |
<input type="checkbox" name="kw_derivatives" value="1" id="kw_derivatives" checked="checked"> <label for="kw_derivatives"><strong>derivatives</strong>: Information about changes made to this package by derivatives (e.g. Ubuntu).</label><br/>
|
| 27 |
<input type="checkbox" name="kw_katie-other" value="1" id="kw_katie-other" checked="checked"> <label for="kw_katie-other"><strong>katie-other</strong>: Other mails sent by dak (the software running the archive).</label><br/>
|
| 28 |
<input type="checkbox" name="kw_ddtp" value="1" id="kw_ddtp" checked="checked"> <label for="kw_ddtp"><strong>ddtp</strong>: Translations of the package's description created by <acronym title="Debian Description Translation Project">DDTP</acronym> contributors.</label><br/>
|
| 29 |
<br/>
|
| 30 |
<input type="submit" name="send" value="Subscribe">
|
| 31 |
</form>
|
| 32 |
|
| 33 |
</body>
|
| 34 |
</html>
|