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/2014_06_replicant-at-the-15th-libre-software-meeting-in-montpellier-france-this-july.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/2014_06_replicant-at-the-15th-libre-software-meeting-in-montpellier-france-this-july.md')
| -rw-r--r-- | markdown/2014_06_replicant-at-the-15th-libre-software-meeting-in-montpellier-france-this-july.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/markdown/2014_06_replicant-at-the-15th-libre-software-meeting-in-montpellier-france-this-july.md b/markdown/2014_06_replicant-at-the-15th-libre-software-meeting-in-montpellier-france-this-july.md index c6f7268..7df464d 100644 --- a/markdown/2014_06_replicant-at-the-15th-libre-software-meeting-in-montpellier-france-this-july.md +++ b/markdown/2014_06_replicant-at-the-15th-libre-software-meeting-in-montpellier-france-this-july.md @@ -7,17 +7,17 @@ authors: Paul Kocialkowski Replicant will take part in the 15th edition of the [Libre Software Meeting][3] ([Rencontres Mondiales du Logiciel Libre — RMLL][4] in French) -that takes place from July 5th to 11th 2014 in Montpellier, France. We’ll be +that takes place from July 5th to 11th 2014 in Montpellier, France. We'll be there during the week at the university to present Replicant through a few -talks as well as a workshop, organized jointly with members of FSFE’s [Free -Your Android][5] program and the [F-Droid project][6]. You’re welcome to come +talks as well as a workshop, organized jointly with members of FSFE's [Free +Your Android][5] program and the [F-Droid project][6]. You're welcome to come and say hi, ask for help about freeing your mobile device, see devices actually running with Replicant or just have a chat with us! There will be two conferences about the Replicant project, both delivered in English: [Replicant: software freedom on mobile devices][7] and [An overview of Replicant development][8]. But there are plenty more talks dedicated to -software freedom and Android: FSFE’s member [Erik Albers][9] will present a +software freedom and Android: FSFE's member [Erik Albers][9] will present a conference about [Freedom on Android devices][10] while F-Droid developer [Daniel Martí][11] will talk about [Free Software on Android via F-Droid][12]. In addition, Replicant developer Paul Kocialkowski will present a conference @@ -29,7 +29,7 @@ of the [GNU project][15] and president of the [Free Software Foundation][16] will be attending the event and will deliver a speech about a Free digital society (in French). -We’re looking forward to seeing you there! +We're looking forward to seeing you there! [1]: http://www.replicant.us/wp-content/uploads/2014/06/rmll.png |
