WIP: Remove absolute links to fsfe.org #2812
Labels
No Label
bug
build
cgi Scripting
design
disruptive
documentation
duplicate
easy
feature-request
help wanted
javascript
priority/low
question
system-hackers
tagging
text
translations
wait/bugfix
wait/inprogress
wait/misc
wait/proofread
wontfix
xsl
No Milestone
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: FSFE/fsfe-website#2812
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fbn_bmns/fsfe-website:remove_absolute_links"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is a rather big pull request, I'm sorry.
I used the following command to remove all absolute links to fsfe.org. (starting from the root of the repository)
Please check and give feedback, thank you :)
c16f1ed3d9
tof9043c2967
f9043c2967
toe4de70e9ee
Hej, just some small mistakes with the link for the front page
@ -34,3 +34,3 @@
-->
<p><a href="https://fsfe.org/">Free Software Foundation Europe</a>
<p><a href="/">Free Software Foundation Europe</a>
This should look different and should be changed to: /index.html
@ -35,3 +35,3 @@
-->
<p><a href="https://fsfe.org/">Free Software Foundation
<p><a href="/">Free Software Foundation
should also be changed to: /index.html
@fbn_bmns: Thank you very much for this PR!
e4de70e9ee
toa866f9bada
a866f9bada
to3c780bd741
3c780bd741
to596d17fbfa
Now I'm getting some critical warnings regarding some filenames:
The following 17 file(s) in your commit do not follow the naming
scheme for news and events:
As most of the filenames are not compatible with the new scheme, how should I rename them? Is there some explanation somewhere? :/
Good morning @fbn_bmns
I am unsure about the renaming. Could you ask on the web mailing list what they think might be the best option?
Thank you very much for your help.
Hej @fbn_bmns, I am very sorry that it takes so long to merge this PR. As we currently have no reasonable solution how about we separate the PRs? We could delete those old articles from this PR and create a new one for them? I know this is not the best solution but changing the names of those old articles might also break some links.
Let me know what you think.
Best
Bonnie
Hej @fbn_bmns,
I have now commited the files with the correct naming scheme and excluded the old ones in PR #2858
Thank you very much for your help in removing and replacing the absolute links. I would say we leave this PR open till we find a solution for the older files.
Best,
Bonnie
Remove absolute links to fsfe.orgto WIP: Remove absolute links to fsfe.org@tobiasd, maybe you have an idea about the old file names? As they do not fit our current naming-scheme we can't update those files.
I think it would be best if the files are excluded from the PR.
However I noticed other problems with the global removal of
https://fsfe.org
from all the links in the repository, as it does not only contain the main website, but also others likehttps://pdfreader.org
orhttps://drm.info
. When the explicit links are removed, those pages don't work correctly anymore. So the changes to thedrm.info
directory and thepdfreader.org
directory have to be reverted. I think for the other domains there is only a rewrite to the full URL at fsfe.org.After discussing with @tobias and examining this pr, it seems the attempted changes have already been successfully implemented in the meantime in another PR. Thank you to everyone who worked on this pr.
Pull request closed