Merge branch 'main' of tildegit.org:PigeonProtocolConsortium/Protocol-Spec into main

This commit is contained in:
Netscape Navigator 2020-12-21 07:26:11 -06:00
commit 031a7fdd9e
1 changed files with 5 additions and 5 deletions

View File

@ -202,7 +202,7 @@ signature Y34Q47V0BY370RM5KWGRJRN9HFNGJN0C3DEYVB2V2476CW9RN5HD4XD7KMQ6T4T42N36R5
![A hierarchy diagram showing how the message in example 2 points back to example 1, and how example 1 points back to NONE](diagram1.png)
For examples of how messages are handled, see the Ruby-implementation tutorial
[here](https://tildegit.org/PigeonProtocolConsortium/pigeon_ruby/src/branch/master/ruby_tutorial.md)
[here](https://tildegit.org/PigeonProtocolConsortium/pigeon_ruby/src/branch/main/ruby_tutorial.md)
# Constraints and Design Philosophy
@ -331,13 +331,13 @@ an easy-to-implement standard.
Pigeon borrows many of the ideas set forth by the
[Secure Scuttlebutt protocol](https://ssbc.github.io/scuttlebutt-protocol-guide/).
It is my opinion that SSB is one of the most innovative protocols
It is our opinion that SSB is one of the most innovative protocols
created in recent years. Without the research and efforts of the
[Secure Scuttlebutt Consortium](https://github.com/ssbc)
, this project would not be possible, so a big thanks goes out to all
the people who make SSB possible.
I've also been inspired by the compactness and minimalism of
We've also been inspired by the compactness and minimalism of
[SQLite, which should serve as a role model for all of us](https://www.sqlite.org/talks/wroclaw-20090310.pdf).
In many ways, this protocol can be considered an amalgam of the best
@ -355,8 +355,8 @@ are areas we need help in currently:
assist you along the way.
* We need a BNF grammar for Pigeon messages.
Your feedback really helps. Feel free to email me your opinions and
ideas at `contact at vaporsoft.xyz`. I will reply to all messages.
Your feedback really helps. Feel free to email us your opinions and
ideas at `contact at vaporsoft.xyz`. We will reply to all messages.
# For more information