mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-09 03:09:40 +02:00
initial public release
This commit is contained in:
parent
ecffecc2ce
commit
e913b907d7
129 changed files with 28453 additions and 0 deletions
21
README.md
21
README.md
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue