From 3b0b9642aec969a67ecec753879bda63e2f61987 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 4 Jan 2013 19:03:59 +0200 Subject: [PATCH] fix previous commit --- articles/Emails.html | 6 +++--- articles/Emails.html.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/articles/Emails.html b/articles/Emails.html index dce190b..c78d231 100644 --- a/articles/Emails.html +++ b/articles/Emails.html @@ -3,7 +3,7 @@ -Insert title here +How I send emails and why I send them like I do. @@ -14,9 +14,9 @@ Insert title here

Why do I send emails how I sent them

OpenPGP signing

-

I sign my emails using [GnuPG] which is free implementation of the [OpenPGP] standard. The signature can be used to verify that I am the sender and that nobody modified the message.

+

I sign my emails using GnuPG which is free implementation of the OpenPGP standard. The signature can be used to verify that I am the sender and that nobody modified the message.

UTF-8

-

I use UTF-8, because it allows all characters and it's widely used everywhere. It is also the default character set of [Python 3]. UTF-8 is also recommended on most of IRC channels and networks.

+

I use UTF-8, because it allows all characters and it's widely used everywhere. It is also the default character set of Python 3. UTF-8 is also recommended on most of IRC channels and networks.

Plain text emails

I think that HTML emails only waste space. The content is HTML and even if it's not directly visible to the user, it has a lot of content when reading the email source. With plain text emails the source is only text, nothing is in HTML.

Replying below quotes.

diff --git a/articles/Emails.html.md b/articles/Emails.html.md index 5cffb02..0c198f5 100644 --- a/articles/Emails.html.md +++ b/articles/Emails.html.md @@ -7,7 +7,7 @@ -Insert title here +How I send emails and why I send them like I do. @@ -19,14 +19,14 @@ ## OpenPGP signing -I sign my emails using [GnuPG] which is free implementation of the [OpenPGP] standard. +I sign my emails using [GnuPG](http://www.gnupg.org/) which is free implementation of the [OpenPGP](https://www.ietf.org/rfc/rfc4880.txt) standard. The signature can be used to verify that I am the sender and that nobody modified the message. ## UTF-8 I use UTF-8, because it allows all characters and it's widely used everywhere. It is -also the default character set of [Python 3]. UTF-8 is also recommended on most of +also the default character set of [Python 3](http://python.org/). UTF-8 is also recommended on most of IRC channels and networks. ## Plain text emails