about summary refs log tree commit homepage
path: root/Documentation/design_www.txt
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-02-01 04:06:08 +0000
committerEric Wong <e@80x24.org>2016-02-01 04:06:08 +0000
commit4c808e262750b717e27e050cecaed0a44e780aa6 (patch)
tree6fe9fd82d49019b47c6a33dfbc2e9331d2a17500 /Documentation/design_www.txt
parent62572831b8f55d67f7db7d4de7a9654166765f7f (diff)
downloadpublic-inbox-4c808e262750b717e27e050cecaed0a44e780aa6.tar.gz
Add a few newlines for readability (perhaps at the expense of
economy).  Stop mentioning "Open Source" as it is redundant
and "Free Software" fits our goals, better.
Diffstat (limited to 'Documentation/design_www.txt')
-rw-r--r--Documentation/design_www.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/design_www.txt b/Documentation/design_www.txt
index 87631840..76015233 100644
--- a/Documentation/design_www.txt
+++ b/Documentation/design_www.txt
@@ -16,7 +16,7 @@ URL naming
 /$LISTNAME/$MESSAGE_ID/raw                -> raw mbox
 /$LISTNAME/$MESSAGE_ID/f/                 -> HTML content (full quotes)
 
-### Legacy endpoints (may be ambiguous given Message-IDs with similar suffies)
+### Legacy endpoints (may be ambiguous given Message-IDs with similar suffixes)
 /$LISTNAME/m/$MESSAGE_ID/                 -> 301 to /$LISTNAME/$MESSAGE_ID/
 /$LISTNAME/m/$MESSAGE_ID.html             -> 301 to /$LISTNAME/$MESSAGE_ID/
 /$LISTNAME/m/$MESSAGE_ID.txt              -> 301 to /$LISTNAME/$MESSAGE_ID/raw
@@ -45,6 +45,7 @@ of the original email.
 
 Guidelines for using limited HTML
 ---------------------------------
+
 We mainly use HTML for linking pages together with <a>.
 We also set <title> to make window management easier.