Package zeroinstall :: Package gtkui :: Module trust_box
[frames] | no frames]

Module trust_box

source code

A dialog box for confirming GPG keys.

Classes
  TrustBox
Display a dialog box asking the user to confirm that one of the keys is trusted for this domain.
Functions
 
frame(page, title, content, expand=False) source code
 
pretty_fp(fp) source code
 
left(text) source code
 
make_hints_area(closed, key_info_fetcher) source code
 
make_hint(vote, hint_text) source code
Variables
  trust_help = help_box.HelpBox(_("Trust Help"), (_('Overview'),...
Variables Details

trust_help

Value:
help_box.HelpBox(_("Trust Help"), (_('Overview'), '\n'+ _("""When you \
run a program, it typically has access to all your files and can gener\
ally do \
anything that you're allowed to do (delete files, send emails, etc). S\
o it's important \
to make sure that you don't run anything malicious.""")), (_('Digital \
signatures'), '\n'+ _("""Each software author creates a 'key-pair'; a \
'public key' and a 'private key'. Without going \
...