commit b4195a51a98f0c54efbbf9a9e5241cd4ce6f57a4 Author: Jacob Appelbaum jacob@appelbaum.net Date: Sat Jun 23 20:19:57 2012 -0700
Add glossary.txt - define terms we use everywhere in one place for clarity --- glossary.txt | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/glossary.txt b/glossary.txt new file mode 100644 index 0000000..c3fbf74 --- /dev/null +++ b/glossary.txt @@ -0,0 +1,22 @@ + + Glossary + + The Tor Project + +Note: This document aims to specify terms, notations or phrases related to Tor and The +Tor Project. + +This glossary is not a design document; it is only a reference. + +0. Preliminaries + + The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL + NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and + "OPTIONAL" in this document are to be interpreted as described in + RFC 2119. + +0.1 Commonly used Tor configuration terms + + ORPort - Onion Router Port + DirPort - Directory Port +
tor-commits@lists.torproject.org