Add plain text section
This commit is contained in:
parent
70ca5776bb
commit
1edd1b5b7a
3 changed files with 34 additions and 0 deletions
|
@ -7,3 +7,5 @@ set -- /target/*.jpg
|
|||
[ -f "$1" ] || exit 0
|
||||
|
||||
wget -O target/slides-thunderbird-sig.jpg https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/gallery/images/2011-03-14-10-05-42-4bdd77.jpg
|
||||
|
||||
wget -O target/slides-thunderbird-plain-text.png https://i.stack.imgur.com/xaGWo.png
|
||||
|
|
31
sections/plain-text.tex
Normal file
31
sections/plain-text.tex
Normal file
|
@ -0,0 +1,31 @@
|
|||
\section{Rule number 2: plain text}
|
||||
\begin{frame}{De facto standard I}
|
||||
The Linux kernel mailing list simply rejects any HTML e-mail~\cite{netiquette:lkml}.\vspace{1em}
|
||||
|
||||
\begin{quote}
|
||||
HTML e-mail - even when it is a multipart mail with a corresponding plain/text section - is unconditionally rejected by mailing lists.
|
||||
\end{quote}
|
||||
\end{frame}
|
||||
\begin{frame}{De facto standard II}
|
||||
The MediaWiki mailing list etiquette prohibits their use~\cite{netiquette:mediawiki}.\vspace{1em}
|
||||
|
||||
\begin{quote}
|
||||
Don't send HTML email to the list, use text only. Also, don't send dual-format mails containing both text and HTML.
|
||||
\end{quote}
|
||||
\end{frame}
|
||||
\begin{frame}{De facto standard III}
|
||||
And the curl maintainer really hates them~\cite{netiquette:curl}.\vspace{1em}
|
||||
|
||||
\begin{quote}
|
||||
Please switch off those HTML encoded messages. You can mail all those \textbf{funny mails} to your friends.\vspace{0.5em}
|
||||
|
||||
\textbf{We speak plain text mails}.
|
||||
\end{quote}
|
||||
\end{frame}
|
||||
\begin{frame}{How to (Thunderbird)}
|
||||
\centering
|
||||
\includegraphics[scale=0.35]{target/slides-thunderbird-plain-text.png}
|
||||
\end{frame}
|
||||
\begin{frame}{How to (neomutt)}
|
||||
Neomutt sends plain text emails by default.
|
||||
\end{frame}
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
\input{sections/presentation}
|
||||
\input{sections/signature}
|
||||
\input{sections/plain-text}
|
||||
|
||||
\nocite{*}
|
||||
\bibliography{refs}
|
||||
|
|
Loading…
Reference in a new issue