aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-10-18 11:52:23 -0400
committerNick Mathewson <nickm@torproject.org>2023-10-18 11:52:23 -0400
commitf3a4e07d42f346ffae3340b020850d3712ad9926 (patch)
treea0cd0b87120299bd8d9e50d1507c702424eda1e8
parentc04c13936fc497526eb52f6510837d94e8772189 (diff)
downloadtorspec-f3a4e07d42f346ffae3340b020850d3712ad9926.tar.gz
torspec-f3a4e07d42f346ffae3340b020850d3712ad9926.zip
Move intro files into their appropriate directories.
-rw-r--r--spec/SUMMARY.md22
-rw-r--r--spec/bandwidth-file-spec/index.md (renamed from spec/bandwidth-file-spec-intro.md)0
-rw-r--r--spec/control-spec/index.md (renamed from spec/control-spec-intro.md)0
-rw-r--r--spec/dir-spec/index.md (renamed from spec/dir-spec-intro.md)0
-rw-r--r--spec/guard-spec/index.md (renamed from spec/guard-spec-intro.md)0
-rw-r--r--spec/padding-spec/index.md (renamed from spec/padding-spec-intro.md)0
-rw-r--r--spec/path-spec/index.md (renamed from spec/path-spec-intro.md)0
-rw-r--r--spec/pt-spec/index.md (renamed from spec/pt-spec-intro.md)0
-rw-r--r--spec/rend-spec/index.md (renamed from spec/rend-spec-intro.md)0
-rw-r--r--spec/srv-spec/index.md (renamed from spec/srv-spec-intro.md)0
-rw-r--r--spec/tor-spec/index.md (renamed from spec/tor-spec-intro.md)0
11 files changed, 11 insertions, 11 deletions
diff --git a/spec/SUMMARY.md b/spec/SUMMARY.md
index 5ed0292..e9405b0 100644
--- a/spec/SUMMARY.md
+++ b/spec/SUMMARY.md
@@ -4,7 +4,7 @@
# The core Tor protocol
-- [`Tor Protocol Specification`](./tor-spec-intro.md)
+- [`Tor Protocol Specification`](./tor-spec/index.md)
- [Preliminaries](./tor-spec/preliminaries.md)
- [System overview](./tor-spec/system-overview.md)
- [Connections](./tor-spec/channels.md)
@@ -26,7 +26,7 @@
- [Handling resource exhaustion](./tor-spec/resource-exhaustion.md)
- [Subprotocol versioning](./tor-spec/subprotocol-versioning.md)
- [`Ed25519 certificates in Tor`](./cert-spec.md)
-- [`Tor directory protocol, version 3`](./dir-spec-intro.md)
+- [`Tor directory protocol, version 3`](./dir-spec/index.md)
- [Outline](./dir-spec/outline.md)
- [Router operation and formats](./dir-spec/router-operation-formats.md)
- [Uploading server descriptors and extra-info documents](./dir-spec/uploading-relay-documents.md)
@@ -53,7 +53,7 @@
- [Converting a curve25519 public key to an ed25519 public key](./dir-spec/converting-to-ed25519.md)
- [Inferring missing proto lines.](./dir-spec/inferring-missing-proto-lines.md)
- [Limited ed diff format](./dir-spec/limited-ed-diff-format.md)
- - [`Tor Shared Random Subsystem Specification`](./srv-spec-intro.md)
+ - [`Tor Shared Random Subsystem Specification`](./srv-spec/index.md)
- [Introduction](./srv-spec/introduction.md)
- [Overview](./srv-spec/overview.md)
- [Protocol](./srv-spec/protocol.md)
@@ -61,7 +61,7 @@
- [Security Analysis](./srv-spec/security-analysis.md)
- [Discussion](./srv-spec/discussion.md)
- [Acknowledgements](./srv-spec/acknowledgements.md)
-- [`Tor Path Specification`](./path-spec-intro.md)
+- [`Tor Path Specification`](./path-spec/index.md)
- [General operation](./path-spec/general-operation.md)
- [Building circuits](./path-spec/building-circuits.md)
- [When we build](./path-spec/when-we-build.md)
@@ -75,13 +75,13 @@
- [Server descriptor purposes](./path-spec/server-descriptor-purposes.md)
- [Detecting route manipulation by Guard nodes (Path Bias)](./path-spec/detecting-route-manipulation.md)
- [Old notes](./path-spec/old-notes.md)
-- [`Tor Guard Specification`](./guard-spec-intro.md)
+- [`Tor Guard Specification`](./guard-spec/index.md)
- [State instances](./guard-spec/state-instances.md)
- - [Circuit Creation, Entry Guard Selection (1000 foot view)](./guard-spec/guard-selection-intro.md)
+ - [Circuit Creation, Entry Guard Selection (1000 foot view)](./guard-spec/guard-selection/index.md)
- [The algorithm.](./guard-spec/algorithm.md)
- [Appendices](./guard-spec/appendices.md)
- [Still non-addressed issues \[Section:TODO\]](./guard-spec/todo.md)
-- [`Tor Padding Specification`](./padding-spec-intro.md)
+- [`Tor Padding Specification`](./padding-spec/index.md)
- [Overview](./padding-spec/overview.md)
- [Connection-level padding](./padding-spec/connection-level-padding.md)
- [Circuit-level padding](./padding-spec/circuit-level-padding.md)
@@ -95,7 +95,7 @@
# Onion services
-- [`Tor Rendezvous Specification - Version 3`](./rend-spec-intro.md)
+- [`Tor Rendezvous Specification - Version 3`](./rend-spec/index.md)
- [Hidden services: overview and preliminaries.](./rend-spec/overview.md)
- [Protocol overview](./rend-spec/protocol-overview.md)
- [Generating and publishing hidden service descriptors \[HSDIR\]](./rend-spec/hsdesc.md)
@@ -122,7 +122,7 @@
- [`BridgeDB specification`](./bridgedb-spec.md)
- [`Extended ORPort for pluggable transports`](./ext-orport-spec.md)
-- [`Pluggable Transport Specification (Version 1)`](./pt-spec-intro.md)
+- [`Pluggable Transport Specification (Version 1)`](./pt-spec/index.md)
- [Introduction](./pt-spec/introduction.md)
- [Architecture Overview](./pt-spec/architecture-overview.md)
- [Specification](./pt-spec/specification.md)
@@ -140,7 +140,7 @@
# For C Tor only
-- [`The Tor Control Protocol`](./control-spec-intro.md)
+- [`The Tor Control Protocol`](./control-spec/index.md)
- [Protocol outline](./control-spec/protocol-outline.md)
- [Message format](./control-spec/message-format.md)
- [Commands](./control-spec/commands.md)
@@ -150,7 +150,7 @@
# Less commonly needed file formats
-- [`Tor Bandwidth File Format`](./bandwidth-file-spec-intro.md)
+- [`Tor Bandwidth File Format`](./bandwidth-file-spec/index.md)
- [Scope and preliminaries](./bandwidth-file-spec/scope-preliminaries.md)
- [Format details](./bandwidth-file-spec/format-details.md)
- [Definitions](./bandwidth-file-spec/definitions.md)
diff --git a/spec/bandwidth-file-spec-intro.md b/spec/bandwidth-file-spec/index.md
index 86563fa..86563fa 100644
--- a/spec/bandwidth-file-spec-intro.md
+++ b/spec/bandwidth-file-spec/index.md
diff --git a/spec/control-spec-intro.md b/spec/control-spec/index.md
index 8ce17b3..8ce17b3 100644
--- a/spec/control-spec-intro.md
+++ b/spec/control-spec/index.md
diff --git a/spec/dir-spec-intro.md b/spec/dir-spec/index.md
index 7d4b278..7d4b278 100644
--- a/spec/dir-spec-intro.md
+++ b/spec/dir-spec/index.md
diff --git a/spec/guard-spec-intro.md b/spec/guard-spec/index.md
index e9167bf..e9167bf 100644
--- a/spec/guard-spec-intro.md
+++ b/spec/guard-spec/index.md
diff --git a/spec/padding-spec-intro.md b/spec/padding-spec/index.md
index 70726a7..70726a7 100644
--- a/spec/padding-spec-intro.md
+++ b/spec/padding-spec/index.md
diff --git a/spec/path-spec-intro.md b/spec/path-spec/index.md
index 55e5df8..55e5df8 100644
--- a/spec/path-spec-intro.md
+++ b/spec/path-spec/index.md
diff --git a/spec/pt-spec-intro.md b/spec/pt-spec/index.md
index 64b999e..64b999e 100644
--- a/spec/pt-spec-intro.md
+++ b/spec/pt-spec/index.md
diff --git a/spec/rend-spec-intro.md b/spec/rend-spec/index.md
index 47e65aa..47e65aa 100644
--- a/spec/rend-spec-intro.md
+++ b/spec/rend-spec/index.md
diff --git a/spec/srv-spec-intro.md b/spec/srv-spec/index.md
index cb954ef..cb954ef 100644
--- a/spec/srv-spec-intro.md
+++ b/spec/srv-spec/index.md
diff --git a/spec/tor-spec-intro.md b/spec/tor-spec/index.md
index a81e1b9..a81e1b9 100644
--- a/spec/tor-spec-intro.md
+++ b/spec/tor-spec/index.md