chore: unify FSFE URLs in drm.info and pdfreaders #1424
Merged
reinhard
merged 2 commits from nico.rikken/fsfe-website:feature/convert-absolute-links-2
into master
2 years ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'nico.rikken/fsfe-website:feature/convert-absolute-links-2'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Unifies the URLs for drm.info and pdfreaders sections to be
https://fsfe.org
style.This was achieved by running the following commands:
Note that in this case the match on the trailing slash
/
is ommitted in order to matchhttp://fsfe.org
for example.Should we change this for www.wikipedia.org and other domains as well?
I can't see any negative impacts running this change.
<h2>Szerezz be egy szabad PDF olvasót!</h2>
<p>A Portable Document Format (PDF) egy népszerű formátum formázott szöveg és dokumentumok létrehozásához. Több különböző verziója létezik, néhány közülük <a href="http://www.fsfeurope.org/projects/os/def.en.html">Nyílt szabvány</a>, néhány <a href="http://www.iso.org">ISO</a> minősített és néhány <a href="http://fsfeurope.org/projects/swpat/background.en.html">szoftverszabadalmakkal</a> terhelt. Érdemes előnyben részesíteni a nyílt szabványú verziókat, mert a Nyílt szabványok garantálják az együttműködő rendszereket, a szabad versenyt és a szabad választást. <a href="http://www.fsfeurope.org/projects/os/os.en.html">Bővebben...</a></p>
<p>A Portable Document Format (PDF) egy népszerű formátum formázott szöveg és dokumentumok létrehozásához. Több különböző verziója létezik, néhány közülük <a href="https://fsfe.org/projects/os/def.en.html">Nyílt szabvány</a>, néhány <a href="http://www.iso.org">ISO</a> minősített és néhány <a href="https://fsfe.org/projects/swpat/background.en.html">szoftverszabadalmakkal</a> terhelt. Érdemes előnyben részesíteni a nyílt szabványú verziókat, mert a Nyílt szabványok garantálják az együttműködő rendszereket, a szabad versenyt és a szabad választást. <a href="https://fsfe.org/projects/os/os.en.html">Bővebben...</a></p>
@niko.rikken would it be possible for you to remove the static links to the English version in the links here and in the next paragraph? So e.g.
https://fsfe.org/projects/os/def.en.html
tohttps://fsfe.org/projects/os/def.html
Sure I will. How does this relate to other FSFE language-specific URL's. I noticed
.de.html
and.en.html
links for example.@doczkal I don't understand, could you rephrase?
I assume this relates to the FSFE sourcecode, and so this would be about ensuring
https
on links to major websites. There are links towikipedia.org
,google.com
,gnu.org
,documentfreedom.org
. Am I right?Also I noticed links to
blogs.fsfe.org
andplanet.fsfe.org
that are stillhttp
only.Perhaps we can keep the discussion on additional improvements on the issue #1378 , so I can check them off there.
c3966e5b9c
.