docs/src/index.md

68 lines
1.1 KiB
Markdown
Raw Normal View History

2023-06-07 02:10:59 +00:00
# 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`
## Document Status
**23-06-08** - Populating the [Comparison](comparison) section first to refresh myself on other projects, and starting to sketch diagrammatically in [Sketchpad](sketchpad). The rest of the pages are just stubs to keep track of ideas before fleshing them out.
2023-06-07 02:10:59 +00:00
```{toctree}
:caption: Introduction
:hidden:
2023-06-07 02:10:59 +00:00
overview
2023-06-07 06:41:55 +00:00
comparison/index
2023-06-07 02:10:59 +00:00
p2p_concepts
out_of_scope
2023-06-07 06:41:55 +00:00
```
2023-06-07 02:10:59 +00:00
```{toctree}
:caption: Protocol
2023-06-07 06:41:55 +00:00
:numbered:
:hidden:
2023-06-07 02:10:59 +00:00
definitions
protocol
identity
discovery
data_structures
vocabulary
querying
encryption
federation
backwards_compatibility
evolvability
```
```{toctree}
:caption: Ecosystem
:hidden:
2023-06-07 02:10:59 +00:00
triplets
translation
```
```{toctree}
:caption: Drafting
:hidden:
2023-06-07 02:10:59 +00:00
sketchpad
```
```{toctree}
:caption: Meta
:hidden:
2023-06-07 02:10:59 +00:00
genindex
references
```
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`