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_01_replicant-at-fosdem-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_01_replicant-at-fosdem-2015.md')
| -rw-r--r-- | markdown/2015_01_replicant-at-fosdem-2015.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/markdown/2015_01_replicant-at-fosdem-2015.md b/markdown/2015_01_replicant-at-fosdem-2015.md index 5f80621..0964d87 100644 --- a/markdown/2015_01_replicant-at-fosdem-2015.md +++ b/markdown/2015_01_replicant-at-fosdem-2015.md @@ -3,7 +3,7 @@ date: 2015-01-25T09:29:48+00:00 title: Replicant at FOSDEM 2015 authors: Paul Kocialkowski --- -This year’s edition of [FOSDEM][1], one of the major free software conferences +This year's edition of [FOSDEM][1], one of the major free software conferences in Europe, is just around the corner! Among the various talks that mention the state of free software on [embedded devices][2], I (Paul Kocialkowski) will be presenting a talk entitled “[Reached milestones and ongoing development on @@ -20,7 +20,7 @@ description of the various plans for the work that is left to be done. [FOSDEM][1] is also a great opportunity to meet members of the community, so do not hesitate to say hi if you bump into me in the [embedded devroom][2] or around the place! Remember that face-to-face meetings also allow for verifying -the [Replicant project’s release key][4]‘s fingerprint and creating a chain of +the [Replicant project's release key][4]‘s fingerprint and creating a chain of trust for verifying the software released by the Replicant project. [1]: <https://fosdem.org/> |
