From a96a8395a29671d56ba765e530a9b07d09098d2b Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Wed, 7 Jun 2023 02:11:30 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20p2p-ld/d?= =?UTF-8?q?ocs@765314bb8ed8e3c185210347255ff2036c0497be=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .buildinfo | 2 +- _sources/README.md.txt | 6 - _sources/SUMMARY.md.txt | 32 ----- _sources/identity.md.txt | 5 +- _sources/index.md.txt | 57 +++++++++ _sources/index.rst.txt | 20 ---- _sources/protocol.md.txt | 2 +- _sources/references.md.txt | 4 + _sources/translation.md.txt | 3 + _sources/triplets.md.txt | 3 + backwards_compatibility.html | 61 +++++++++- chapter_1.html | 37 +++++- comparison.html | 61 +++++++++- data_structures.html | 61 +++++++++- definitions.html | 61 +++++++++- discovery.html | 61 +++++++++- encryption.html | 61 +++++++++- evolvability.html | 61 +++++++++- federation.html | 61 +++++++++- genindex.html | 49 +++++++- identity.html | 63 +++++++++- index.html | 193 +++++++++++++++++++++++++++++-- objects.inv | Bin 576 -> 533 bytes out_of_scope.html | 61 +++++++++- overview.html | 61 +++++++++- p2p_concepts.html | 61 +++++++++- protocol.html | 61 +++++++++- querying.html | 61 +++++++++- references.html | 44 ++++++- search.html | 37 +++++- searchindex.js | 2 +- sketchpad.html | 51 +++++++- SUMMARY.html => translation.html | 102 +++++++++------- README.html => triplets.html | 72 ++++++++++-- vocabulary.html | 61 +++++++++- 35 files changed, 1445 insertions(+), 193 deletions(-) delete mode 100644 _sources/README.md.txt delete mode 100644 _sources/SUMMARY.md.txt create mode 100644 _sources/index.md.txt delete mode 100644 _sources/index.rst.txt create mode 100644 _sources/translation.md.txt create mode 100644 _sources/triplets.md.txt rename SUMMARY.html => translation.html (71%) rename README.html => triplets.html (70%) diff --git a/.buildinfo b/.buildinfo index 0373a19..ac7836b 100644 --- a/.buildinfo +++ b/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 196f8962a903a614d2067d5f0ff657b7 +config: 510e8cf7dc018d55484ca34d156c14ec tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/_sources/README.md.txt b/_sources/README.md.txt deleted file mode 100644 index f6a61f4..0000000 --- a/_sources/README.md.txt +++ /dev/null @@ -1,6 +0,0 @@ -# Introduction - -All of this is very work in progress :) plz do not rely on any of the descriptions or statements here, as they are all effectively provisional. - -This site describes the implementation of the p2p linked data protocol in {{#cite saundersDecentralizedInfrastructureNeuro2022 }} - diff --git a/_sources/SUMMARY.md.txt b/_sources/SUMMARY.md.txt deleted file mode 100644 index 804d412..0000000 --- a/_sources/SUMMARY.md.txt +++ /dev/null @@ -1,32 +0,0 @@ -# Summary - -[Introduction](README.md) - - -- [Overview](./overview.md) -- [Comparison](./comparison.md) -- [P2P Concepts](./p2p_concepts.md) -- [Out of Scope](./out_of_scope.md) - -# p2p-ld Protocol - -- [Definitions](./definitions.md) -- [Protocol](./protocol.md) -- [Identity](./identity.md) -- [Discovery](./discovery.md) -- [Data Structures](./data_structures.md) -- [Vocabulary](./vocabulary.md) -- [Querying](./querying.md) -- [Encryption](./encryption.md) -- [Federation](./federation.md) -- [Backwards Compatibility](./backwards_compatibility.md) -- [Evolvability](./evolvability.md) - -# Ecosystem - -- [Triplets]() -- [Translation]() - ---- - -[Sketchpad](./sketchpad.md) diff --git a/_sources/identity.md.txt b/_sources/identity.md.txt index acd975e..632cb19 100644 --- a/_sources/identity.md.txt +++ b/_sources/identity.md.txt @@ -6,7 +6,7 @@ How is an individual peer identified? - Web of trust/shared identity - External verification/discovery via DNS and other out of band means. -## Instances +## {index}`Instances` A given identity can have 0 or many instances - a manifestation of the peer within a particular server and runtime. @@ -31,4 +31,5 @@ An identity has a specific field indicating whether it is "active" or "retired," Any peer can operate as a "Pub" (in the parlance of SSB) or a bootstrapping node, where a dereferenceable network location (eg. DNS) can be resolved to a -A given identity can have 0 or many static inbound references that can resolve a network \ No newline at end of file +A given identity can have 0 or many static inbound references that can resolve a network + diff --git a/_sources/index.md.txt b/_sources/index.md.txt new file mode 100644 index 0000000..ef09590 --- /dev/null +++ b/_sources/index.md.txt @@ -0,0 +1,57 @@ +# p2p-ld + +All of this is very work in progress :) plz do not rely on any of the descriptions or statements here, as they are all effectively provisional. + +This site describes the implementation of the p2p linked data protocol in {cite}`saundersDecentralizedInfrastructureNeuro2022` + +```{toctree} +:caption: Introduction + +overview +comparison +p2p_concepts +out_of_scope +``` + +```{toctree} +:caption: Protocol + +definitions +protocol +identity +discovery +data_structures +vocabulary +querying +encryption +federation +backwards_compatibility +evolvability +``` + +```{toctree} +:caption: Ecosystem + +triplets +translation +``` + +```{toctree} +:caption: Drafting + +sketchpad +``` + +```{toctree} +:caption: Meta + +genindex +references +``` + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt deleted file mode 100644 index 89d692e..0000000 --- a/_sources/index.rst.txt +++ /dev/null @@ -1,20 +0,0 @@ -.. p2p-ld documentation master file, created by - sphinx-quickstart on Tue Jun 6 17:47:24 2023. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. - -Welcome to p2p-ld's documentation! -================================== - -.. toctree:: - :maxdepth: 2 - :caption: Contents: - - - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` diff --git a/_sources/protocol.md.txt b/_sources/protocol.md.txt index be52171..4fbc88f 100644 --- a/_sources/protocol.md.txt +++ b/_sources/protocol.md.txt @@ -14,4 +14,4 @@ Every link has an implicit backlink that can be accepted/denied by the owner of the referenced object. -If a link is proposed from a blocked identifier, the proposed link is automatically dropped +If a link is proposed from a blocked identifier, the proposed link is automatically dropped diff --git a/_sources/references.md.txt b/_sources/references.md.txt index b18be66..ab49843 100644 --- a/_sources/references.md.txt +++ b/_sources/references.md.txt @@ -1 +1,5 @@ # References + +```{bibliography} + +``` \ No newline at end of file diff --git a/_sources/translation.md.txt b/_sources/translation.md.txt new file mode 100644 index 0000000..302e55a --- /dev/null +++ b/_sources/translation.md.txt @@ -0,0 +1,3 @@ +# Translation + +A toolkit for writing translations between formats and schemas! \ No newline at end of file diff --git a/_sources/triplets.md.txt b/_sources/triplets.md.txt new file mode 100644 index 0000000..539cdc5 --- /dev/null +++ b/_sources/triplets.md.txt @@ -0,0 +1,3 @@ +# Triplets + +A package for creating and manipulating triplet-like data in several formats :) \ No newline at end of file diff --git a/backwards_compatibility.html b/backwards_compatibility.html index 38e66b3..8ae2769 100644 --- a/backwards_compatibility.html +++ b/backwards_compatibility.html @@ -3,7 +3,7 @@ - + @@ -155,7 +155,42 @@ @@ -228,8 +263,26 @@