factor/library/httpd
Chris Double a0c7e80835 tidy up browser title.
put vocab and word name in browser titlebar.
update cont-responder documentation. Added information on 'show-final'
and updated examples that had suferred code rot (ie. Change use of
times*, succ, pred, [ | ], etc)..
remove setting of responder name in browser. The setting of the name
caused the browser-edit responder to jump to the browser responder when
a word was clicked..
added show-final to cont-responder.
add responder-items word for debugging in cont-responder.
changed expiry of cont-responder continuations. When the continuations
are expired they are now removed from the hash table. Previously each
request would rebuild the continuation table containing the non-expired
continuations..
convert from hashtables to typles in cont-responder.
move to using symbols for variable names in cont-responder.
convert USE: to USING: in cont-responder.
various minor cont-responder refactorings.
refactor init-cont-responder.
merge cont-get-responder and cont-put-responder into one.
refactor cont-get-responder.
fix cont-responder bug involving redirects. When a cont-responder
request for an expired page was made the  'redirect' flag was not
correctly reset. This resulted in initial  requests of a responder
redirecting when it wasn't supposed to.  Tidied up the area of redirects
and post-refresh-get pattern..
added use of show-final to todo-list.
2005-02-21 00:47:08 +00:00
..
browser-responder.factor tidy up browser title. 2005-02-21 00:47:08 +00:00
cont-responder.factor tidy up browser title. 2005-02-21 00:47:08 +00:00
default-responders.factor add browser style to words to allow browsing source. add browser and 2005-02-14 21:44:15 +00:00
file-responder.factor removed <filebr>, <filebw>, renamed <filecr> to <file-reader>, <filecw> to <file-writer> 2005-01-29 05:07:56 +00:00
html-tags.factor huge code cleanup 2004-12-19 08:04:03 +00:00
html.factor stream word renaming 2005-02-15 03:15:02 +00:00
http-common.factor stream word renaming 2005-02-15 03:15:02 +00:00
httpd.factor stream word renaming 2005-02-15 03:15:02 +00:00
quit-responder.factor stream word renaming 2005-02-15 03:15:02 +00:00
resource-responder.factor merged stack continuations combinators and logic vocabularies into kernel vocabulary 2004-12-11 00:29:07 +00:00
responder.factor [[ car cdr ]] syntax replaces [ car | cdr ] 2005-01-14 00:49:47 +00:00
test-responder.factor merged stack continuations combinators and logic vocabularies into kernel vocabulary 2004-12-11 00:29:07 +00:00
url-encoding.factor finally fix vector-and compilation 2005-01-13 22:28:29 +00:00