Add a `staff.sgml' file which will list the currently used hats.
This commit is contained in:
parent
55794e2c38
commit
37e6447bc7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15959
1 changed files with 52 additions and 0 deletions
52
en/internal/staff.sgml
Normal file
52
en/internal/staff.sgml
Normal file
|
@ -0,0 +1,52 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD Staff">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % hats SYSTEM "../hats.ent"> %hats;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h2>FreeBSD Documentation Engineering Team:</h2>
|
||||
<p>&b.doceng;</p>
|
||||
|
||||
<h2>FreeBSD Donations Liason Team:</h2>
|
||||
<p>&b.donations;</p>
|
||||
|
||||
<h2>FreeBSD Ports Manager Team:</h2>
|
||||
<p>&b.portmgr;</p>
|
||||
|
||||
<h2>FreeBSD Release Engineering Team:</h2>
|
||||
<p>&b.re;</p>
|
||||
|
||||
<h2>FreeBSD Release Engineering for Alpha Team:</h2>
|
||||
<p>&b.re-alpha;</p>
|
||||
|
||||
<h2>FreeBSD Release Engineering for IA-64 Team:</h2>
|
||||
<p>&b.re-ia64;</p>
|
||||
|
||||
<h2>FreeBSD Release Engineering for i386 Team:</h2>
|
||||
<p>&b.re-i386;</p>
|
||||
|
||||
<h2>FreeBSD Release Engineering for PC98 Team:</h2>
|
||||
<p>&b.re-pc98;</p>
|
||||
|
||||
<h2>FreeBSD Release Engineering for Sparc64 Team:</h2>
|
||||
<p>&b.re-sparc64;</p>
|
||||
|
||||
<h2>FreeBSD Security Officers:</h2>
|
||||
<p>&b.so;</p>
|
||||
|
||||
<h2>FreeBSD Security Officer Team:</h2>
|
||||
<p>&b.so-team;</p>
|
||||
|
||||
<h2>FreeBSD Technical Review Board:</h2>
|
||||
<p>&b.trb;</p>
|
||||
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Loading…
Reference in a new issue