-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apt-*: add more info links; apt-file: add regex search example #5710
apt-*: add more info links; apt-file: add regex search example #5710
Conversation
The build for this PR failed with the following error(s):
Please fix the error(s) and push again. |
I placed manned.org links as I understood we do now in #5143. Or I am supposed to link to the official Debian latest man pages? |
For the deprecation of the usage of apt-key, see: |
@patricedenis will you please also update the translations with this info (at least the links)? Feel free to python3 set-more-info-link.py -p platform/page.md "https://new.link"
# e.g.
python3 set-more-info-link.py -p linux/apt.md "https://manned.org/apt.8" The nice thing about it as that it will add the link to all of the translations of the page, in the page's language. |
oh great ! |
421f13f
to
a0f8937
Compare
I'm not sure for my history of commit cause I made some commits from Web interface and pull them after that to local git structure which did not catch them as single one but as a whole merge commit. So I split them up after that but the original commit hashes are lost even if I have rewritten the content. |
No problem @patricedenis, it really doesn't matter what the commits look like as long as the files look the way we want them to in the end. |
I'll link this PR in #5510 |
@patricedenis will you please also add the link to |
Co-authored-by: bl-ue <[email protected]>
done it already in the first comment ^^ |
done, I forgot it thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice good batch of links, thank you @patricedenis.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work! Thanks so much for this.
Considering that apt
is a debian-specific command though, wouldn't The Debian man pages be preferable here? e.g. https://manpages.debian.org/apt/apt-mark.8.en.html.
I'm OK with that. I just did'nt get where do we need to apply the manned.org links. |
In that case, I should update all the links to the Debian man pages, I checked they're all included. |
Haha wow @navarroaxel, that was a lot of comments? Perhaps next time in this instance it might have been better and less overwhelming to leave 1 generic comment? @patricedenis: I've taken the liberty of making the more information links you've added language-agnostic, if that's ok? For future reference, the find-in-files feature of GitHub's Atom works splendidly for this. |
@sbrl no problemo, thanks !
OK, I didn't know the function. I will try it next time. thanks again ! And a big thank you as well to @navarroaxel for the complete review ! |
Related: #5510