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_03_unveiling-the-samsung-galaxy-back-door.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_03_unveiling-the-samsung-galaxy-back-door.md')
| -rw-r--r-- | markdown/2014_03_unveiling-the-samsung-galaxy-back-door.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/markdown/2014_03_unveiling-the-samsung-galaxy-back-door.md b/markdown/2014_03_unveiling-the-samsung-galaxy-back-door.md index 1543672..9647e08 100644 --- a/markdown/2014_03_unveiling-the-samsung-galaxy-back-door.md +++ b/markdown/2014_03_unveiling-the-samsung-galaxy-back-door.md @@ -6,25 +6,25 @@ authors: Paul Kocialkowski Yesterday, we disclosed our findings about the [Samsung Galaxy back-door][1], an anti-feature found in Samsung Galaxy devices that lets the modem access the files stored on the device. For a complete statement about the issue, you can -refer to [the article we published at the Free Software Foundation’s +refer to [the article we published at the Free Software Foundation's website][1]. A technical description of the issue is available on a [dedicated page of the Replicant wiki][2], along with more information regarding the back-door. -The information spread out very quickly and we’re glad the press is finding -interest in such matters as privacy and unjust control over one’s computing. +The information spread out very quickly and we're glad the press is finding +interest in such matters as privacy and unjust control over one's computing. This demonstrates yet another time why free software is essential and how a single piece of proprietary software can compromise a whole device. We have yet to hear from Samsung about this issue, as we are hoping that the reason for the presence of this back-door will be clarified. In that regard, -we’d be very glad to work with Samsung in order to make things right, for +we'd be very glad to work with Samsung in order to make things right, for instance through releasing free software or documentation that would make it easy for community Android versions to get rid of the incriminated blob. **Update:** Several sources, including Samsung, claim this is a non-issue. A complementary statement to address these claims was issued at [Paul -Kocialkowski’s personal blog][3]. +Kocialkowski's personal blog][3]. [1]: <http://www.fsf.org/blogs/community/replicant-developers-find-and- close-samsung-galaxy-backdoor> |
