diff --git a/dist/assets/site.css b/dist/assets/site.css index 8ae4f48..0d9752b 100644 --- a/dist/assets/site.css +++ b/dist/assets/site.css @@ -39,6 +39,14 @@ a.brand { color: #050505; } +h3:target { + background-color: #ffa; +} + +h3 a, h3 a:visited { + color: #050505; +} + span.brand { font-family: monospace; font-size: large; diff --git a/dist/templates/about/faq.html.hbs b/dist/templates/about/faq.html.hbs index aee5839..01a8c12 100644 --- a/dist/templates/about/faq.html.hbs +++ b/dist/templates/about/faq.html.hbs @@ -3,14 +3,32 @@

About | Usage | FAQ | Privacy Policy | API

-

Why not sign keys after verification?

+

Why not sign keys + after verification?

The keys.openpgp.org service is meant for key distribution and discovery, not as a de-facto CA. Client implementations that want to offer verified communication should rely on their own trust model. -

Why not encrypt verification e-mails?

+

Why is there no support + for UserIDs that aren't e-mail addresses?

+ +

+ We require explicit consent to distribute identity information. + Identities that aren't e-mail addresses, such as pictures or addresses, + offer no simple way for us to acquire this consent. +

+ +

+ Note: Some OpenPGP software creates keys with incorrectly formatted + e-mail addresses. These addresses might not be recognized correctly on + keys.openpgp.org. +

+ + +

+ Why not encrypt verification e-mails?

Various reasons:
    @@ -23,7 +41,9 @@ upload keys that can only sign.
-

Is keys.openpgp.org part of the "SKS" pool?

+

Is + keys.openpgp.org part of the "SKS" pool? +

No. The "append-only" federation model of the SKS pool leads to various problems, that make both operation and use of those servers very diff --git a/dist/templates/upload/upload-ok.html.hbs b/dist/templates/upload/upload-ok.html.hbs index c8e72f8..b02db92 100644 --- a/dist/templates/upload/upload-ok.html.hbs +++ b/dist/templates/upload/upload-ok.html.hbs @@ -53,12 +53,18 @@ {{#if count_unparsed_one}}

This key contains one identity that could not be parsed as an email - address, which is not published. + address.
+ This identity can't be published + on keys.openpgp.org. + (Why?)

{{else}}

This key contains {{count_unparsed}} identities that could not be parsed - as an email address, which are not published. + as an email address.
+ These identities can't be published + on keys.openpgp.org. + (Why?)

{{/if}} {{/if}}