[Mailman-Developers] listinfo.html

Per Starback starback@ling.uu.se
10 Jun 1999 22:37:10 +0200


There are some html errors in the default listinfo.html,
including some none-nesting tags. In this mail is a version that fixes
most of them.  As can be seen I have edited revision 1.19 (which is in
1.0rc1).  (While fixing the errors I changed the indentation to be more
consistent, so if you want to check exactly what is changed you might
want to use diff -b or -w.)

If you add

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
       "http://www.w3.org/TR/REC-html40/loose.dtd"> 

at the start of this there are still two errors left than a validator
finds.  That's the HEIGHT attribute to TABLE which is a netscapism,
and the COLS attribute which is an explorerism.  (Maybe they should be
eliminated too.)

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-

<!-- $Revision: 1.19 $ -->
<HTML>
  <HEAD>
    <TITLE><MM-List-Name> Info Page</TITLE>
  
  </HEAD>
  <BODY BGCOLOR="#ffffff">

    <P>
      <TABLE COLS="1" BORDER="0" CELLSPACING="4" CELLPADDING="5">
	<TR>
	  <TD COLSPAN="2" WIDTH="100%" BGCOLOR="#99CCFF" ALIGN="CENTER">
	    <B><FONT COLOR="#000000" SIZE="+1"><MM-List-Name> --
	    <MM-List-Description></FONT></B>
	  </TD>
	</TR>
	<tr>
	  <td colspan="2"><p>&nbsp;</td>
	</tr>
	<tr>
	  <TD COLSPAN="2" WIDTH="100%" BGCOLOR="#FFF0D0">
	    <B><FONT COLOR="#000000">About <MM-List-Name></FONT></B>
	  </TD>
	</TR>
	<tr>
	  <td colspan="2"><P><MM-List-Info></P>
	    <p>To see the collection of prior postings to the list,
	       visit the <MM-Archive><MM-List-Name>
	       Archives</MM-Archive>.
	       <MM-Restricted-List-Message>
	    </p>
	  </TD>
	</TR>
	<TR>
	  <TD COLSPAN="2" WIDTH="100%" BGCOLOR="#FFF0D0">
	    <B><FONT COLOR="#000000">Using <MM-List-Name></FONT></B>
	  </TD>
	</TR>
	<tr>
	  <td colspan="2">
	    To post a message to all the list members, send email to
	    <A HREF="mailto:<MM-Posting-Addr>"><MM-Posting-Addr></A>.

	    <p>You can subscribe to the list, or change your existing
	       subscription, in the sections below.
	  </td>
	</tr>
	<TR>
	  <TD COLSPAN="2" WIDTH="100%" BGCOLOR="#FFF0D0">
	  <B><FONT COLOR="#000000">Subscribing to <MM-List-Name></FONT></B>
	  </TD>
	</TR>
	<tr>
	  <td colspan="2">
	    <P>Subscribe to <MM-List-Name> by filling out the following
	       form.
	    <MM-Subscribe-Form-Start>
	    <P><MM-List-Subscription-Msg>
	    <blockquote>
	      <TABLE BORDER="0" CELLSPACING="2" CELLPADDING="2"
		WIDTH="70%" HEIGHT="112">
		<TR>
		  <TD BGCOLOR="#dddddd" WIDTH="55%">Your email address:</TD>
		  <TD WIDTH="33%"><MM-Subscribe-Box>
		  </TD>
		  <TD WIDTH="12%">&nbsp;</TD></TR>
		<TR>
		  <TD COLSPAN="3"><FONT SIZE=-1>You must enter a
		  privacy password. This provides only mild security,
		  but should prevent others from messing with your
		  subscription.  Do not use valuable passwords!  
		  <MM-Reminder>
		  </FONT>
		  </TD>
		</TR>  
		<TR>
		  <TD BGCOLOR="#dddddd">Pick a password:</TD>
		  <TD><MM-New-Password-Box></TD>
		  <TD>&nbsp;</TD></TR>
		<TR> 
		  <TD BGCOLOR="#dddddd">Reenter password to confirm:</TD>
		  <TD><MM-Confirm-Password></TD>
		  <TD>&nbsp; </TD></TR>
		<tr>
		  <td>Would you like to receive list mail batched in a daily
		      digest?
		   </td>
		   <td><MM-Undigest-Radio-Button> No
		       <MM-Digest-Radio-Button>  Yes
		   </TD>
		</tr>
		<tr>
		  <td colspan="3">
		  <center><MM-Subscribe-Button></center>
	      </TABLE>
	    </blockquote>
	    <MM-Form-End>
	  </td>
	</tr>
	<TR>
	  <TD COLSPAN="2" WIDTH="100%" BGCOLOR="#FFF0D0">
	    <a name="subscribers">
	    <B><FONT COLOR="#000000"><MM-List-Name> Subscribers</FONT></B></a>
	  </TD>
	</TR>
	<tr>
	  <TD COLSPAN="2" WIDTH="100%">
	    <MM-Roster-Form-Start>
	    <P><MM-Roster-Option>
	    <MM-Form-End>
	    <p>
	    <MM-Subscribe-Form-Start>
	    <P><MM-Editing-Options>
	    <MM-Form-End>
	  </td>
	</tr>
      </table>
      <MM-Mailman-Footer>
  </BODY>
</HTML>