/[webwml]/newmaint/whoisam.wml
ViewVC logotype

Diff of /newmaint/whoisam.wml

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

revision 1.3 by tbm, Tue Mar 5 19:41:58 2002 UTC revision 1.4 by tbm, Thu Mar 14 02:01:38 2002 UTC
# Line 22  Line 22 
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    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.5