Remove register.sgml, which lost its original purpose some years ago.

Forced commit also to reg.cgi to note that it can be cvs rm'd once all
of {es,fr,ja,ru}/register.sgml have caught up.

Approved by:	silence on doc-committers@
This commit is contained in:
Ceri Davies 2005-03-03 22:42:57 +00:00
parent 9a74d119cb
commit 7a3556b080
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23985
3 changed files with 2 additions and 72 deletions

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/en/Makefile,v 1.117 2004/12/30 17:53:43 hrs Exp $
# $FreeBSD: www/en/Makefile,v 1.118 2005/02/13 19:51:22 hrs Exp $
.if exists(Makefile.conf)
.include "Makefile.conf"
@ -15,7 +15,6 @@ DOCS+= auditors.sgml
DOCS+= availability.sgml
DOCS+= docs.sgml
DOCS+= features.sgml
DOCS+= register.sgml
DOCS+= internet.sgml
DOCS+= mailto.sgml
DOCS+= publish.sgml

View file

@ -2,7 +2,7 @@
#
# Perl program to send mail.
#
# $FreeBSD: www/en/cgi/reg.cgi,v 1.9 2005/02/12 12:59:53 ceri Exp $
# $FreeBSD: www/en/cgi/reg.cgi,v 1.10 2005/02/12 13:04:00 ceri Exp $
sub do_header;
sub close_body;

View file

@ -1,69 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY date "$FreeBSD: www/en/register.sgml,v 1.24 2005/02/04 17:35:08 ceri Exp $">
<!ENTITY title "Register">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]>
<html>
&header;
<center><font size="4">Subscribe to the announce@FreeBSD.org and
security-announce@FreeBSD.org mailing lists.</font></center>
<p>The announce@FreeBSD.org mailing list is used to communicate important
Project events, such as new releases, milestone events and security
advisories.</p>
<p>Security advisories are also communicated via the
security-notifications@FreeBSD.org mailing list (note that
announce@FreeBSD.org is a superset of this list, and so there is no need
to subscribe to both).</p>
<form action="http://www.FreeBSD.org/cgi/reg.cgi" method="post">
<center>
<table width="75%" border="0">
<tr>
<td><label for="emaila">Email Address:</label> </td>
<td align="left"><input type="text" name="emaila" id="emaila"
size="30"></td>
</tr>
<tr>
<td><b>Options for the
announce@FreeBSD.org mailing list:</b> </td>
<td><input type="radio" name="announce" id="announce-yes"
value="yes"> <label for="announce-yes">Subscribe</label><br>
<input type="radio" name="announce" id="announce-no"
value="no"> <label for="announce-no">Unsubscribe</label></td>
</tr>
<tr>
<td><b>Options for the
security-notifications@FreeBSD.org mailing list:</b> </td>
<td><input type="radio" name="security-notifications"
id="sn-yes" value="yes"> <label for="sn-yes">Subscribe</label><br>
<input type="radio" name="security-notifications" id="sn-no"
value="no"> <label for="sn-no">Unsubscribe</label></td>
</tr>
</table>
<p><input type="submit" value="Send">
<input type="reset" value="Reset"></p>
</center>
</form>
&footer;
</body>
</html>
<!--
Local Variables:
mode: sgml
sgml-indent-data: t
sgml-omittag: nil
sgml-always-quote-attributes: t
End:
-->