mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-15 17:02:06 +01:00
Add README files
This commit is contained in:
parent
163eea94f1
commit
71cfa7368a
3 changed files with 40 additions and 0 deletions
19
pgpainless-wot-cli/README.md
Normal file
19
pgpainless-wot-cli/README.md
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: 2023 Paul Schaub <info@pgpainless.org>
|
||||||
|
|
||||||
|
SPDX-License-Identifier: Apache-2.0
|
||||||
|
-->
|
||||||
|
|
||||||
|
# Command Line Interface for the Web-of-Trust
|
||||||
|
|
||||||
|
This module contains a command line interface application that acts as a front-end for
|
||||||
|
[`pgpainless-wot`](../pgpainless-wot).
|
||||||
|
|
||||||
|
## Build
|
||||||
|
|
||||||
|
To build the application, navigate into this subdirectory and execute the following command:
|
||||||
|
```shell
|
||||||
|
../gradlew installDist
|
||||||
|
```
|
||||||
|
|
||||||
|
A ready-to-use distributable directory can then be found in `build/install/` with an executable in `build/install/pgpainless-wot-cli/bin/`.
|
12
pgpainless-wot/README.md
Normal file
12
pgpainless-wot/README.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: 2023 Paul Schaub <info@pgpainless.org>
|
||||||
|
|
||||||
|
SPDX-License-Identifier: Apache-2.0
|
||||||
|
-->
|
||||||
|
|
||||||
|
# Web-of-Trust + PGPainless
|
||||||
|
|
||||||
|
This module plugs PGPainless as an OpenPGP backend into [`wot-dijkstra`](../wot-dijkstra) to implement the
|
||||||
|
[Web of Trust](https://sequoia-pgp.gitlab.io/sequoia-wot/).
|
||||||
|
|
||||||
|
For a command line interface, check out [`pgpainless-wot-cli`](../pgpainless-wot-cli).
|
9
wot-dijkstra/README.md
Normal file
9
wot-dijkstra/README.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: 2023 Paul Schaub <info@pgpainless.org>
|
||||||
|
|
||||||
|
SPDX-License-Identifier: Apache-2.0
|
||||||
|
-->
|
||||||
|
|
||||||
|
# Backend-agnostic Web-of-Trust Implementation
|
||||||
|
|
||||||
|
This module contains an implementation of the Web-of-Trust which is agnostic of the cryptographic backend.
|
Loading…
Reference in a new issue