no longer need to run analyze, just use 'scan-build make'
[xombrero.git] / README.md
blob57a18cb47897906cb3a5e1dfdbeb3c182b77adc4
1 xombrero
2 ========
4 xombrero is a minimalist web browser with sophisticated security
5 features designed-in, rather than through an add-on after-the-fact. In
6 particular, it provides both persistent and per-session controls for
7 scripts and cookies, making it easy to thwart tracking and scripting
8 attacks.  In additional to providing a familiar mouse-based interface
9 like other web browsers, it offers a set of vi-like keyboard commands
10 for users who prefer to keep their hands on their keyboard.  The default
11 settings provide a secure environment. With simple keyboard commands,
12 the user can "whitelist" specific sites, allowing cookies and scripts
13 from those sites.
15 For more information, please visit https://opensource.conformal.com/wiki/xombrero
17 ## GPG Verification Key
19 All official release tags are signed by Conformal so users can ensure the code
20 has not been tampered with and is coming from Conformal.  To verify the
21 signature perform the following:
23 - Download the public key from the Conformal website at
24   https://opensource.conformal.com/GIT-GPG-KEY-conformal.txt
26 - Import the public key into your GPG keyring:
27   ```bash
28   gpg --import GIT-GPG-KEY-conformal.txt
29   ```
31 - Verify the release tag with the following command where `TAG_NAME` is a
32   placeholder for the specific tag:
33   ```bash
34   git tag -v TAG_NAME
35   ```
37 ## License
39 xombrero is ISC licensed unless otherwise specified in individual files