aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-11-07 18:46:35 +0000
committerNick Mathewson <nickm@torproject.org>2023-11-07 18:46:35 +0000
commit43a3a942de6ce625d52a43d544885fec167a2ade (patch)
treea12d76c6c4c3c88c691db3269b8bc4db888aee49 /spec
parentb0901b8989a27b715363dee4739800485132e370 (diff)
parent2a72214abedb0a81fa199b6a641f54af4728c83e (diff)
downloadtorspec-43a3a942de6ce625d52a43d544885fec167a2ade.tar.gz
torspec-43a3a942de6ce625d52a43d544885fec167a2ade.zip
Merge branch 'audience' into 'main'
STYLE: Add a section about the intended audience See merge request tpo/core/torspec!195
Diffstat (limited to 'spec')
-rw-r--r--spec/STYLE.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/spec/STYLE.md b/spec/STYLE.md
index d14f7f1..9fe4584 100644
--- a/spec/STYLE.md
+++ b/spec/STYLE.md
@@ -1,5 +1,27 @@
# Tor specifications: style and usage notes
+## Audience
+
+The primary intended audiences are:
+
+ * Programmers:
+ implementors of the Tor Protocols.
+ This includes both maintainers of existing implementations,
+ and people writing new implementations.
+
+ * Researchers:
+ people analysing the security of the Tor Protocols,
+ including both academic research and
+ practical security investigation.
+
+ * Expert users who wish to fully understand
+ the operation of their Tor software.
+ This includes users of clients and relays.
+
+ * Directory authority operators,
+ and others with a critical technical role
+ in the integrity of the Tor network.
+
## Scope and intentions