X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Documentation%2Fdesign_www.txt;h=92897043ed85d80ae13578447b848bfe10bb889e;hb=43c0f38b8dc27254deb10204cf97d7af7e49d368;hp=a265a890bd21ec36c364f73087610428686ba4d7;hpb=e022d3377fd2c50fd9931bf96394728958a90bf3;p=public-inbox.git diff --git a/Documentation/design_www.txt b/Documentation/design_www.txt index a265a890..92897043 100644 --- a/Documentation/design_www.txt +++ b/Documentation/design_www.txt @@ -5,20 +5,22 @@ URL naming /$LISTNAME/?r=$GIT_COMMIT -> HTML only /$LISTNAME/atom.xml -> Atom feed +#### Optional, relies on Search::Xapian +/$LISTNAME/t/$MESSAGE_ID.html -> HTML content of thread + ### Stable endpoints /$LISTNAME/m/$MESSAGE_ID.html -> HTML content (short quotes) /$LISTNAME/m/$MESSAGE_ID.txt -> raw original /$LISTNAME/m/$MESSAGE_ID -> 301 to .html version /$LISTNAME/f/$MESSAGE_ID.html -> HTML content (full quotes) /$LISTNAME/f/$MESSAGE_ID -> 301 to .html version -/$LISTNAME/f/$MESSAGE_ID.txt -> 301 to m/$MESSAGE_ID.txt +/$LISTNAME/f/$MESSAGE_ID.txt -> 301 to ../m/$MESSAGE_ID.txt FIXME: we must refactor/cleanup/add tests for most of our CGI before adding more endpoints and features. Maybe TODO (these might be expensive) ------------------------------------- -/$LISTNAME/t/$MESSAGE_ID.html -> HTML content of thread /$LISTNAME/t/$MESSAGE_ID.mbox -> mbox content of thread We use file name suffixes on all of these (except /) so URLs may easily @@ -44,9 +46,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 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. @@ -59,7 +58,7 @@ variable-width fonts. * We only use CSS for one reason: wrapping pre-formatted text This is necessary because unfortunate GUI browsers tend to be - prone to layout widening. lynx is fine here without CSS :) + prone to layout widening. w3m is fine here without CSS :) No other CSS is allowed, especially with scary things like: http://thejh.net/misc/website-terminal-copy-paste