Skip to content
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

explain signature checking better (bsc#953927) #52

Closed
wants to merge 1 commit into from

Conversation

lnussel
Copy link
Member

@lnussel lnussel commented Nov 6, 2015

untested as I don't have a clue :)

<%=_("For each ISO, we offer a checksum file with the corresponding SHA256 sum.") %>
<%=_("For extra security, you can use GPG to verify who signed those .sha256 files. It should be %s.") % @gpg %>
<%=_("Alternatively, use the sha256sum tool to verify the checksum manually:") %>
<noscript>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if this has some other meaning in .erb. Looking at the live page and this template there are two copies of links to checksum file, one in <noscript> and one in <p class="hidden script_only">. The noscript is used to inject html when javascript is disabled.

Seems like the use here you are looking for code formatting like a lot of people use <code> or <pre>.

Obviously, since I am not familiar with this site I could be way off. Thanks for working on the bug!

Update: It seems there is no styling for <code>, but using it defaults to decent style. Needs to be wrapped by <p> for margin.

image

@ancorgs ancorgs mentioned this pull request Jul 26, 2016
Need to be generated during package build instead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants