mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-22 16:30:40 +01:00
79 lines
3.5 KiB
HTML
79 lines
3.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="description" content="Insert description here" /> <meta name="keywords" content="Insert,keywords,here" /> <meta name="author" content="Mika Suomalainen" /> <meta charset="UTF-8" /> <link rel="canonical" href="http://mkaysi.github.com/articles/complaining/topposting.html">
|
|
<title>
|
|
Top-posting in emails is annoying
|
|
</title>
|
|
<link rel="stylesheet" type="text/css" href="../../tyyli.css" />
|
|
</head>
|
|
<body>
|
|
<hr/>
|
|
<a href="../../sitemap/sitemap.html">Sitemap</a>
|
|
<hr/>
|
|
|
|
<h1 id="top-posting">Top-posting</h1>
|
|
<h2 id="what-is-top-posting">What is top-posting?</h2>
|
|
<p>Top posting is replying before the text which you are replying to (and which is usually automatically quoted by your email client).</p>
|
|
<p>This example from <a href="https://wiki.debian.org/FAQsFromDebianUser#What_is_top-posting_.28and_why_shouldn.27t_I_do_it.29.3F">Debian wiki</a> answers to both, this and next question.</p>
|
|
<pre><code>A: Because it messes up the way you read
|
|
Q: Why is top-posting bad?
|
|
A: Writing your answer before the question
|
|
Q: What is top-posting?</code></pre>
|
|
<h2 id="why-is-it-bad">Why is it bad?</h2>
|
|
<p>See the answer to the previous question.</p>
|
|
<p>It also makes harder to know what previous poster meant if he/she just said "+1" and other people have used different posting style and senders and replies are messed up. This happens often on Lubuntu mailing lists.</p>
|
|
<h2 id="rules">Rules</h2>
|
|
<p>At least <a href="http://www.debian.org/MailingLists/#codeofconduct">Debian mailing lists</a> and <a href="http://www.ubuntu.com/support/community/mailinglists">Ubuntu mailing lists</a> forbid top-posting in their guidelines. In my opinion other mailing lists should do this too.</p>
|
|
</body>
|
|
</HTML>
|
|
|
|
<hr/>
|
|
|
|
<div id="disqus_thread"></div>
|
|
<script type="text/javascript">
|
|
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
|
|
var disqus_developer = 0;
|
|
var disqus_url = 'http://mkaysi.github.com/articles/complaining/topposting.html';
|
|
var disques_title = 'Top-posting in emails';
|
|
var disqus_shortname = 'mkaysishomepage'; // required: replace example with your forum shortname
|
|
/* * * DON'T EDIT BELOW THIS LINE * * */
|
|
(function() {
|
|
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async =
|
|
true;
|
|
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
|
|
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0])
|
|
.appendChild(dsq);
|
|
})();
|
|
</script>
|
|
<noscript>
|
|
Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Dis qus.</a>
|
|
</noscript>
|
|
|
|
<p>
|
|
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus </span></a>
|
|
</p>
|
|
<!-- vim : set ft=html -->
|
|
<script type="text/javascript">
|
|
var adfly_id = 3820004;
|
|
var adfly_advert = 'banner';
|
|
var exclude_domains = ['example.com', 'example.org', 'cadoth.net', 'mkaysi.github.com', 'mkaysi.github.io'];
|
|
</script>
|
|
<script src="http://cdn.adf.ly/js/link-converter.js"></script>
|
|
</html>
|
|
<script type="text/javascript">
|
|
|
|
var _gaq = _gaq || [];
|
|
_gaq.push(['_setAccount', 'UA-40171169-1']);
|
|
_gaq.push(['_trackPageview']);
|
|
|
|
(function() {
|
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
})();
|
|
|
|
</script>
|
|
|
|
|