You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[DAG-CBOR](https://ipld.io/docs/codecs/known/dag-cbor/) - binary format, supporting the complete IPLD Data Model, with excellent performance, and suitable for any job.
@@ -52,9 +52,10 @@ The specs contained in this and related repositories are:
-[multicodec](https://github.com/multiformats/multicodec) - self-describing protocol/encoding streams (note: a file is a stream).
54
54
-[multistream](https://github.com/multiformats/multistream) - multistream is a format -- or simple protocol -- for disambiguating, and layering streams. It is extremely simple.
55
-
-**Files / Mutable File System:**
55
+
-**Files and Directories:**
56
56
-[UnixFS](./UNIXFS.md)
57
-
-[Mutable File System (the Files API)](./MUTABLE_FILE_SYSTEM.md) - Virtual File System interface, unix like, on top of the MerkleDAG
57
+
- Related userland concepts (external docs):
58
+
-[MFS, Mutable File System, or the Files API](https://docs.ipfs.tech/concepts/file-systems/#mutable-file-system-mfs)
58
59
-**Storage Layer:**
59
60
-[Pinning Service API](https://ipfs.github.io/pinning-services-api-spec/)
60
61
-[Repo](./REPO.md) - IPFS node local repository spec
@@ -67,9 +68,11 @@ The specs contained in this and related repositories are:
67
68
-**Networking layer:**
68
69
-[libp2p](https://github.com/libp2p/specs) - libp2p is a modular and extensible network stack, built and use by IPFS, but that it can be reused as a standalone project. Covers:
69
70
-**Records, Naming and Record Systems:**
70
-
-[IPNS](./ipns/IPNS.md) - InterPlanetary Naming System
71
-
-[IPNS over PubSub](./ipns/IPNS_PUBSUB.md) - IPNS over PubSub Router
72
-
-[DNSLink](https://dnslink.dev)
71
+
-[IPNS](https://specs.ipfs.tech/ipns/) - InterPlanetary Naming System
72
+
-[IPNS Record Creation and Verification](https://specs.ipfs.tech/ipns/ipns-pubsub-router/)
73
+
-[IPNS over PubSub](https://specs.ipfs.tech/ipns/ipns-pubsub-router/)
74
+
-[DNSLink](https://dnslink.dev) - mapping DNS names to IPFS content paths
75
+
-[DNSAddr](https://github.com/multiformats/multiaddr/blob/master/protocols/DNSADDR.md) - mapping DNS names to libp2p multiaddrs
73
76
-**Other/related/included:**
74
77
-[PDD](https://github.com/ipfs/pdd) - Protocol Driven Development
75
78
@@ -86,7 +89,6 @@ This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/c
86
89
- Or add a new protocol?
87
90
88
91
See:
89
-
-[IPIP: Improvement Process for IPFS Specifications](./IPIP_PROCESS.md).
90
-
- List of [IPIPs](./IPIP/)
91
-
92
-
Accepted proposals can be found in the [`IPIP/`](./IPIP/) directory.
92
+
-[IPIP: Improvement Process for IPFS Specifications](https://specs.ipfs.tech/meta/ipip-process/)
93
+
- List of [ratified IPIPs](https://specs.ipfs.tech/ipips/)
94
+
- List of [open IPIPs](https://github.com/ipfs/specs/pulls?q=is%3Apr+is%3Aopen+ipip+sort%3Aupdated-desc)
0 commit comments