summary refs log tree commit diff stats
path: root/note/mailing-list-guidelines.html
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2023-07-03 21:28:11 +0800
committerAutomatic Merge <andrew+automerge@andrewyu.org>2023-07-15 00:31:16 +0800
commit036f113470f4c5bae069c18fb3afb48a000fd0da (patch)
treece64a0dd67c71a5dbb369d083a465e08b02c860b /note/mailing-list-guidelines.html
parent71ed5a83055edc73fe617c5c81853331e86e25d3 (diff)
downloadwww-036f113470f4c5bae069c18fb3afb48a000fd0da.tar.gz
Delete mailing list guidelines, they're now on the dedicated Website
Diffstat (limited to 'note/mailing-list-guidelines.html')
-rw-r--r--note/mailing-list-guidelines.html79
1 files changed, 0 insertions, 79 deletions
diff --git a/note/mailing-list-guidelines.html b/note/mailing-list-guidelines.html
deleted file mode 100644
index 9a15cb4..0000000
--- a/note/mailing-list-guidelines.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
-	<head>
-		<title>andrewyu.org Mailing List Guidelines</title>
-		<link rel="stylesheet" href="/plain.css" />
-		<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
-		<meta charset="utf-8" />
-	</head>
-	<body class="indent">
-		<h1><code>andrewyu.org</code> Mailing List Guidelines</h1>
-		<p>The following guidelines apply to most <a href="https://lists.mail.andrewyu.org/">public mailing lists on <code>andrewyu.org</code></a> (link might still be WIP).  Different lists may have different specific guidelines.</p>
-		<ul>
-			<li>
-				Be considerate of other subscribers on the mailing lists.
-			</li>
-			<li>
-				Plain text, preferrably 72 characters per line.
-				<br />
-				Many subscribers and maintainers read their mail on text-based mailers like mail(1), emacs, mutt, etc., and they often find HTML-formatted messages (or lines that stretch beyond 72 characters) unreadable. Many mailing lists strip messages of MIME content before sending them out to the rest of the list. If you don't use plain text, your messages will be reformatted. If they cannot be reformatted, they will be summarily rejected. Use attachments with care, they will be removed from messages on some lists.
-			</li>
-			<li>
-				Include a useful Subject line.
-				<br />
-				Messages with an empty Subject will get bounced to the list manager and will take longer to show up. Including a relevant Subject in the message will ensure that more people actually read what you've written. Also, avoid Subject lines with excessive uppercase and exclamations. "Help!" or "I can't get it to work!" are not useful subject lines. Do not change the subject line while on the same topic. You may know what it is regarding, the rest of us who get several hundred messages a day will have no idea.
-			</li>
-			<li>
-				Trim your signature.
-				<br />
-				Keep the signature lines at the bottom of your mail to a reasonable length.  PGP signatures should be attachments rather than inline.
-			</li>
-			<li>
-				Stay on topic.
-				<br />
-				Please keep the subject of the post relevant to the topic of the mailing list.
-			</li>
-			<li>
-				Include important information for questions.
-				<br />
-				Don't waste everyone's time with a hopelessly incomplete question. No one other than you has the information needed to resolve your problem, it is better to provide more information than needed than not enough detail.
-			</li>
-			<li>
-				Respect differences in opinion and philosophy.
-				<br />
-				Intelligent people may look at the same set of facts and come to very different conclusions. Repeating the same points that didn't convince someone previously rarely changes their mind, and irritates all the other readers.
-			</li>
-			<li>
-				No spam.
-			</li>
-			<li>
-				Interweave quoted original messages with replies.
-				<br />
-				Post inline, and trim quotes. This means that your replies are interspersed with the original mail, and any irrelevant content is removed (trimmed):
-				<pre>From: A
-Subject: Re: S
-To: B
-CC: list
-
-B wrote:
-&gt; ...
-&gt; Do you think that this is correct?
-
-Yes, I believe so.
-
-&gt; How about iterating through the items and applying the function to each of them?
-
-Sounds good.</pre>
-			</li>
-			<li>
-				Reply to the list.
-				<br />
-				For most discussions that are not going wildly off-topic and still may be of interest to those in the list, CC the list so others can follow up.  However, as it suggests, if things are going to be irrelevant to the list's topic, reply in private.
-			</li>
-		</ul>
-		<div id="footer">
-			<hr />
-			<p><a href="/">Andrew Yu's Website</a></p>
-		</div>
-	</body>
-</html>