| 22 |
}?> |
}?> |
| 23 |
#use wml::nmpage title="Debian New Maintainer - Application Manager List" |
#use wml::nmpage title="Debian New Maintainer - Application Manager List" |
| 24 |
<H1>Debian New Maintainer - Application Manager List</H1><BR> |
<H1>Debian New Maintainer - Application Manager List</H1><BR> |
| 25 |
<P>Below is the list of Debian maintainers who are Application Managers. |
<P>Below is the list of Debian maintainers who are currently active as |
| 26 |
|
Application Managers: |
| 27 |
<BR> |
<BR> |
| 28 |
<? $sql = "SELECT * from manager ORDER by name"; |
<? $sql = "SELECT * from manager WHERE is_active IS TRUE ORDER by name"; |
| 29 |
print_applicants($sql); ?> |
print_applicants($sql); ?> |
| 30 |
|
<P> |
| 31 |
|
<P>Below is the list of Debian maintainers who used to help as Application |
| 32 |
|
Managers in the past: |
| 33 |
|
<BR> |
| 34 |
|
<? $sql = "SELECT * from manager WHERE is_active IS FALSE ORDER by name"; |
| 35 |
|
print_applicants($sql); ?> |
| 36 |
|
|
| 37 |
|
|