factor/basis/html/streams
Keith Lazuka d552ce8ef6 html.streams: the 'image' character stream style now generates an <img> HTML element
NOTE: You must manually copy your image resources to your web server
      such that the images are available from the "/images" root URL.
	  For example, if your resource is "vocab:definitions/icons/normal-word.tiff"
	  then it should be copied such that it is available via the following URL:
	  "http://myserver.org/images/basis/definitions/icon/normal-word.tiff"
	  (the original path is first normalized and then the Factor root prefix
	   is stripped away).

NOTE: Factor's definition-icons are in TIFF format, which appears to be
	  supported out-of-the-box by very few web browsers (namely Safari).
	  Perhaps we should switch from TIFF to GIF or PNG? Are these vocabs
	  ready to be used?
2009-09-22 09:06:56 -04:00
..
authors.txt Move web framework to basis 2008-09-04 18:15:13 -05:00
streams-docs.factor Rewrite html.streams to use xml.literals 2009-01-31 20:44:17 -06:00
streams-tests.factor Update documentation for stricter vocabulary search path semantics 2009-05-16 00:29:21 -05:00
streams.factor html.streams: the 'image' character stream style now generates an <img> HTML element 2009-09-22 09:06:56 -04:00
summary.txt Add missing meta-data 2008-09-23 16:11:59 -05:00
tags.txt Move web framework to basis 2008-09-04 18:15:13 -05:00