From 36c5ec8a283471d1cd20aef77f581cd1819879ae Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Fri, 11 Feb 2022 14:23:19 +0100 Subject: [PATCH] Host javadoc on javadoc.io --- README.md | 2 +- pgpainless-cli/README.md | 2 ++ pgpainless-core/README.md | 5 ++++- pgpainless-sop/README.md | 3 +-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3e726b82..b55ee7f8 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ SPDX-License-Identifier: Apache-2.0 [![Travis (.com)](https://travis-ci.com/pgpainless/pgpainless.svg?branch=master)](https://travis-ci.com/pgpainless/pgpainless) [![Maven Central](https://badgen.net/maven/v/maven-central/org.pgpainless/pgpainless-core)](https://search.maven.org/artifact/org.pgpainless/pgpainless-core) [![Coverage Status](https://coveralls.io/repos/github/pgpainless/pgpainless/badge.svg?branch=master)](https://coveralls.io/github/pgpainless/pgpainless?branch=master) -[![JavaDoc](https://badgen.net/badge/javadoc/yes/green)](https://pgpainless.org/releases/latest/javadoc/) [![Interoperability Test-Suite](https://badgen.net/badge/Sequoia%20Test%20Suite/%232/green)](https://tests.sequoia-pgp.org/) [![PGP](https://img.shields.io/badge/pgp-A027%20DB2F%203E1E%20118A-blue)](https://keyoxide.org/7F9116FEA90A5983936C7CFAA027DB2F3E1E118A) [![REUSE status](https://api.reuse.software/badge/github.com/pgpainless/pgpainless)](https://api.reuse.software/info/github.com/pgpainless/pgpainless) + ## About PGPainless aims to make using OpenPGP in Java projects as simple as possible. diff --git a/pgpainless-cli/README.md b/pgpainless-cli/README.md index 4f691f56..d1d72afc 100644 --- a/pgpainless-cli/README.md +++ b/pgpainless-cli/README.md @@ -6,6 +6,8 @@ SPDX-License-Identifier: Apache-2.0 # PGPainless-CLI +[![javadoc](https://javadoc.io/badge2/org.pgpainless/pgpainless-cli/javadoc.svg)](https://javadoc.io/doc/org.pgpainless/pgpainless-cli) + PGPainless-CLI is an implementation of the [Stateless OpenPGP Command Line Interface](https://tools.ietf.org/html/draft-dkg-openpgp-stateless-cli-01) specification based on PGPainless. It plugs `pgpainless-sop` into `sop-java-picocli`. diff --git a/pgpainless-core/README.md b/pgpainless-core/README.md index 091722b8..d7b0a036 100644 --- a/pgpainless-core/README.md +++ b/pgpainless-core/README.md @@ -6,6 +6,9 @@ SPDX-License-Identifier: Apache-2.0 # PGPainless-Core +[![javadoc](https://javadoc.io/badge2/org.pgpainless/pgpainless-core/javadoc.svg)](https://javadoc.io/doc/org.pgpainless/pgpainless-core) +[![Maven Central](https://badgen.net/maven/v/maven-central/org.pgpainless/pgpainless-core)](https://search.maven.org/artifact/org.pgpainless/pgpainless-core) + Wrapper around Bouncycastle's OpenPGP implementation. ## Protection Against Attacks @@ -50,4 +53,4 @@ It is therefore responsibility of the consumer to ensure that an attacker on the It is highly advised to store both secret and public keys in a secure key storage which protects against modifications. Furthermore, PGPainless cannot verify key authenticity, so it is up to the application that uses PGPainless to check, -if a key really belongs to a certain user. \ No newline at end of file +if a key really belongs to a certain user. diff --git a/pgpainless-sop/README.md b/pgpainless-sop/README.md index d4acd83c..c20b58c4 100644 --- a/pgpainless-sop/README.md +++ b/pgpainless-sop/README.md @@ -8,8 +8,7 @@ SPDX-License-Identifier: Apache-2.0 [![Spec Revision: 3](https://img.shields.io/badge/Spec%20Revision-3-blue)](https://datatracker.ietf.org/doc/html/draft-dkg-openpgp-stateless-cli-03) [![Maven Central](https://badgen.net/maven/v/maven-central/org.pgpainless/pgpainless-sop)](https://search.maven.org/artifact/org.pgpainless/pgpainless-sop) -[![JavaDoc](https://badgen.net/badge/javadoc/yes/green)](https://pgpainless.org/releases/latest/javadoc/org/pgpainless/sop/package-summary.html) -[![REUSE status](https://api.reuse.software/badge/github.com/pgpainless/pgpainless)](https://api.reuse.software/info/github.com/pgpainless/pgpainless) +[![javadoc](https://javadoc.io/badge2/org.pgpainless/pgpainless-sop/javadoc.svg)](https://javadoc.io/doc/org.pgpainless/pgpainless-sop) Implementation of the Stateless OpenPGP Protocol using PGPainless.