Radish alpha
r
Radicle Improvement Proposals (RIPs)
Radicle
Git (anonymous pull)
Log in to clone via SSH
chore: Remove ToCs
Lorenz Leutgeb committed 25 days ago
commit eb3f951d9dd5c7acb2f6a30ebfcba030113abc2f
parent 7e993a9bec13c00a924cb147bca54e16d45aa934
3 files changed +0 -58
modified 0001-heartwood.md
@@ -60,31 +60,6 @@ easily tamper with the data before serving it to Bob. We also can't require
that Alice serve her data directly to Bob, as that would require them to be
online at the same time, and would introduce a single point of failure.

-
Table of Contents
-
-----------------
-
* [Repository Identity](#repository-identity)
-
    * [The Identity Document](#the-identity-document)
-
* [Repository Discovery](#repository-discovery)
-
    * [Topology](#topology)
-
    * [Routing](#routing)
-
* [Node Identity](#node-identity)
-
* [Gossip](#gossip)
-
    * [Inventory Announcements](#inventory-announcements)
-
        * [Pruning](#pruning)
-
    * [Reference Announcements](#reference-announcements)
-
    * [Node Announcements](#node-announcements)
-
        * [Bootstrap Nodes](#bootstrap-nodes)
-
* [Replication](#replication)
-
    * [Project Tracking and Branches](#project-tracking-and-branches)
-
    * [Unintentional Forks and Conflicts](#unintentional-forks-and-conflicts)
-
* [Storage](#storage)
-
    * [Layout](#layout)
-
        * [Special References](#special-references)
-
* [Canonicity](#canonicity)
-
* [Closing Thoughts](#closing-thoughts)
-
* [Credits](#credits)
-
* [Copyright](#copyright)
-

Repository Identity
-------------------
To locate, or even "talk" about repositories on a peer-to-peer network, we
modified 0002-identity.md
@@ -19,20 +19,6 @@ so that changes to source code can be verified locally, by users.
In this RIP, we discuss the method through which we can achieve the above in
a secure, decentralized way.

-
Table of Contents
-
-----------------
-
* [Overview](#overview)
-
* [Peer Identity](#peer-identity)
-
* [Repository Identity](#repository-identity)
-
    * [Validation](#validation)
-
* [The Repository Identifier](#the-repository-identifier)
-
* [Identity Storage](#identity-storage)
-
    * [Verification](#verification)
-
* [Security](#security)
-
* [Closing Thoughts](#closing-thoughts)
-
* [Credits](#credits)
-
* [Copyright](#copyright)
-

Overview
--------
To introduce the topic of identity, we point the reader to the opening
modified 0003-storage-layout.md
@@ -16,25 +16,6 @@ whom the operator is interested. These views, also known as *forks* or *source
trees*, play a key role in enabling collaboration and version control within
the network.

-
Table of Contents
-
-----------------
-
* [Overview](#overview)
-
* [Layout](#layout)
-
* [Replication](#replication)
-
* [Working Copy](#working-copy)
-
    * [URL](#url)
-
    * [Refspecs](#refspecs)
-
    * [Example](#example)
-
    * [Remote Helper](#remote-helper)
-
        * [Authorization](#authorization)
-
* [Future Work](#future-work)
-
* [Appendix](#appendix)
-
    * [Alternative Designs](#alternative-designs)
-
        * [Associating a Working Copy](#associating-a-working-copy)
-
    * [Worked Example](#worked-example)
-
* [Credits](#credits)
-
* [Copyright](#copyright)
-

Overview
--------
In a peer-to-peer network, there is no centralized server or repository for