From 1edd1b5b7aa3276d0b2f47ce9e57aeee83013623 Mon Sep 17 00:00:00 2001 From: aartoni Date: Thu, 7 Sep 2023 17:44:22 +0200 Subject: [PATCH] Add plain text section --- get-assets.sh | 2 ++ sections/plain-text.tex | 31 +++++++++++++++++++++++++++++++ slides.tex | 1 + 3 files changed, 34 insertions(+) create mode 100644 sections/plain-text.tex diff --git a/get-assets.sh b/get-assets.sh index d2c4729..f33532d 100755 --- a/get-assets.sh +++ b/get-assets.sh @@ -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 diff --git a/sections/plain-text.tex b/sections/plain-text.tex new file mode 100644 index 0000000..54bd0fb --- /dev/null +++ b/sections/plain-text.tex @@ -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} diff --git a/slides.tex b/slides.tex index 8ea4867..df42094 100644 --- a/slides.tex +++ b/slides.tex @@ -22,6 +22,7 @@ \input{sections/presentation} \input{sections/signature} + \input{sections/plain-text} \nocite{*} \bibliography{refs}