remove autogenerated files
authorrmurray <>
Wed, 12 Mar 2003 22:28:18 +0000 (22:28 +0000)
committerrmurray <>
Wed, 12 Mar 2003 22:28:18 +0000 (22:28 +0000)
web/doc-direct.html [deleted file]
web/doc-general.html [deleted file]
web/doc-mail.html [deleted file]
web/forward.html [deleted file]
web/hostinfo.html [deleted file]
web/login.html [deleted file]
web/password.html [deleted file]
web/searchform.html [deleted file]
web/searchhelp.html [deleted file]
web/searchresults.html [deleted file]
web/update.html [deleted file]

diff --git a/web/doc-direct.html b/web/doc-direct.html
deleted file mode 100644 (file)
index 9dc1f48..0000000
+++ /dev/null
@@ -1,125 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=">
-<title>Debian GNU/Linux -- Direct LDAP Access</title>
-<link rev="made" href="mailto:webmaster@debian.org">
-<meta name="Description" content="Debian GNU/Linux is a free distribution of the GNU/Linux operating system. It is maintained and updated through the work of many users who volunteer their time and effort.">
-<meta name="Keywords" content="debian, GNU, linux, unix, open source, free, DFSG">
-<meta name="Language" content="">
-<meta name="Author"    content="Debian Webmaster, webmaster@debian.org">
-<meta name="Generator" content="WML 2.0.8 (30-Oct-2001)">
-<meta name="Modified"  content="2002-07-12 19:23:30">
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" alink="#FF0000">
-<table width="100%" align="center" border="0" cellpadding="3" cellspacing="0" summary="">
-<tr>
-  <td align="left" valign="middle">
-  <a href="http://www.debian.org/"><img src="http://www.debian.org/logos/openlogo-nd-50.png" border="0" hspace="0" vspace="0" alt=""></a>
-  <a href="http://www.debian.org/"><img src="http://www.debian.org/Pics/debian.jpg" border="0" hspace="0" vspace="0" alt="Debian Project"></a>
-  </td>
-</tr>
-</table>
-<!--UdmComment-->
-<table bgcolor="#DF0451" border="0" cellpadding="0" cellspacing="0" width="100%" summary="">
-<tr>
-<td valign="top">
-<img src="http://www.debian.org/Pics/red-upperleft.png" align="left" border="0" hspace="0" vspace="0" alt="">
-</td>
-<td rowspan="2" align="center">
-<a href="http://www.debian.org/intro/about"><img src="http://www.debian.org/Pics/about.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="About Debian"></a>
-<a href="http://www.debian.org/News/"><img src="http://www.debian.org/Pics/news.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="News"></a>
-<a href="http://www.debian.org/distrib/"><img src="http://www.debian.org/Pics/getting.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Getting Debian"></a>
-<a href="http://www.debian.org/support"><img src="http://www.debian.org/Pics/support.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Support"></a>
-<a href="http://www.debian.org/devel/"><img src="http://www.debian.org/Pics/devel.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Developers'&nbsp;Corner"></a>
-<a href="http://www.debian.org/sitemap"><img src="http://www.debian.org/Pics/sitemap.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Site map"></a>
-<a href="http://search.debian.org/"><img src="http://www.debian.org/Pics/search.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Search"></a>
-</td>
-<td valign="top">
-<img src="http://www.debian.org/Pics/red-upperright.png" align="right" border="0" hspace="0" vspace="0" alt="">
-</td>
-</tr>
-<tr>
-<td valign="bottom">
-<img src="http://www.debian.org/Pics/red-lowerleft.png" align="left" border="0" hspace="0" vspace="0" alt="">
-</td>
-<td valign="bottom">
-<img src="http://www.debian.org/Pics/red-lowerright.png" align="right" border="0" hspace="0" vspace="0" alt="">
-</td>
-</tr>
-</table>
-<!--/UdmComment-->
-<h1>Direct LDAP Access</h1>
-<p>
-The LDAP utilities package provides a program called ldapsearch that can be
-used to execute direct queries to the database. Generally this is done by
-putting
-<pre>
-HOST db.debian.org
-BASE dc=debian,dc=org
-</pre>
-in ~/.ldaprc. Then queries can be performed, for instance
-<pre>
-samosa{jgg}~#ldapsearch uid=wakkerma keyfingerprint
-uid=wakkerma,ou=users,dc=debian,dc=org
-keyfingerprint=38444C2CA6AD756EB4A2E5FA612AFF59
-keyfingerprint=576E100B518D2F1636B028053CB892502FA3BC2D
-</pre>
-Shows the PGP key finger prints for the <tt>wakkerma</tt> user. The first word
-in the command is the query to perform, the rest of command line are the
-attributes to return, if omitted then all readable attributes are returned.
-More complicated queries are possible, for instance:
-<pre>
-samosa{jgg}~#ldapsearch '(&(!(loginshell=/bin/bash))(uid=*))' loginshell
-uid=admin,ou=users,dc=debian,dc=org
-
-uid=mryan,ou=users,dc=debian,dc=org
-loginshell=/usr/bin/tcsh
-
-uid=jkominek,ou=users,dc=debian,dc=org
-loginshell=/usr/bin/zsh
-
-uid=caelum,ou=users,dc=debian,dc=org
-loginshell=/usr/bin/zsh
-[..]
-</pre>
-Shows users that do not use bash as their shell. Some other interesting
-queries are:
-<ul>
-<li>Count the number of developers <tt>(&(keyfingerprint=*)(gidnumber=800))</tt>
-<li>Show people in a certain group <tt>gidmembership=adm</tt>
-<li>People named james <tt>cn=james</tt>
-<li>Someone whos last name phonetically sounds like 'Ackerma' <tt>sn~=ackerm</tt>
-<li>All the sparcs <tt>host=sparc</tt>
-</ul>
-<a href="http://info.internet.isi.edu:80/in-notes/rfc/files/rfc2254.txt">RFC 2254</a>
-has more information about the filter expressions.
-<h1>Other LDAP Browsers</h1>
-<p>
-The GQ package has a graphical LDAP browser that can browse the debian.org
-tree. It is somewhat ungainly with the large number of entries in our
-directory, but it does work nonetheless. Configuration is similar, use the
-preferences dialog to add a new host with the information given above.
-<p>
-Netscape has a browser for their mailer, but I have never been able to get
-it to work, please email if you have any luck.
-<p>
-To my knowledge there are no interfaces for popular mailers like mutt and
-gnus. Such an interface would allow using the directory as an enhanced address
-book.
-<hr noshade width="100%" size="1">
-Back to the <a href="http://www.debian.org/">Debian Project homepage</a>.
-<hr noshade width="100%" size="1">
-<small>
-You can contact us at
-<a href="mailto:admin@db.debian.org">admin@db.debian.org</a>.
-</small>
-<p>
-<small>
-Last Modified: Fri, Jul 12 17:23:30 UTC 2002
-  <br>
-  Copyright &copy; 1997-2002
- <a href="http://www.spi-inc.org/">SPI</a>; See <a href="http://www.debian.org/license">license terms</a>
-</small>
-</body>
-</html>
diff --git a/web/doc-general.html b/web/doc-general.html
deleted file mode 100644 (file)
index 99d7d04..0000000
+++ /dev/null
@@ -1,107 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=">
-<title>Debian GNU/Linux -- General LDAP Documentation</title>
-<link rev="made" href="mailto:webmaster@debian.org">
-<meta name="Description" content="Debian GNU/Linux is a free distribution of the GNU/Linux operating system. It is maintained and updated through the work of many users who volunteer their time and effort.">
-<meta name="Keywords" content="debian, GNU, linux, unix, open source, free, DFSG">
-<meta name="Language" content="">
-<meta name="Author"    content="Debian Webmaster, webmaster@debian.org">
-<meta name="Generator" content="WML 2.0.8 (30-Oct-2001)">
-<meta name="Modified"  content="2002-07-12 19:23:30">
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" alink="#FF0000">
-<table width="100%" align="center" border="0" cellpadding="3" cellspacing="0" summary="">
-<tr>
-  <td align="left" valign="middle">
-  <a href="http://www.debian.org/"><img src="http://www.debian.org/logos/openlogo-nd-50.png" border="0" hspace="0" vspace="0" alt=""></a>
-  <a href="http://www.debian.org/"><img src="http://www.debian.org/Pics/debian.jpg" border="0" hspace="0" vspace="0" alt="Debian Project"></a>
-  </td>
-</tr>
-</table>
-<!--UdmComment-->
-<table bgcolor="#DF0451" border="0" cellpadding="0" cellspacing="0" width="100%" summary="">
-<tr>
-<td valign="top">
-<img src="http://www.debian.org/Pics/red-upperleft.png" align="left" border="0" hspace="0" vspace="0" alt="">
-</td>
-<td rowspan="2" align="center">
-<a href="http://www.debian.org/intro/about"><img src="http://www.debian.org/Pics/about.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="About Debian"></a>
-<a href="http://www.debian.org/News/"><img src="http://www.debian.org/Pics/news.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="News"></a>
-<a href="http://www.debian.org/distrib/"><img src="http://www.debian.org/Pics/getting.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Getting Debian"></a>
-<a href="http://www.debian.org/support"><img src="http://www.debian.org/Pics/support.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Support"></a>
-<a href="http://www.debian.org/devel/"><img src="http://www.debian.org/Pics/devel.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Developers'&nbsp;Corner"></a>
-<a href="http://www.debian.org/sitemap"><img src="http://www.debian.org/Pics/sitemap.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Site map"></a>
-<a href="http://search.debian.org/"><img src="http://www.debian.org/Pics/search.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Search"></a>
-</td>
-<td valign="top">
-<img src="http://www.debian.org/Pics/red-upperright.png" align="right" border="0" hspace="0" vspace="0" alt="">
-</td>
-</tr>
-<tr>
-<td valign="bottom">
-<img src="http://www.debian.org/Pics/red-lowerleft.png" align="left" border="0" hspace="0" vspace="0" alt="">
-</td>
-<td valign="bottom">
-<img src="http://www.debian.org/Pics/red-lowerright.png" align="right" border="0" hspace="0" vspace="0" alt="">
-</td>
-</tr>
-</table>
-<!--/UdmComment-->
-<h1>General LDAP Documentation</h1>
-<p>
-debian.org uses a single LDAP driven directory for account management across
-all the project run <a href="/machines.cgi">machines</a>. This directory
-also provides services for leaving vacation notices, updating
-<a href="http://www.debian.org/devel/developers.loc">xplanet</a> coordinates,
-email forwarding, ssh authentication keys and other information.
-<p>
-Note: the 'passwd' program and 'chfn' do not work with LDAP information.
-Please use the web page or email gateway for the time being. All machines
-running OpenSSH are using replicated SSH RSA authentication keys.
-<h1>Security and Privacy</h1>
-Three levels of information security are provided by the database. The first
-is completely public information that anyone can see either by issuing an
-LDAP query or by visiting the web site. The next level is "developer-only"
-information that requires authentication to the directory before it can be
-accessed. The final level is admin-only or user-only information; this
-information can only be viewed by the user or an administrator.
-<p>
-developer-only information includes precise location information
-[postalcode, postal address, lat/long] telephone numbers, and the vacation
-message.
-<p>
-Admin-only/user-only information includes email forwarding, ssh keys and
-the encrypted password. Note that email forwarding is necessarily publicly
-viewable from accounts on the actual machines.
-<p>
-Entries in the directory are keyed to the developers PGP key, whoever has that
-key can make any change to the directory through the mail interface.
-<h1>Access</h1>
-The directory has several means to access it:
-<ul>
-<li><a href="https://db.debian.org/login.html">SSL Web Forms</a>
-<li>Finger gateway, <tt>finger foo@debian.org</tt>
-<li><a href="doc-mail.html">Mail gateway</a>
-<li><a href="doc-direct.html">Direct LDAP Access</a>
-<li>LDAP command line tools such as <tt>ud-info</tt>
-</ul>
-<p>
-<a href="password.html">Lost or forgotten password instructions</a>
-<hr noshade width="100%" size="1">
-Back to the <a href="http://www.debian.org/">Debian Project homepage</a>.
-<hr noshade width="100%" size="1">
-<small>
-You can contact us at
-<a href="mailto:admin@db.debian.org">admin@db.debian.org</a>.
-</small>
-<p>
-<small>
-Last Modified: Fri, Jul 12 17:23:30 UTC 2002
-  <br>
-  Copyright &copy; 1997-2002
- <a href="http://www.spi-inc.org/">SPI</a>; See <a href="http://www.debian.org/license">license terms</a>
-</small>
-</body>
-</html>
diff --git a/web/doc-mail.html b/web/doc-mail.html
deleted file mode 100644 (file)
index 5a38975..0000000
+++ /dev/null
@@ -1,165 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=">
-<title>Debian GNU/Linux -- LDAP Gateway</title>
-<link rev="made" href="mailto:webmaster@debian.org">
-<meta name="Description" content="Debian GNU/Linux is a free distribution of the GNU/Linux operating system. It is maintained and updated through the work of many users who volunteer their time and effort.">
-<meta name="Keywords" content="debian, GNU, linux, unix, open source, free, DFSG">
-<meta name="Language" content="">
-<meta name="Author"    content="Debian Webmaster, webmaster@debian.org">
-<meta name="Generator" content="WML 2.0.8 (30-Oct-2001)">
-<meta name="Modified"  content="2002-07-12 19:23:30">
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" alink="#FF0000">
-<table width="100%" align="center" border="0" cellpadding="3" cellspacing="0" summary="">
-<tr>
-  <td align="left" valign="middle">
-  <a href="http://www.debian.org/"><img src="http://www.debian.org/logos/openlogo-nd-50.png" border="0" hspace="0" vspace="0" alt=""></a>
-  <a href="http://www.debian.org/"><img src="http://www.debian.org/Pics/debian.jpg" border="0" hspace="0" vspace="0" alt="Debian Project"></a>
-  </td>
-</tr>
-</table>
-<!--UdmComment-->
-<table bgcolor="#DF0451" border="0" cellpadding="0" cellspacing="0" width="100%" summary="">
-<tr>
-<td valign="top">
-<img src="http://www.debian.org/Pics/red-upperleft.png" align="left" border="0" hspace="0" vspace="0" alt="">
-</td>
-<td rowspan="2" align="center">
-<a href="http://www.debian.org/intro/about"><img src="http://www.debian.org/Pics/about.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="About Debian"></a>
-<a href="http://www.debian.org/News/"><img src="http://www.debian.org/Pics/news.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="News"></a>
-<a href="http://www.debian.org/distrib/"><img src="http://www.debian.org/Pics/getting.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Getting Debian"></a>
-<a href="http://www.debian.org/support"><img src="http://www.debian.org/Pics/support.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Support"></a>
-<a href="http://www.debian.org/devel/"><img src="http://www.debian.org/Pics/devel.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Developers'&nbsp;Corner"></a>
-<a href="http://www.debian.org/sitemap"><img src="http://www.debian.org/Pics/sitemap.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Site map"></a>
-<a href="http://search.debian.org/"><img src="http://www.debian.org/Pics/search.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Search"></a>
-</td>
-<td valign="top">
-<img src="http://www.debian.org/Pics/red-upperright.png" align="right" border="0" hspace="0" vspace="0" alt="">
-</td>
-</tr>
-<tr>
-<td valign="bottom">
-<img src="http://www.debian.org/Pics/red-lowerleft.png" align="left" border="0" hspace="0" vspace="0" alt="">
-</td>
-<td valign="bottom">
-<img src="http://www.debian.org/Pics/red-lowerright.png" align="right" border="0" hspace="0" vspace="0" alt="">
-</td>
-</tr>
-</table>
-<!--/UdmComment-->
-<h1>LDAP Gateway</h1>
-<p>
-The LDAP directory has a PGP secured mail gateway that
-allows users to safely and conveniently effect changes to their entries. It
-makes use of PGP signed input messages to positively identify the user and
-to confirm the validity of the request. Furthermore it implements a replay
-cache that prevents the gateway from accepting the same message more than
-once.
-<p>
-There are three functions logically split into 3 seperate email addresses
-that are implemented by the gateway: <b>ping</b>, <b>new password</b> and
-<b>changes</b>. The function to act on is the first argument to the program.
-<p>
-Error handling is currently done by generating a bounce message and passing
-descriptive error text to the mailer. This can generate a somewhat hard to
-read error message, but it does have all the relevent information.
-<h1>Ping</h1>
-The ping command simply returns the users public record. It is useful for
-testing the gateway and for the requester to get a basic dump of their
-record. In future this address might 'freshen' the record to indicate the
-user is alive. Any PGP signed message will produce a reply.
-<h1>New Password</h1>
-If a user looses their password they can request that a new one be generated
-for them. This is done by sending the phrase "Please change my Debian
-password" to chpasswd@db.debian.org. The phrase is required to prevent the
-daemon from triggering on arbitary signed email. The best way to invoke this
-feature is with
-<pre>echo "Please change my Debian password" | gpg --clearsign | mail chpasswd@db.debian.org</pre>
-After validating the request the daemon will generate a new random password,
-set it in the directory and respond with an encrpyted message containing the
-new password. The password can be changed using one of the other interface
-methods.
-<h1>Changes</h1>
-An address (changes@db.debian.org) is provided for making almost arbitary
-changes to the contents of the record. The daemon parses its input line by
-line and acts on each line in a command oriented manner. Anything, except for
-passwords, can be changed using this mechanism. Note however that because
-this is a mail gateway it does stringent checking on its input. The other
-tools allow fields to be set to virtually anything, the gateway requires
-specific field formats to be met.
-<ul>
-<li>A line of the form <tt>'field: value'</tt> will change the contents of
-the field to value. Some simple checks are performed on value to make sure
-that it is not set to nonsense. The values that can be changed are:
-<b>c</b>, <b>l</b>, <b>facsimiletelephonenumber</b>, <b>telephonenumber</b>,
-<b>postaladdress</b>, <b>postalcode</b>,
-<b>loginshell</b>, <b>emailforward</b>, <b>ircnick</b>, <b>onvacation</b>,
-and <b>labledurl</b>
-<li>The daemon has a special parser to help changing latitude and longitude
-values. It accepts several common formats for position information and
-converts them to one of the standard forms. The permitted types are
-<pre>D = Degrees, M = Minutes, S = Seconds, x = n,s,e,w
-+-DDD.DDDDD, +- DDDMM.MMMM, +-DDDMMSS.SSSS [standard forms]
-DDxMM.MMMM, DD:MM.MMMM x, DD:MM:SS.SSS X)</pre>
-and the request format is <tt>'Lat: xxx Long: xxx'</tt> where <tt>xxx</tt>
-is one of the permitted types. The resulting response will include how the
-input was parsed and the value in decimal degrees.
-<li>
-Part of the replicated dataset is a virtual .ssh/authorized_keys file for
-each user. The change address is the simplest way to set the RSA key(s) you
-intend to use. Simply place a key on a line by itself, the full SSH key
-format specification is supported, see sshd(8). Probably the most common way
-to use this function will be
-<pre>cat .ssh/identity.pub | gpg --clearsign | mail change@db.debian.org</pre>
-which will set the authentication key to the identity you are using.
-Multiple keys per user are supported, but they must all be sent at once.
-<li>Debian.net DNS Zone Entry. The only way to get a debian.net address is
-to use the mail gateway. It
-will verify the request and prevent name collisions automatically. Requests
-can take two forms: <tt>'foo in a 1.2.3.4'</tt> or <tt>'foo in cname
-foo.bar.'</tt> The precise form is critical and must not be deviated from.
-Like the SSH function above, multiple hosts are supported, but they must all
-be sent at once. The debian.net zone is only reloaded once per day at
-midnight -0700.
-<li>If the single word <b>show</b> appears on a line then a PGP encrypted version
-of the entire record will be attached to the resulting email.
-</ul>
-After processing the requests the daemon will generate a report which contains
-each input command and the action taken. If there are any parsing errors
-processing stops immediately, but valid changes up to that point are
-processed.
-<h2>Notes</h2>
-<p>
-In this document PGP refers to any message or key that GnuPG is
-able to generate or parse, specificaly it includes both PGP2.x and OpenPGP
-(aka GnuPG) keys.
-<p>
-Due to the replay cache the clock on the computer that generates the
-signatures has to be accurate to at least one day. If it is off by several
-months or more then the deamon will outright reject all messages.
-<p>
-Examples are given using GnuPG, but PGP 2.x can also be used. The correct
-options to generate a clear signed ascii armored message in 'filter' mode
-are <tt>pgp -fast</tt> which does the same as <tt>gpg --clearsign</tt>
-<p>
-Debian.org machines rely on secured replication to transfer login data out
-of the database. Replication is performed at 15 min intervals so it can take
-a short while before any changes made take effect.
-<hr noshade width="100%" size="1">
-Back to the <a href="http://www.debian.org/">Debian Project homepage</a>.
-<hr noshade width="100%" size="1">
-<small>
-You can contact us at
-<a href="mailto:admin@db.debian.org">admin@db.debian.org</a>.
-</small>
-<p>
-<small>
-Last Modified: Fri, Jul 12 17:23:30 UTC 2002
-  <br>
-  Copyright &copy; 1997-2002
- <a href="http://www.spi-inc.org/">SPI</a>; See <a href="http://www.debian.org/license">license terms</a>
-</small>
-</body>
-</html>
diff --git a/web/forward.html b/web/forward.html
deleted file mode 100644 (file)
index 41c670b..0000000
+++ /dev/null
@@ -1,141 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=">
-<title>Debian GNU/Linux -- Email Forwarding</title>
-<link rev="made" href="mailto:webmaster@debian.org">
-<meta name="Description" content="Debian GNU/Linux is a free distribution of the GNU/Linux operating system. It is maintained and updated through the work of many users who volunteer their time and effort.">
-<meta name="Keywords" content="debian, GNU, linux, unix, open source, free, DFSG">
-<meta name="Language" content="">
-<meta name="Author"    content="Debian Webmaster, webmaster@debian.org">
-<meta name="Generator" content="WML 2.0.8 (30-Oct-2001)">
-<meta name="Modified"  content="2002-07-12 19:23:30">
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" alink="#FF0000">
-<table width="100%" align="center" border="0" cellpadding="3" cellspacing="0" summary="">
-<tr>
-  <td align="left" valign="middle">
-  <a href="http://www.debian.org/"><img src="http://www.debian.org/logos/openlogo-nd-50.png" border="0" hspace="0" vspace="0" alt=""></a>
-  <a href="http://www.debian.org/"><img src="http://www.debian.org/Pics/debian.jpg" border="0" hspace="0" vspace="0" alt="Debian Project"></a>
-  </td>
-</tr>
-</table>
-<!--UdmComment-->
-<table bgcolor="#DF0451" border="0" cellpadding="0" cellspacing="0" width="100%" summary="">
-<tr>
-<td valign="top">
-<img src="http://www.debian.org/Pics/red-upperleft.png" align="left" border="0" hspace="0" vspace="0" alt="">
-</td>
-<td rowspan="2" align="center">
-<a href="http://www.debian.org/intro/about"><img src="http://www.debian.org/Pics/about.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="About Debian"></a>
-<a href="http://www.debian.org/News/"><img src="http://www.debian.org/Pics/news.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="News"></a>
-<a href="http://www.debian.org/distrib/"><img src="http://www.debian.org/Pics/getting.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Getting Debian"></a>
-<a href="http://www.debian.org/support"><img src="http://www.debian.org/Pics/support.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Support"></a>
-<a href="http://www.debian.org/devel/"><img src="http://www.debian.org/Pics/devel.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Developers'&nbsp;Corner"></a>
-<a href="http://www.debian.org/sitemap"><img src="http://www.debian.org/Pics/sitemap.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Site map"></a>
-<a href="http://search.debian.org/"><img src="http://www.debian.org/Pics/search.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Search"></a>
-</td>
-<td valign="top">
-<img src="http://www.debian.org/Pics/red-upperright.png" align="right" border="0" hspace="0" vspace="0" alt="">
-</td>
-</tr>
-<tr>
-<td valign="bottom">
-<img src="http://www.debian.org/Pics/red-lowerleft.png" align="left" border="0" hspace="0" vspace="0" alt="">
-</td>
-<td valign="bottom">
-<img src="http://www.debian.org/Pics/red-lowerright.png" align="right" border="0" hspace="0" vspace="0" alt="">
-</td>
-</tr>
-</table>
-<!--/UdmComment-->
-<h1>Email Forwarding</h1>
-<p>
-Emails to @debian.org addresses now go through a LDAP distributed email system.
-This system uses the forwarding field in the LDAP directory to route mail
-without passing it through a users .forward file on a single host.
-Multiple machines participate in the forwarding to provide redudancy.
-<p>
-Each forwarders inspects the LDAP database
-to see if foo@debian.org has forwarding set to an address, if so the <i>envelope
-to address</i> is rewritten and the message redirected to the new address.
-Otherwise the message is relayed to master.debian.org for processing by the
-users .forward files. If email forwarding is setup then .forward files are
-<b>NOT</b> considered. Extension addresses (foo-lists) are always routed
-directly to master for processing.
-<p>
-All machines also use the forwarding attribute as a default destination for
-email. If the user has a home directory and no .forward file the mail is
-forwarded rather than delivered to /var/spool/mail. This makes sure cron
-reports, bug responses and other unexpected emails are not misplaced.
-<p>
-If you set the forwarding address to be a specific Debian machine and do
-not create a forward file then that machine will spool the mail to
-/var/spool/mail instead of creating a mail loop.
-<p>
-The email forwarding can be easially reconfigured using GnuPG:
-<pre>
-echo "emailforward: foo@bar.com" | gpg --clearsign | mail change@db.debian.org
-</pre>
-or by visiting <a href="https://db.debian.org/login.html">db.debian.org</a>
-<p>
-You can test the email routing by using the command <tt>/usr/sbin/exim -bt
-foo@debian.org</tt>
-<h2>procmail</h2>
-If you use procmail for your main mailbox, PLEASE, erase your .forward
-file and put a .procmailrc in its place instead. This feature has been
-supported on debian.org machines for a good while now, and will continue to be
-supported.
-<p>
-The correct way to invoke procmail for extension addresses is "|/usr/bin/procmail [options]"
-Ignore the IFS=".." stuff in the procmail man page.
-<h2>MailBox formats</h2>
-Email can be saved to mailboxes or maildirs by using the correct lines in a
-.forward file:
-<p>
-Mailbox format files "/debian/home/foo/Mbox"
-<br>Maildir format files "/debian/home/foo/MDir/"
-<p>
-To deliver to /var/spool/mail/foo use a construct like '|/usr/bin/procmail
--m /dev/null'. Putting the mailbox path will not work. You must use
-absolute paths for mailboxes, qmail-like ./ paths are not supported by
-Exim.
-<p>
-Also, 'Exim Filter' files are deliberately turned off.
-<h2>Delivery Environment</h2>
-Some environment variables are set per-message (not quoted! Careful!)
-It is important to note that the environment variables dealing with
-addressing apply to the ENVELOPE address are are totally completely
-unrelated to the actual contents of the message:
-<p>
-'Standard' Env Variables:
-<ol>
-<li>EXTENSION (the 'foo' in .forward-foo)
-<li>LOGNAME,USER (your user name)
-<li>SENDER (envelope originator of message)
-</ol>
-<p>
-'Qmail' Env Variables:
-<ol>
-<li>EXT == EXTENSION
-<li>LOCAL = (the entire bit before the @)
-<li>RECIPIENT = (the entire envelope to)
-</ol>
-<p>
-Such that, <i>$RECIPIENT = $LOCAL-$EXTENSION@&lt;something&gt;</i>.
-<hr noshade width="100%" size="1">
-Back to the <a href="http://www.debian.org/">Debian Project homepage</a>.
-<hr noshade width="100%" size="1">
-<small>
-You can contact us at
-<a href="mailto:admin@db.debian.org">admin@db.debian.org</a>.
-</small>
-<p>
-<small>
-Last Modified: Fri, Jul 12 17:23:30 UTC 2002
-  <br>
-  Copyright &copy; 1997-2002
- <a href="http://www.spi-inc.org/">SPI</a>; See <a href="http://www.debian.org/license">license terms</a>
-</small>
-</body>
-</html>
diff --git a/web/hostinfo.html b/web/hostinfo.html
deleted file mode 100644 (file)
index 1b3d254..0000000
+++ /dev/null
@@ -1,86 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=">
-<title>Debian GNU/Linux -- debian.org Developer Machines</title>
-<link rev="made" href="mailto:webmaster@debian.org">
-<meta name="Description" content="Debian GNU/Linux is a free distribution of the GNU/Linux operating system. It is maintained and updated through the work of many users who volunteer their time and effort.">
-<meta name="Keywords" content="debian, GNU, linux, unix, open source, free, DFSG">
-<meta name="Language" content="">
-<meta name="Author"    content="Debian Webmaster, webmaster@debian.org">
-<meta name="Generator" content="WML 2.0.8 (30-Oct-2001)">
-<meta name="Modified"  content="2002-07-12 19:23:30">
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" alink="#FF0000">
-<table width="100%" align="center" border="0" cellpadding="3" cellspacing="0" summary="">
-<tr>
-  <td align="left" valign="middle">
-  <a href="http://www.debian.org/"><img src="http://www.debian.org/logos/openlogo-nd-50.png" border="0" hspace="0" vspace="0" alt=""></a>
-  <a href="http://www.debian.org/"><img src="http://www.debian.org/Pics/debian.jpg" border="0" hspace="0" vspace="0" alt="Debian Project"></a>
-  </td>
-</tr>
-</table>
-<!--UdmComment-->
-<table bgcolor="#DF0451" border="0" cellpadding="0" cellspacing="0" width="100%" summary="">
-<tr>
-<td valign="top">
-<img src="http://www.debian.org/Pics/red-upperleft.png" align="left" border="0" hspace="0" vspace="0" alt="">
-</td>
-<td rowspan="2" align="center">
-<a href="http://www.debian.org/intro/about"><img src="http://www.debian.org/Pics/about.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="About Debian"></a>
-<a href="http://www.debian.org/News/"><img src="http://www.debian.org/Pics/news.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="News"></a>
-<a href="http://www.debian.org/distrib/"><img src="http://www.debian.org/Pics/getting.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Getting Debian"></a>
-<a href="http://www.debian.org/support"><img src="http://www.debian.org/Pics/support.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Support"></a>
-<a href="http://www.debian.org/devel/"><img src="http://www.debian.org/Pics/devel.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Developers'&nbsp;Corner"></a>
-<a href="http://www.debian.org/sitemap"><img src="http://www.debian.org/Pics/sitemap.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Site map"></a>
-<a href="http://search.debian.org/"><img src="http://www.debian.org/Pics/search.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Search"></a>
-</td>
-<td valign="top">
-<img src="http://www.debian.org/Pics/red-upperright.png" align="right" border="0" hspace="0" vspace="0" alt="">
-</td>
-</tr>
-<tr>
-<td valign="bottom">
-<img src="http://www.debian.org/Pics/red-lowerleft.png" align="left" border="0" hspace="0" vspace="0" alt="">
-</td>
-<td valign="bottom">
-<img src="http://www.debian.org/Pics/red-lowerright.png" align="right" border="0" hspace="0" vspace="0" alt="">
-</td>
-</tr>
-</table>
-<!--/UdmComment-->
-<h1>debian.org Developer Machines</h1>
-<table border="1" width="100%" summary="">
-<tr valign="top">
-<td width="20%" align="center">
-<b>Lookup:</b><br>
-<form method="post" action="machines.cgi">
-<select name="host">
-<option value="_summary_">Summary
-~hostlist~
-</select>
-<input type="submit" value="Go">
-</form>
-</td>
-<td>
-&nbsp;<br>
-~hostdetails~
-<br>
-</td>
-</tr></table>
-<hr noshade width="100%" size="1">
-Back to the <a href="http://www.debian.org/">Debian Project homepage</a>.
-<hr noshade width="100%" size="1">
-<small>
-You can contact us at
-<a href="mailto:admin@db.debian.org">admin@db.debian.org</a>.
-</small>
-<p>
-<small>
-Last Modified: Fri, Jul 12 17:23:30 UTC 2002
-  <br>
-  Copyright &copy; 1997-2002
- <a href="http://www.spi-inc.org/">SPI</a>; See <a href="http://www.debian.org/license">license terms</a>
-</small>
-</body>
-</html>
diff --git a/web/login.html b/web/login.html
deleted file mode 100644 (file)
index b0bfdf7..0000000
+++ /dev/null
@@ -1,88 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=">
-<title>Debian GNU/Linux -- debian.org Developers LDAP Login</title>
-<link rev="made" href="mailto:webmaster@debian.org">
-<meta name="Description" content="Debian GNU/Linux is a free distribution of the GNU/Linux operating system. It is maintained and updated through the work of many users who volunteer their time and effort.">
-<meta name="Keywords" content="debian, GNU, linux, unix, open source, free, DFSG">
-<meta name="Language" content="">
-<meta name="Author"    content="Debian Webmaster, webmaster@debian.org">
-<meta name="Generator" content="WML 2.0.8 (30-Oct-2001)">
-<meta name="Modified"  content="2002-07-12 19:23:30">
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" alink="#FF0000">
-<table width="100%" align="center" border="0" cellpadding="3" cellspacing="0" summary="">
-<tr>
-  <td align="left" valign="middle">
-  <a href="http://www.debian.org/"><img src="http://www.debian.org/logos/openlogo-nd-50.png" border="0" hspace="0" vspace="0" alt=""></a>
-  <a href="http://www.debian.org/"><img src="http://www.debian.org/Pics/debian.jpg" border="0" hspace="0" vspace="0" alt="Debian Project"></a>
-  </td>
-</tr>
-</table>
-<!--UdmComment-->
-<table bgcolor="#DF0451" border="0" cellpadding="0" cellspacing="0" width="100%" summary="">
-<tr>
-<td valign="top">
-<img src="http://www.debian.org/Pics/red-upperleft.png" align="left" border="0" hspace="0" vspace="0" alt="">
-</td>
-<td rowspan="2" align="center">
-<a href="http://www.debian.org/intro/about"><img src="http://www.debian.org/Pics/about.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="About Debian"></a>
-<a href="http://www.debian.org/News/"><img src="http://www.debian.org/Pics/news.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="News"></a>
-<a href="http://www.debian.org/distrib/"><img src="http://www.debian.org/Pics/getting.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Getting Debian"></a>
-<a href="http://www.debian.org/support"><img src="http://www.debian.org/Pics/support.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Support"></a>
-<a href="http://www.debian.org/devel/"><img src="http://www.debian.org/Pics/devel.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Developers'&nbsp;Corner"></a>
-<a href="http://www.debian.org/sitemap"><img src="http://www.debian.org/Pics/sitemap.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Site map"></a>
-<a href="http://search.debian.org/"><img src="http://www.debian.org/Pics/search.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Search"></a>
-</td>
-<td valign="top">
-<img src="http://www.debian.org/Pics/red-upperright.png" align="right" border="0" hspace="0" vspace="0" alt="">
-</td>
-</tr>
-<tr>
-<td valign="bottom">
-<img src="http://www.debian.org/Pics/red-lowerleft.png" align="left" border="0" hspace="0" vspace="0" alt="">
-</td>
-<td valign="bottom">
-<img src="http://www.debian.org/Pics/red-lowerright.png" align="right" border="0" hspace="0" vspace="0" alt="">
-</td>
-</tr>
-</table>
-<!--/UdmComment-->
-<h1>debian.org Developers LDAP Login</h1>
-<br><br><div align="center">
-<form method="post" action="login.cgi">
-<table border="5" cellspacing="0" cellpadding="3" width="70%" bgcolor="#DDDDDD" summary="">
-<tr><th colspan="2" bgcolor="#44CCCC" align="center"><font size="+2">Authentication Required</font></th></tr>
-<tr><td colspan="2" align="center"><br><br>If you are not a developer, please <a href="search.cgi">return to the main search page</a>, otherwise, enter your Debian user ID and password below<br>
-You can also access the pages <a href="https://db.debian.org/">securely</a><br></td></tr>
-<tr><td align="right"><b>login:</b></td><td><input size="10" name="username">@debian.org</td></tr>
-<tr><td align="right"><b>Password:</b></td><td><input size="20" name="password" type="password"></td></tr>
-<tr><td colspan="2" align="center">
-<input type="submit" name="search" value="Full Search">&nbsp;&nbsp;&nbsp;
-<input type="submit" name="update" value="Update my info">
-</td></tr></table>
-</div>
-</form>
-<hr>
-<div align="center">
-<p><a href="machines.cgi">Debian development machines</a>
-<br><a href="password.html">Lost or forgotten password instructions</a>
-</p>
-</div>
-<hr noshade width="100%" size="1">
-Back to the <a href="http://www.debian.org/">Debian Project homepage</a>.
-<hr noshade width="100%" size="1">
-<small>
-You can contact us at
-<a href="mailto:admin@db.debian.org">admin@db.debian.org</a>.
-</small>
-<p>
-<small>
-Last Modified: Fri, Jul 12 17:23:30 UTC 2002
-  <br>
-  Copyright &copy; 1997-2002
- <a href="http://www.spi-inc.org/">SPI</a>; See <a href="http://www.debian.org/license">license terms</a>
-</small>
-</body>
-</html>
diff --git a/web/password.html b/web/password.html
deleted file mode 100644 (file)
index fc56c4a..0000000
+++ /dev/null
@@ -1,95 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=">
-<title>Debian GNU/Linux -- Lost or Forgotten password</title>
-<link rev="made" href="mailto:webmaster@debian.org">
-<meta name="Description" content="Debian GNU/Linux is a free distribution of the GNU/Linux operating system. It is maintained and updated through the work of many users who volunteer their time and effort.">
-<meta name="Keywords" content="debian, GNU, linux, unix, open source, free, DFSG">
-<meta name="Language" content="">
-<meta name="Author"    content="Debian Webmaster, webmaster@debian.org">
-<meta name="Generator" content="WML 2.0.8 (30-Oct-2001)">
-<meta name="Modified"  content="2002-07-12 19:23:30">
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" alink="#FF0000">
-<table width="100%" align="center" border="0" cellpadding="3" cellspacing="0" summary="">
-<tr>
-  <td align="left" valign="middle">
-  <a href="http://www.debian.org/"><img src="http://www.debian.org/logos/openlogo-nd-50.png" border="0" hspace="0" vspace="0" alt=""></a>
-  <a href="http://www.debian.org/"><img src="http://www.debian.org/Pics/debian.jpg" border="0" hspace="0" vspace="0" alt="Debian Project"></a>
-  </td>
-</tr>
-</table>
-<!--UdmComment-->
-<table bgcolor="#DF0451" border="0" cellpadding="0" cellspacing="0" width="100%" summary="">
-<tr>
-<td valign="top">
-<img src="http://www.debian.org/Pics/red-upperleft.png" align="left" border="0" hspace="0" vspace="0" alt="">
-</td>
-<td rowspan="2" align="center">
-<a href="http://www.debian.org/intro/about"><img src="http://www.debian.org/Pics/about.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="About Debian"></a>
-<a href="http://www.debian.org/News/"><img src="http://www.debian.org/Pics/news.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="News"></a>
-<a href="http://www.debian.org/distrib/"><img src="http://www.debian.org/Pics/getting.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Getting Debian"></a>
-<a href="http://www.debian.org/support"><img src="http://www.debian.org/Pics/support.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Support"></a>
-<a href="http://www.debian.org/devel/"><img src="http://www.debian.org/Pics/devel.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Developers'&nbsp;Corner"></a>
-<a href="http://www.debian.org/sitemap"><img src="http://www.debian.org/Pics/sitemap.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Site map"></a>
-<a href="http://search.debian.org/"><img src="http://www.debian.org/Pics/search.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Search"></a>
-</td>
-<td valign="top">
-<img src="http://www.debian.org/Pics/red-upperright.png" align="right" border="0" hspace="0" vspace="0" alt="">
-</td>
-</tr>
-<tr>
-<td valign="bottom">
-<img src="http://www.debian.org/Pics/red-lowerleft.png" align="left" border="0" hspace="0" vspace="0" alt="">
-</td>
-<td valign="bottom">
-<img src="http://www.debian.org/Pics/red-lowerright.png" align="right" border="0" hspace="0" vspace="0" alt="">
-</td>
-</tr>
-</table>
-<!--/UdmComment-->
-<h1>Lost or Forgotten password</h1>
-<p>
-If you have lost or forgotten your LDAP password (and by extension, your
-machine login password) you can have it reset by sending a PGP signed
-message to the <a href="doc-mail.html">mail gateway</a>:
-<pre>
-echo "Please change my Debian password" | gpg --clearsign | mail chpasswd@db.debian.org
-or
-echo "Please change my Debian password" | pgp -fast | mail chpasswd@db.debian.org
-</pre>
-The daemon will then respond with a new randomized password encrypted
-with your key. You can then use the
-<a href="https://db.debian.org/login.html">SSL Web pages</a> to change your
-password to something you can remember. You cannot set a new password via the
-mail gateway.
-<p>
-Alternatively, you can do without a password and use PGP to manipulate your
-LDAP information through the <a href="doc-mail.html">mail gateway</a> and use
-SSH RSA Authentication to access the servers. To setup OpenSSH for RSA you
-need to first generate a private RSA key using <tt>ssh-keygen</tt> and select
-a good passphrase for it. Then send the public portion of the key to the LDAP
-directory:
-<pre>
-gpg --clearsign < ~/.ssh/identity.pub | mail change@db.debian.org
-</pre>
-You can then use this key to authenticate to the machines. Using ssh-agent
-(automatically run by Debian's X configuration) you can use ssh-add to 'cache'
-your passphrase once.
-<hr noshade width="100%" size="1">
-Back to the <a href="http://www.debian.org/">Debian Project homepage</a>.
-<hr noshade width="100%" size="1">
-<small>
-You can contact us at
-<a href="mailto:admin@db.debian.org">admin@db.debian.org</a>.
-</small>
-<p>
-<small>
-Last Modified: Fri, Jul 12 17:23:30 UTC 2002
-  <br>
-  Copyright &copy; 1997-2002
- <a href="http://www.spi-inc.org/">SPI</a>; See <a href="http://www.debian.org/license">license terms</a>
-</small>
-</body>
-</html>
diff --git a/web/searchform.html b/web/searchform.html
deleted file mode 100644 (file)
index f966664..0000000
+++ /dev/null
@@ -1,353 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=">
-<title>Debian GNU/Linux -- debian.org Developers LDAP Search</title>
-<link rev="made" href="mailto:webmaster@debian.org">
-<meta name="Description" content="Debian GNU/Linux is a free distribution of the GNU/Linux operating system. It is maintained and updated through the work of many users who volunteer their time and effort.">
-<meta name="Keywords" content="debian, GNU, linux, unix, open source, free, DFSG">
-<meta name="Language" content="">
-<meta name="Author"    content="Debian Webmaster, webmaster@debian.org">
-<meta name="Generator" content="WML 2.0.8 (30-Oct-2001)">
-<meta name="Modified"  content="2002-07-12 19:23:30">
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" alink="#FF0000">
-<table width="100%" align="center" border="0" cellpadding="3" cellspacing="0" summary="">
-<tr>
-  <td align="left" valign="middle">
-  <a href="http://www.debian.org/"><img src="http://www.debian.org/logos/openlogo-nd-50.png" border="0" hspace="0" vspace="0" alt=""></a>
-  <a href="http://www.debian.org/"><img src="http://www.debian.org/Pics/debian.jpg" border="0" hspace="0" vspace="0" alt="Debian Project"></a>
-  </td>
-</tr>
-</table>
-<!--UdmComment-->
-<table bgcolor="#DF0451" border="0" cellpadding="0" cellspacing="0" width="100%" summary="">
-<tr>
-<td valign="top">
-<img src="http://www.debian.org/Pics/red-upperleft.png" align="left" border="0" hspace="0" vspace="0" alt="">
-</td>
-<td rowspan="2" align="center">
-<a href="http://www.debian.org/intro/about"><img src="http://www.debian.org/Pics/about.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="About Debian"></a>
-<a href="http://www.debian.org/News/"><img src="http://www.debian.org/Pics/news.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="News"></a>
-<a href="http://www.debian.org/distrib/"><img src="http://www.debian.org/Pics/getting.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Getting Debian"></a>
-<a href="http://www.debian.org/support"><img src="http://www.debian.org/Pics/support.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Support"></a>
-<a href="http://www.debian.org/devel/"><img src="http://www.debian.org/Pics/devel.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Developers'&nbsp;Corner"></a>
-<a href="http://www.debian.org/sitemap"><img src="http://www.debian.org/Pics/sitemap.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Site map"></a>
-<a href="http://search.debian.org/"><img src="http://www.debian.org/Pics/search.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Search"></a>
-</td>
-<td valign="top">
-<img src="http://www.debian.org/Pics/red-upperright.png" align="right" border="0" hspace="0" vspace="0" alt="">
-</td>
-</tr>
-<tr>
-<td valign="bottom">
-<img src="http://www.debian.org/Pics/red-lowerleft.png" align="left" border="0" hspace="0" vspace="0" alt="">
-</td>
-<td valign="bottom">
-<img src="http://www.debian.org/Pics/red-lowerright.png" align="right" border="0" hspace="0" vspace="0" alt="">
-</td>
-</tr>
-</table>
-<!--/UdmComment-->
-<h1>debian.org Developers LDAP Search</h1>
-<br><br><div align="center">
-<form method="post" action="search.cgi">
-<input type="hidden" name="id" value="~id~">
-<input type="hidden" name="authtoken" value="~authtoken~">
-<table border="5" cellspacing="0" cellpadding="3" width="70%" bgcolor="#DDDDDD" summary="">
-<tr><th colspan="2" bgcolor="#44CCCC" align="center"><font size="+2">Debian Developers Database Search</font>
-<br><font size="-1">(any field can be left blank....)</font><br>
-<a href="searchhelp.html">Help on searching</a></th></tr>
-<tr><td align="right"><b>First name:</b></td><td><input name="cn">
-<input name="cnfuzzy" value="1" type="checkbox">Fuzzy search</td></tr>
-<tr><td align="right"><b>Last name:</b></td><td><input name="sn">
-<input name="snfuzzy" value="1" type="checkbox">Fuzzy search</td></tr>
-<tr><td align="right"><b>login:</b></td><td><input name="uid">
-<input name="uidfuzzy" value="1" type="checkbox">Fuzzy search</td></tr>
-<tr><td align="right"><b>IRC nickname:</b></td><td><input name="ircnick">
-<input name="ircfuzzy" value="1" type="checkbox">Fuzzy search</td></tr>
-<tr><td align="right"><b>PGP/GPG fingerprint:</b></td><td><input name="fingerprint">
-<input name="fpfuzzy" value="1" type="checkbox">Fuzzy search</td></tr>
-<tr><td align="right"><b>country:</b></td><td>
-<select name="country" size="5">
-<option value="">(any)
-<option value="af">Afghanistan
-<option value="al">Albania
-<option value="dz">Algeria
-<option value="as">American Samoa
-<option value="ad">Andorra
-<option value="ao">Angola
-<option value="ai">Anguilla
-<option value="aq">Antarctica
-<option value="ag">Antigua and Barbuda
-<option value="ar">Argentina
-<option value="am">Armenia
-<option value="aw">Aruba
-<option value="au">Australia
-<option value="at">Austria
-<option value="az">Azerbaidjan
-<option value="bs">Bahamas
-<option value="bh">Bahrain
-<option value="bd">Bangladesh
-<option value="bb">Barbados
-<option value="by">Belarus
-<option value="be">Belgium
-<option value="bz">Belize
-<option value="bj">Benin
-<option value="bm">Bermuda
-<option value="bt">Bhutan
-<option value="bo">Bolivia
-<option value="ba">Bosnia-Herzegovina
-<option value="bw">Botswana
-<option value="bv">Bouvet Island
-<option value="br">Brazil
-<option value="io">British Indian Ocean Territory
-<option value="bn">Brunei Darussalam
-<option value="bg">Bulgaria
-<option value="bf">Burkina Faso
-<option value="bi">Burundi
-<option value="kh">Cambodia
-<option value="cm">Cameroon
-<option value="ca">Canada
-<option value="cv">Cape Verde
-<option value="ky">Cayman Islands
-<option value="cf">Central African Republic
-<option value="td">Chad
-<option value="cl">Chile
-<option value="cn">China
-<option value="cx">Christmas Island
-<option value="cc">Cocos (Keeling) Islands
-<option value="co">Colombia
-<option value="km">Comoros
-<option value="cg">Congo
-<option value="ck">Cook Islands
-<option value="cr">Costa Rica
-<option value="hr">Croatia
-<option value="cu">Cuba
-<option value="cy">Cyprus
-<option value="cz">Czech Republic
-<option value="cs">Czech Republic and Slovakia
-<option value="cd">Democratic Republic of the Congo
-<option value="zr">Democratic Republic of the Congo
-<option value="dk">Denmark
-<option value="dj">Djibouti
-<option value="dm">Dominica
-<option value="do">Dominican Republic
-<option value="tp">East Timor
-<option value="ec">Ecuador
-<option value="eg">Egypt
-<option value="sv">El Salvador
-<option value="gq">Equatorial Guinea
-<option value="er">Eritrea
-<option value="ee">Estonia
-<option value="et">Ethiopia
-<option value="fk">Falkland Islands
-<option value="fo">Faroe Islands
-<option value="fj">Fiji
-<option value="fi">Finland
-<option value="su">Former USSR
-<option value="fr">France
-<option value="fx">France (European Territory)
-<option value="gf">French Guyana
-<option value="tf">French Southern Territories
-<option value="ga">Gabon
-<option value="gm">Gambia
-<option value="ge">Georgia
-<option value="de">Germany
-<option value="gh">Ghana
-<option value="gi">Gibraltar
-<option value="gr">Greece
-<option value="gl">Greenland
-<option value="gd">Grenada
-<option value="gp">Guadeloupe (French)
-<option value="gu">Guam (USA)
-<option value="gt">Guatemala
-<option value="gg">Guernsey
-<option value="gn">Guinea
-<option value="gw">Guinea Bissau
-<option value="gy">Guyana
-<option value="ht">Haiti
-<option value="hm">Heard and McDonald Islands
-<option value="hn">Honduras
-<option value="hk">Hong Kong
-<option value="hu">Hungary
-<option value="is">Iceland
-<option value="in">India
-<option value="id">Indonesia
-<option value="ir">Iran
-<option value="iq">Iraq
-<option value="ie">Ireland
-<option value="im">Isle of Man
-<option value="il">Israel
-<option value="it">Italy
-<option value="ci">Ivory Coast (Cote d'Ivoire)
-<option value="jm">Jamaica
-<option value="jp">Japan
-<option value="je">Jersey
-<option value="jo">Jordan
-<option value="kz">Kazakhstan
-<option value="ke">Kenya
-<option value="ki">Kiribati
-<option value="kw">Kuwait
-<option value="kg">Kyrgyzstan
-<option value="la">Laos
-<option value="lv">Latvia
-<option value="lb">Lebanon
-<option value="ls">Lesotho
-<option value="lr">Liberia
-<option value="ly">Libya
-<option value="li">Liechtenstein
-<option value="lt">Lithuania
-<option value="lu">Luxembourg
-<option value="mo">Macau
-<option value="mk">Macedonia
-<option value="mg">Madagascar
-<option value="mw">Malawi
-<option value="my">Malaysia
-<option value="mv">Maldives
-<option value="ml">Mali
-<option value="mt">Malta
-<option value="mh">Marshall Islands
-<option value="mq">Martinique (French)
-<option value="mr">Mauritania
-<option value="mu">Mauritius
-<option value="yt">Mayotte
-<option value="mx">Mexico
-<option value="fm">Micronesia
-<option value="md">Moldavia
-<option value="mc">Monaco
-<option value="mn">Mongolia
-<option value="ms">Montserrat
-<option value="ma">Morocco
-<option value="mz">Mozambique
-<option value="mm">Myanmar
-<option value="na">Namibia
-<option value="nr">Nauru
-<option value="np">Nepal
-<option value="nl">Netherlands
-<option value="an">Netherlands Antilles
-<option value="nc">New Caledonia (French)
-<option value="nz">New Zealand
-<option value="ni">Nicaragua
-<option value="ne">Niger
-<option value="ng">Nigeria
-<option value="nu">Niue
-<option value="nf">Norfolk Island
-<option value="kp">North Korea
-<option value="mp">Northern Mariana Islands
-<option value="no">Norway
-<option value="om">Oman
-<option value="pk">Pakistan
-<option value="pw">Palau
-<option value="pa">Panama
-<option value="pg">Papua New Guinea
-<option value="py">Paraguay
-<option value="pe">Peru
-<option value="ph">Philippines
-<option value="pn">Pitcairn Island
-<option value="pl">Poland
-<option value="pf">Polynesia (French)
-<option value="pt">Portugal
-<option value="pr">Puerto Rico
-<option value="qa">Qatar
-<option value="re">Reunion (French)
-<option value="ro">Romania
-<option value="ru">Russia
-<option value="rw">Rwanda
-<option value="gs">S. Georgia & S. Sandwich Isls.
-<option value="sh">Saint Helena
-<option value="kn">Saint Kitts & Nevis
-<option value="lc">Saint Lucia
-<option value="pm">Saint Pierre and Miquelon
-<option value="st">Saint Tome and Principe
-<option value="vc">Saint Vincent & Grenadines
-<option value="ws">Samoa
-<option value="sm">San Marino
-<option value="sa">Saudi Arabia
-<option value="sn">Senegal
-<option value="sc">Seychelles
-<option value="sl">Sierra Leone
-<option value="sg">Singapore
-<option value="sk">Slovak Republic
-<option value="si">Slovenia
-<option value="sb">Solomon Islands
-<option value="so">Somalia
-<option value="za">South Africa
-<option value="kr">South Korea
-<option value="es">Spain
-<option value="lk">Sri Lanka
-<option value="sd">Sudan
-<option value="sr">Suriname
-<option value="sj">Svalbard and Jan Mayen Islands
-<option value="sz">Swaziland
-<option value="se">Sweden
-<option value="ch">Switzerland
-<option value="sy">Syria
-<option value="tj">Tadjikistan
-<option value="tw">Taiwan
-<option value="tz">Tanzania
-<option value="th">Thailand
-<option value="tg">Togo
-<option value="tk">Tokelau
-<option value="to">Tonga
-<option value="tt">Trinidad and Tobago
-<option value="tn">Tunisia
-<option value="tr">Turkey
-<option value="tm">Turkmenistan
-<option value="tc">Turks and Caicos Islands
-<option value="tv">Tuvalu
-<option value="um">USA Minor Outlying Islands
-<option value="ug">Uganda
-<option value="ua">Ukraine
-<option value="ae">United Arab Emirates
-<option value="uk">United Kingdom
-<option value="us">United States
-<option value="uy">Uruguay
-<option value="uz">Uzbekistan
-<option value="vu">Vanuatu
-<option value="va">Vatican City State
-<option value="ve">Venezuela
-<option value="vn">Vietnam
-<option value="vg">Virgin Islands (British)
-<option value="vi">Virgin Islands (USA)
-<option value="wf">Wallis and Futuna Islands
-<option value="eh">Western Sahara
-<option value="ye">Yemen
-<option value="yu">Yugoslavia
-<option value="zm">Zambia
-<option value="zw">Zimbabwe
-</select>
-</td></tr>
-<tr><td colspan="2" align="center"><input type="checkbox" value="1" name="vacation"> On vacation</td></tr>
-<tr><td colspan="2" align="center">
-<input type="submit" name="dosearch" value="Search...">
-</td></tr></table>
-<p>Debian developers can <a href="http://db.debian.org/login.html">login</a>
-(<a href="https://db.debian.org/login.html">securely</a>) to update their
-settings</p>
-</div>
-</form>
-<hr>
-<div align="center">
-<p><a href="machines.cgi">Debian development machines</a>
-<br><a href="doc-general.html">Documentation</a>
-<br><a href="password.html">Lost or forgotten password instructions</a>
-<br><a href="forward.html">Debian.org Email Forwarding</a>
-</p>
-</div>
-<hr noshade width="100%" size="1">
-Back to the <a href="http://www.debian.org/">Debian Project homepage</a>.
-<hr noshade width="100%" size="1">
-<small>
-You can contact us at
-<a href="mailto:admin@db.debian.org">admin@db.debian.org</a>.
-</small>
-<p>
-<small>
-Last Modified: Fri, Jul 12 17:23:30 UTC 2002
-  <br>
-  Copyright &copy; 1997-2002
- <a href="http://www.spi-inc.org/">SPI</a>; See <a href="http://www.debian.org/license">license terms</a>
-</small>
-</body>
-</html>
diff --git a/web/searchhelp.html b/web/searchhelp.html
deleted file mode 100644 (file)
index 7b9a40e..0000000
+++ /dev/null
@@ -1,81 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=">
-<title>Debian GNU/Linux -- debian.org Developers Online Database</title>
-<link rev="made" href="mailto:webmaster@debian.org">
-<meta name="Description" content="Debian GNU/Linux is a free distribution of the GNU/Linux operating system. It is maintained and updated through the work of many users who volunteer their time and effort.">
-<meta name="Keywords" content="debian, GNU, linux, unix, open source, free, DFSG">
-<meta name="Language" content="">
-<meta name="Author"    content="Debian Webmaster, webmaster@debian.org">
-<meta name="Generator" content="WML 2.0.8 (30-Oct-2001)">
-<meta name="Modified"  content="2002-07-12 19:23:30">
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" alink="#FF0000">
-<table width="100%" align="center" border="0" cellpadding="3" cellspacing="0" summary="">
-<tr>
-  <td align="left" valign="middle">
-  <a href="http://www.debian.org/"><img src="http://www.debian.org/logos/openlogo-nd-50.png" border="0" hspace="0" vspace="0" alt=""></a>
-  <a href="http://www.debian.org/"><img src="http://www.debian.org/Pics/debian.jpg" border="0" hspace="0" vspace="0" alt="Debian Project"></a>
-  </td>
-</tr>
-</table>
-<!--UdmComment-->
-<table bgcolor="#DF0451" border="0" cellpadding="0" cellspacing="0" width="100%" summary="">
-<tr>
-<td valign="top">
-<img src="http://www.debian.org/Pics/red-upperleft.png" align="left" border="0" hspace="0" vspace="0" alt="">
-</td>
-<td rowspan="2" align="center">
-<a href="http://www.debian.org/intro/about"><img src="http://www.debian.org/Pics/about.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="About Debian"></a>
-<a href="http://www.debian.org/News/"><img src="http://www.debian.org/Pics/news.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="News"></a>
-<a href="http://www.debian.org/distrib/"><img src="http://www.debian.org/Pics/getting.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Getting Debian"></a>
-<a href="http://www.debian.org/support"><img src="http://www.debian.org/Pics/support.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Support"></a>
-<a href="http://www.debian.org/devel/"><img src="http://www.debian.org/Pics/devel.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Developers'&nbsp;Corner"></a>
-<a href="http://www.debian.org/sitemap"><img src="http://www.debian.org/Pics/sitemap.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Site map"></a>
-<a href="http://search.debian.org/"><img src="http://www.debian.org/Pics/search.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Search"></a>
-</td>
-<td valign="top">
-<img src="http://www.debian.org/Pics/red-upperright.png" align="right" border="0" hspace="0" vspace="0" alt="">
-</td>
-</tr>
-<tr>
-<td valign="bottom">
-<img src="http://www.debian.org/Pics/red-lowerleft.png" align="left" border="0" hspace="0" vspace="0" alt="">
-</td>
-<td valign="bottom">
-<img src="http://www.debian.org/Pics/red-lowerright.png" align="right" border="0" hspace="0" vspace="0" alt="">
-</td>
-</tr>
-</table>
-<!--/UdmComment-->
-<h1>debian.org Developers Online Database</h1>
-  <div align="center">
-  <table border="5" cellspacing="0" cellpadding="10" width="70%" bgcolor="#DDDDDD" summary="">
-  <tr><td align="left"><br>
-To look up information about Debian developers, enter your search criteria
-in the form. Results are returned which match all of the search criteria.
-Wildcards may be used. For example, entering <code>*de*</code> in the last name
-field will return all developers whose surname contains the substring
-<code>de</code>. Matches are case-insensitive, and all searching criteria that
-are left empty will be ignored. Selecting the "fuzzy search" option will turn
-on approximate searching.<p>
-The "On vacation" field will return all developers who have left a vacation
-message.<p>
-</br></td></tr></table></div>
-<hr noshade width="100%" size="1">
-Back to the <a href="http://www.debian.org/">Debian Project homepage</a>.
-<hr noshade width="100%" size="1">
-<small>
-You can contact us at
-<a href="mailto:admin@db.debian.org">admin@db.debian.org</a>.
-</small>
-<p>
-<small>
-Last Modified: Fri, Jul 12 17:23:30 UTC 2002
-  <br>
-  Copyright &copy; 1997-2002
- <a href="http://www.spi-inc.org/">SPI</a>; See <a href="http://www.debian.org/license">license terms</a>
-</small>
-</body>
-</html>
diff --git a/web/searchresults.html b/web/searchresults.html
deleted file mode 100644 (file)
index aad6527..0000000
+++ /dev/null
@@ -1,101 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=">
-<title>Debian GNU/Linux -- debian.org Developers LDAP Search Results</title>
-<link rev="made" href="mailto:webmaster@debian.org">
-<meta name="Description" content="Debian GNU/Linux is a free distribution of the GNU/Linux operating system. It is maintained and updated through the work of many users who volunteer their time and effort.">
-<meta name="Keywords" content="debian, GNU, linux, unix, open source, free, DFSG">
-<meta name="Language" content="">
-<meta name="Author"    content="Debian Webmaster, webmaster@debian.org">
-<meta name="Generator" content="WML 2.0.8 (30-Oct-2001)">
-<meta name="Modified"  content="2002-07-12 19:23:30">
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" alink="#FF0000">
-<table width="100%" align="center" border="0" cellpadding="3" cellspacing="0" summary="">
-<tr>
-  <td align="left" valign="middle">
-  <a href="http://www.debian.org/"><img src="http://www.debian.org/logos/openlogo-nd-50.png" border="0" hspace="0" vspace="0" alt=""></a>
-  <a href="http://www.debian.org/"><img src="http://www.debian.org/Pics/debian.jpg" border="0" hspace="0" vspace="0" alt="Debian Project"></a>
-  </td>
-</tr>
-</table>
-<!--UdmComment-->
-<table bgcolor="#DF0451" border="0" cellpadding="0" cellspacing="0" width="100%" summary="">
-<tr>
-<td valign="top">
-<img src="http://www.debian.org/Pics/red-upperleft.png" align="left" border="0" hspace="0" vspace="0" alt="">
-</td>
-<td rowspan="2" align="center">
-<a href="http://www.debian.org/intro/about"><img src="http://www.debian.org/Pics/about.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="About Debian"></a>
-<a href="http://www.debian.org/News/"><img src="http://www.debian.org/Pics/news.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="News"></a>
-<a href="http://www.debian.org/distrib/"><img src="http://www.debian.org/Pics/getting.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Getting Debian"></a>
-<a href="http://www.debian.org/support"><img src="http://www.debian.org/Pics/support.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Support"></a>
-<a href="http://www.debian.org/devel/"><img src="http://www.debian.org/Pics/devel.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Developers'&nbsp;Corner"></a>
-<a href="http://www.debian.org/sitemap"><img src="http://www.debian.org/Pics/sitemap.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Site map"></a>
-<a href="http://search.debian.org/"><img src="http://www.debian.org/Pics/search.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Search"></a>
-</td>
-<td valign="top">
-<img src="http://www.debian.org/Pics/red-upperright.png" align="right" border="0" hspace="0" vspace="0" alt="">
-</td>
-</tr>
-<tr>
-<td valign="bottom">
-<img src="http://www.debian.org/Pics/red-lowerleft.png" align="left" border="0" hspace="0" vspace="0" alt="">
-</td>
-<td valign="bottom">
-<img src="http://www.debian.org/Pics/red-lowerright.png" align="right" border="0" hspace="0" vspace="0" alt="">
-</td>
-</tr>
-</table>
-<!--/UdmComment-->
-<h1>debian.org Developers LDAP Search Results</h1>
-<!-- note: comments in this page may be significant. Do not remove -->
-<!-- ~blah~ will be replaced by the contents of the blah variable when this html page is returned -->
-<p align="center">
-<?ifauth <a href="logout.cgi">Logout</a> | ?>
-<?ifnoauth <a href="http://db.debian.org/login.html">Login</a> (<a href="https://db.debian.org/login.html">SSL version</a>) | ?>
-<a href="search.cgi?id=~id~&authtoken=~authtoken~">Search again</a></p><br><br>
-<p align="center">Number of entries matched: <b>~count~</b></p>
-<div align="center">
-<!-- search results - this will be filled in by the script -->
-<!-- specify pairs of descriptive names, followed by the attribute, one per line -->
-<!-- Note that the attributes specified here do not determine the order of the output, nor which attributes get returned. that is defined in the script -->
-<?searchresults
-(login, uid)
-(irc Nickname, ircnick)
-(ICQ UIN, icquin)
-(Preferred shell, loginshell)
-(e-mail forwarded to, email)
-(PGP/GPG fingerprint, fingerprint)
-(Record created, created)
-(Last modified, modified)
-(Address, address)
-(Lat/Long, latlong)
-(Phone, phone)
-(FAX, fax)
-(Last seen, lastseen)
-searchresults?>
-</div>
-<br><br>
-<p align="center">
-<?ifauth <a href="logout.cgi">Logout</a> | ?>
-<?ifnoauth <a href="http://db.debian.org/login.html">Login</a> (<a href="https://db.debian.org/login.html">SSL version</a>) | ?>
-<a href="search.cgi?id=~id~&authtoken=~authtoken~">Search again</a></p><br><br>
-</p>
-<hr noshade width="100%" size="1">
-Back to the <a href="http://www.debian.org/">Debian Project homepage</a>.
-<hr noshade width="100%" size="1">
-<small>
-You can contact us at
-<a href="mailto:admin@db.debian.org">admin@db.debian.org</a>.
-</small>
-<p>
-<small>
-Last Modified: Fri, Jul 12 17:23:30 UTC 2002
-  <br>
-  Copyright &copy; 1997-2002
- <a href="http://www.spi-inc.org/">SPI</a>; See <a href="http://www.debian.org/license">license terms</a>
-</small>
-</body>
-</html>
diff --git a/web/update.html b/web/update.html
deleted file mode 100644 (file)
index 023968e..0000000
+++ /dev/null
@@ -1,416 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=">
-<title>Debian GNU/Linux -- debian.org Developers LDAP Maintainance</title>
-<link rev="made" href="mailto:webmaster@debian.org">
-<meta name="Description" content="Debian GNU/Linux is a free distribution of the GNU/Linux operating system. It is maintained and updated through the work of many users who volunteer their time and effort.">
-<meta name="Keywords" content="debian, GNU, linux, unix, open source, free, DFSG">
-<meta name="Language" content="">
-<meta name="Author"    content="Debian Webmaster, webmaster@debian.org">
-<meta name="Generator" content="WML 2.0.8 (30-Oct-2001)">
-<meta name="Modified"  content="2002-07-12 19:23:30">
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" alink="#FF0000">
-<table width="100%" align="center" border="0" cellpadding="3" cellspacing="0" summary="">
-<tr>
-  <td align="left" valign="middle">
-  <a href="http://www.debian.org/"><img src="http://www.debian.org/logos/openlogo-nd-50.png" border="0" hspace="0" vspace="0" alt=""></a>
-  <a href="http://www.debian.org/"><img src="http://www.debian.org/Pics/debian.jpg" border="0" hspace="0" vspace="0" alt="Debian Project"></a>
-  </td>
-</tr>
-</table>
-<!--UdmComment-->
-<table bgcolor="#DF0451" border="0" cellpadding="0" cellspacing="0" width="100%" summary="">
-<tr>
-<td valign="top">
-<img src="http://www.debian.org/Pics/red-upperleft.png" align="left" border="0" hspace="0" vspace="0" alt="">
-</td>
-<td rowspan="2" align="center">
-<a href="http://www.debian.org/intro/about"><img src="http://www.debian.org/Pics/about.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="About Debian"></a>
-<a href="http://www.debian.org/News/"><img src="http://www.debian.org/Pics/news.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="News"></a>
-<a href="http://www.debian.org/distrib/"><img src="http://www.debian.org/Pics/getting.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Getting Debian"></a>
-<a href="http://www.debian.org/support"><img src="http://www.debian.org/Pics/support.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Support"></a>
-<a href="http://www.debian.org/devel/"><img src="http://www.debian.org/Pics/devel.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Developers'&nbsp;Corner"></a>
-<a href="http://www.debian.org/sitemap"><img src="http://www.debian.org/Pics/sitemap.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Site map"></a>
-<a href="http://search.debian.org/"><img src="http://www.debian.org/Pics/search.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Search"></a>
-</td>
-<td valign="top">
-<img src="http://www.debian.org/Pics/red-upperright.png" align="right" border="0" hspace="0" vspace="0" alt="">
-</td>
-</tr>
-<tr>
-<td valign="bottom">
-<img src="http://www.debian.org/Pics/red-lowerleft.png" align="left" border="0" hspace="0" vspace="0" alt="">
-</td>
-<td valign="bottom">
-<img src="http://www.debian.org/Pics/red-lowerright.png" align="right" border="0" hspace="0" vspace="0" alt="">
-</td>
-</tr>
-</table>
-<!--/UdmComment-->
-<h1>debian.org Developers LDAP Maintainance</h1>
-  <br><br><div align="center">
-  <form method="post" action="update.cgi">
-  <input type="hidden" name="editdn" value="~editdn~">
-  <input type="hidden" name="id" value="~id~">
-  <input type="hidden" name="authtoken" value="~authtoken~">
-  <table border="5" cellspacing="0" cellpadding="3" width="70%" bgcolor="#DDDDDD" summary="">
-  <tr><th colspan="2" align="center"><font size="+2">Debian Developers Database Maintanence</font></th></tr>
-  <tr><td align="right">
-    <b>login:</b></td><td>~uid~@debian.org
-  </td></tr>
-  <tr><td align="right">
-    <b>Name:</b></td><td>~cn~ ~mn~ ~sn~
-  </td></tr>
-  <tr><td align="right">
-    <b>Change password:</b><br><font size="-1">(re-enter to verify)</font>
-  </td><td>
-    <input size="30" name="newpass" type="password"><br>
-    <input size="30" name="newpassvrfy" type="password">
-  </td></tr>
-  <tr><td align="right">
-    <b>Street address:</b>
-  </td><td>
-    <textarea name="staddress" cols="30" rows="4">~staddress~</textarea>
-  </td></tr>
-  <tr><td align="right">
-    <b>City/State:</b>
-  </td><td>
-    <input name="l" value="~l~" size="30">
-  </td></tr>
-  <tr><td align="right">
-    <b>Country:</b>
-  </td><td>
-    <select name="country" size="5">
-    <option value="~c~" selected>~countryname~
-    <option value="af">Afghanistan
-    <option value="al">Albania
-    <option value="dz">Algeria
-    <option value="as">American Samoa
-    <option value="ad">Andorra
-    <option value="ao">Angola
-    <option value="ai">Anguilla
-    <option value="aq">Antarctica
-    <option value="ag">Antigua and Barbuda
-    <option value="ar">Argentina
-    <option value="am">Armenia
-    <option value="aw">Aruba
-    <option value="au">Australia
-    <option value="at">Austria
-    <option value="az">Azerbaidjan
-    <option value="bs">Bahamas
-    <option value="bh">Bahrain
-    <option value="bd">Bangladesh
-    <option value="bb">Barbados
-    <option value="by">Belarus
-    <option value="be">Belgium
-    <option value="bz">Belize
-    <option value="bj">Benin
-    <option value="bm">Bermuda
-    <option value="bt">Bhutan
-    <option value="bo">Bolivia
-    <option value="ba">Bosnia-Herzegovina
-    <option value="bw">Botswana
-    <option value="bv">Bouvet Island
-    <option value="br">Brazil
-    <option value="io">British Indian Ocean Territory
-    <option value="bn">Brunei Darussalam
-    <option value="bg">Bulgaria
-    <option value="bf">Burkina Faso
-    <option value="bi">Burundi
-    <option value="kh">Cambodia
-    <option value="cm">Cameroon
-    <option value="ca">Canada
-    <option value="cv">Cape Verde
-    <option value="ky">Cayman Islands
-    <option value="cf">Central African Republic
-    <option value="td">Chad
-    <option value="cl">Chile
-    <option value="cn">China
-    <option value="cx">Christmas Island
-    <option value="cc">Cocos (Keeling) Islands
-    <option value="co">Colombia
-    <option value="km">Comoros
-    <option value="cg">Congo
-    <option value="ck">Cook Islands
-    <option value="cr">Costa Rica
-    <option value="hr">Croatia
-    <option value="cu">Cuba
-    <option value="cy">Cyprus
-    <option value="cz">Czech Republic
-    <option value="cs">Czech Republic and Slovakia
-    <option value="cd">Democratic Republic of the Congo
-    <option value="zr">Democratic Republic of the Congo
-    <option value="dk">Denmark
-    <option value="dj">Djibouti
-    <option value="dm">Dominica
-    <option value="do">Dominican Republic
-    <option value="tp">East Timor
-    <option value="ec">Ecuador
-    <option value="eg">Egypt
-    <option value="sv">El Salvador
-    <option value="gq">Equatorial Guinea
-    <option value="er">Eritrea
-    <option value="ee">Estonia
-    <option value="et">Ethiopia
-    <option value="fk">Falkland Islands
-    <option value="fo">Faroe Islands
-    <option value="fj">Fiji
-    <option value="fi">Finland
-    <option value="su">Former USSR
-    <option value="fr">France
-    <option value="fx">France (European Territory)
-    <option value="gf">French Guyana
-    <option value="tf">French Southern Territories
-    <option value="ga">Gabon
-    <option value="gm">Gambia
-    <option value="ge">Georgia
-    <option value="de">Germany
-    <option value="gh">Ghana
-    <option value="gi">Gibraltar
-    <option value="gr">Greece
-    <option value="gl">Greenland
-    <option value="gd">Grenada
-    <option value="gp">Guadeloupe (French)
-    <option value="gu">Guam (USA)
-    <option value="gt">Guatemala
-    <option value="gg">Guernsey
-    <option value="gn">Guinea
-    <option value="gw">Guinea Bissau
-    <option value="gy">Guyana
-    <option value="ht">Haiti
-    <option value="hm">Heard and McDonald Islands
-    <option value="hn">Honduras
-    <option value="hk">Hong Kong
-    <option value="hu">Hungary
-    <option value="is">Iceland
-    <option value="in">India
-    <option value="id">Indonesia
-    <option value="ir">Iran
-    <option value="iq">Iraq
-    <option value="ie">Ireland
-    <option value="im">Isle of Man
-    <option value="il">Israel
-    <option value="it">Italy
-    <option value="ci">Ivory Coast (Cote d'Ivoire)
-    <option value="jm">Jamaica
-    <option value="jp">Japan
-    <option value="je">Jersey
-    <option value="jo">Jordan
-    <option value="kz">Kazakhstan
-    <option value="ke">Kenya
-    <option value="ki">Kiribati
-    <option value="kw">Kuwait
-    <option value="kg">Kyrgyzstan
-    <option value="la">Laos
-    <option value="lv">Latvia
-    <option value="lb">Lebanon
-    <option value="ls">Lesotho
-    <option value="lr">Liberia
-    <option value="ly">Libya
-    <option value="li">Liechtenstein
-    <option value="lt">Lithuania
-    <option value="lu">Luxembourg
-    <option value="mo">Macau
-    <option value="mk">Macedonia
-    <option value="mg">Madagascar
-    <option value="mw">Malawi
-    <option value="my">Malaysia
-    <option value="mv">Maldives
-    <option value="ml">Mali
-    <option value="mt">Malta
-    <option value="mh">Marshall Islands
-    <option value="mq">Martinique (French)
-    <option value="mr">Mauritania
-    <option value="mu">Mauritius
-    <option value="yt">Mayotte
-    <option value="mx">Mexico
-    <option value="fm">Micronesia
-    <option value="md">Moldavia
-    <option value="mc">Monaco
-    <option value="mn">Mongolia
-    <option value="ms">Montserrat
-    <option value="ma">Morocco
-    <option value="mz">Mozambique
-    <option value="mm">Myanmar
-    <option value="na">Namibia
-    <option value="nr">Nauru
-    <option value="np">Nepal
-    <option value="nl">Netherlands
-    <option value="an">Netherlands Antilles
-    <option value="nc">New Caledonia (French)
-    <option value="nz">New Zealand
-    <option value="ni">Nicaragua
-    <option value="ne">Niger
-    <option value="ng">Nigeria
-    <option value="nu">Niue
-    <option value="nf">Norfolk Island
-    <option value="kp">North Korea
-    <option value="mp">Northern Mariana Islands
-    <option value="no">Norway
-    <option value="om">Oman
-    <option value="pk">Pakistan
-    <option value="pw">Palau
-    <option value="pa">Panama
-    <option value="pg">Papua New Guinea
-    <option value="py">Paraguay
-    <option value="pe">Peru
-    <option value="ph">Philippines
-    <option value="pn">Pitcairn Island
-    <option value="pl">Poland
-    <option value="pf">Polynesia (French)
-    <option value="pt">Portugal
-    <option value="pr">Puerto Rico
-    <option value="qa">Qatar
-    <option value="re">Reunion (French)
-    <option value="ro">Romania
-    <option value="ru">Russia
-    <option value="rw">Rwanda
-    <option value="gs">S. Georgia & S. Sandwich Isls.
-    <option value="sh">Saint Helena
-    <option value="kn">Saint Kitts & Nevis
-    <option value="lc">Saint Lucia
-    <option value="pm">Saint Pierre and Miquelon
-    <option value="st">Saint Tome and Principe
-    <option value="vc">Saint Vincent & Grenadines
-    <option value="ws">Samoa
-    <option value="sm">San Marino
-    <option value="sa">Saudi Arabia
-    <option value="sn">Senegal
-    <option value="sc">Seychelles
-    <option value="sl">Sierra Leone
-    <option value="sg">Singapore
-    <option value="sk">Slovak Republic
-    <option value="si">Slovenia
-    <option value="sb">Solomon Islands
-    <option value="so">Somalia
-    <option value="za">South Africa
-    <option value="kr">South Korea
-    <option value="es">Spain
-    <option value="lk">Sri Lanka
-    <option value="sd">Sudan
-    <option value="sr">Suriname
-    <option value="sj">Svalbard and Jan Mayen Islands
-    <option value="sz">Swaziland
-    <option value="se">Sweden
-    <option value="ch">Switzerland
-    <option value="sy">Syria
-    <option value="tj">Tadjikistan
-    <option value="tw">Taiwan
-    <option value="tz">Tanzania
-    <option value="th">Thailand
-    <option value="tg">Togo
-    <option value="tk">Tokelau
-    <option value="to">Tonga
-    <option value="tt">Trinidad and Tobago
-    <option value="tn">Tunisia
-    <option value="tr">Turkey
-    <option value="tm">Turkmenistan
-    <option value="tc">Turks and Caicos Islands
-    <option value="tv">Tuvalu
-    <option value="um">USA Minor Outlying Islands
-    <option value="ug">Uganda
-    <option value="ua">Ukraine
-    <option value="ae">United Arab Emirates
-    <option value="uk">United Kingdom
-    <option value="us">United States
-    <option value="uy">Uruguay
-    <option value="uz">Uzbekistan
-    <option value="vu">Vanuatu
-    <option value="va">Vatican City State
-    <option value="ve">Venezuela
-    <option value="vn">Vietnam
-    <option value="vg">Virgin Islands (British)
-    <option value="vi">Virgin Islands (USA)
-    <option value="wf">Wallis and Futuna Islands
-    <option value="eh">Western Sahara
-    <option value="ye">Yemen
-    <option value="yu">Yugoslavia
-    <option value="zm">Zambia
-    <option value="zw">Zimbabwe
-    </select>
-  </td></tr>
-  <tr><td align="right">
-    <b>Postal code:</b>
-  </td><td>
-    <input name="postalcode" value="~postalcode~" size="30">
-  </td></tr>
-  <tr><td align="right">
-    <b>Latitude / Longitude:</b><br>
-    <font size="-1">(format: +-DDDMMSS; + is north/east)</font>
-  </td><td>
-    <input name="latitude" value="~latitude~" size="14"> /
-    <input name="longitude" value="~longitude~" size="14">
-  </td></tr>
-  <tr><td align="right">
-    <b>Phone:</b>
-  </td><td>
-    <input name="telephonenumber" value="~telephonenumber~" size="30">
-  </td></tr>
-  <tr><td align="right">
-    <b>FAX:</b><br>
-  </td><td>
-    <input name="facsimiletelephonenumber" value="~facsimiletelephonenumber~" size="30">
-  </td></tr>
-  <tr><td align="right">
-    <b>ICQ UIN:</b>
-  </td><td>
-    <input name="icquin" value="~icquin~" size="30">
-  </td></tr>
-  <tr><td align="right">
-    <b>Preferred shell:</b>
-  </td><td>
-    <input name="loginshell" value="~loginshell~" size="30">
-  </td></tr>
-  <tr><td align="right">
-    <b>email forwarded to:</b>
-  </td><td>
-    <input name="email" value="~email~" size="30">
-  </td></tr>
-  <tr><td align="right">
-    <b>debian-private subscript addr:</b>
-  </td><td>
-    <input name="privatesub" value="~privatesub~" size="30">
-  </td></tr>
-  <tr><td align="right">
-    <b>IRC nickname:</b>
-  </td><td>
-    <input name="ircnick" value="~ircnick~" size="30">
-  </td></tr>
-  <tr><td align="right">
-    <b>Web page:</b>
-  </td><td>
-    <input name="labeledurl" value="~labeledurl~" size="30">
-  </td></tr>
-  <tr><td align="right">
-    <b>Vacation message:</b><br>
-    <font size="-1">(Note: if this is set, you will be shown to<br>
-    be on vacation)</font>
-  </td><td>
-    <input name="onvacation" value="~onvacation~" size="30">
-  </td></tr>
-  <tr><td colspan="2" align="center">
-    <input type="submit" name="doupdate" value="Update ...">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-    <input type="reset" value="Reset inputs">
-  </td></tr></form>
-  </table>
-  <a href="search.cgi?id=~id~&authtoken=~authtoken~">Return to search page</a><br>
-  <a href="logout.cgi">Logout!</a>
-  </div>
-<hr noshade width="100%" size="1">
-Back to the <a href="http://www.debian.org/">Debian Project homepage</a>.
-<hr noshade width="100%" size="1">
-<small>
-You can contact us at
-<a href="mailto:admin@db.debian.org">admin@db.debian.org</a>.
-</small>
-<p>
-<small>
-Last Modified: Fri, Jul 12 17:23:30 UTC 2002
-  <br>
-  Copyright &copy; 1997-2002
- <a href="http://www.spi-inc.org/">SPI</a>; See <a href="http://www.debian.org/license">license terms</a>
-</small>
-</body>
-</html>