initial public release

This commit is contained in:
Heiko Schaefer 2023-12-13 14:15:58 +01:00
parent ecffecc2ce
commit e913b907d7
No known key found for this signature in database
GPG key ID: DAE9A9050FCCF1EB
129 changed files with 28453 additions and 0 deletions

View file

@ -6,3 +6,24 @@ SPDX-License-Identifier: CC-BY-SA-4.0
# Notes on OpenPGP
The "Notes on OpenPGP" project aims to produce accessible documentation for the OpenPGP ecosystem.
# OpenPGP for application developers
A book for application developers who want to integrate OpenPGP functionality into their software.
This book serves a standalone introduction to the concepts of OpenPGP. It also introduces readers to the [OpenPGP RFC](https://datatracker.ietf.org/doc/draft-ietf-openpgp-crypto-refresh/).
## Rendered versions of this text
### Stable
The *main* branch of this repository is continuously built and deployed to:
- html: <https://openpgp.dev/book>
- epub: <https://openpgp.dev/book/OpenPGP_for_application_developers.epub>
Note: This text is still under development. However, these links always present a stable view of our writing process.
### Snapshots of work in progress
The current state of pull requests is rendered to https://openpgp.codeberg.page/pr-preview/123456/ (you'll have to insert an actual pull request ID into the URL)