diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-03-18 02:40:29 +0100 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 01:30:24 +0200 |
| commit | 659384dc54db02ccdce5648a9418283ee08fc216 (patch) | |
| tree | 79fd51124db101adb2f49f12f4ef55dea5f10e4b /markdown/2015_08_replicant-and-friends-at-chaos-communication-camp-2015.md | |
| parent | c577cf167d08c09e4d3409a4971a09cc13daa5b2 (diff) | |
| download | haunt-blog-659384dc54db02ccdce5648a9418283ee08fc216.tar.gz haunt-blog-659384dc54db02ccdce5648a9418283ee08fc216.tar.bz2 haunt-blog-659384dc54db02ccdce5648a9418283ee08fc216.zip | |
convert.py, markdown: Fix right single quotation mark.
Some generated markdown have right single quotation marks, and without
this fix, it ends up being displayed as '???' in the generated HTML
files.
As an example with site/new-replicant-test-images-available.html we
have:
We are please to remind you that, as usual, Replicant is fully
free software and doesn???t include any proprietary firmwares.
Converting the right single quotation marks to apostrophes fixed it.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'markdown/2015_08_replicant-and-friends-at-chaos-communication-camp-2015.md')
| -rw-r--r-- | markdown/2015_08_replicant-and-friends-at-chaos-communication-camp-2015.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/markdown/2015_08_replicant-and-friends-at-chaos-communication-camp-2015.md b/markdown/2015_08_replicant-and-friends-at-chaos-communication-camp-2015.md index 6a61069..0d232ea 100644 --- a/markdown/2015_08_replicant-and-friends-at-chaos-communication-camp-2015.md +++ b/markdown/2015_08_replicant-and-friends-at-chaos-communication-camp-2015.md @@ -3,11 +3,11 @@ date: 2015-08-12T18:02:41+00:00 title: Replicant and friends at Chaos Communication Camp 2015 authors: Paul Kocialkowski --- -As advertised in the previous blog post, I’ll be at CCCamp 2015 to talk about -Replicant (as well as other things that I’m working on, like [porting +As advertised in the previous blog post, I'll be at CCCamp 2015 to talk about +Replicant (as well as other things that I'm working on, like [porting Libreboot to the C201 Chromebook][1]), starting tomorrow. -Formally, I’ll be giving a 45 minute long talk at the [Neo village tent][2] on +Formally, I'll be giving a 45 minute long talk at the [Neo village tent][2] on Sunday, about [Replicant, software freedom and privacy/security on mobile devices][3]. In addition, I have asked to give [a lightning talk to highlight the necessity to have more developers involved in Replicant][4] on Saturday at @@ -15,7 +15,7 @@ the necessity to have more developers involved in Replicant][4] on Saturday at ensure the growth the project deserves. People from the [Neo900][5] project will organize the [Neo village][2], where -I’ll have my tent at, next to Osmocom. As usual, you’re welcome to come and +I'll have my tent at, next to Osmocom. As usual, you're welcome to come and say hi (and possibly verify the [Replicant release public key][6] as well)! I may just as well hang around the [Quadrature][7] village, where they have a nice tea house set up! @@ -29,7 +29,7 @@ me a message if you require my presence! Update: The talks have been added to the [Conferences][11] wiki page. Unfortunately, the longer talk on Sunday had to be interrupted because of the -lightning storm and couldn’t be resumed later. The slides are however +lightning storm and couldn't be resumed later. The slides are however available and hold the main elements of the talk. [1]: <http://lists.nongnu.org/archive/html/libreboot/2015-08/msg00009.html> |
