]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Documentation/design_www.txt
doc/design_www: remove item for auto-generated links
[public-inbox.git] / Documentation / design_www.txt
index 50c9731721d4c97ac72ce29e147c922305a7acbc..f04d31dc7a522de870461a6081819e713bf922dd 100644 (file)
@@ -24,6 +24,15 @@ Maybe TODO (these might be expensive)
 We use file name suffixes on all of these (except /) so URLs may easily
 cached/memoized using a static file server.
 
+Encoding notes
+--------------
+
+Raw HTML and XML should only contain us-ascii characters which render
+to UTF-8.
+
+Plain text (raw message) endpoints display in the original encoding(s)
+of the original email.
+
 Guidelines for using limited HTML
 ---------------------------------
 We mainly use HTML for linking pages together with <a>.
@@ -35,9 +44,6 @@ tends to be less readable with fixed-width serif fonts which GUI
 browsers default to.  So perhaps we will add different endpoints for
 variable-width fonts.
 
-* Do not build <a> links from user-generated-content, this prevents
-  public-inbox deployments from being turned into a spam linkfarm.
-
 * No graphics, images, or icons at all.  We tolerate, but do not
   encourage the use of GUIs.