home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / mail / multime / 366 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  3.6 KB

  1. Xref: sparky comp.mail.multi-media:366 comp.infosystems.gopher:1180 comp.infosystems.wais:638
  2. Newsgroups: comp.mail.multi-media,comp.infosystems.gopher,comp.infosystems.wais
  3. Path: sparky!uunet!ukma!netsys!pagesat!spssig.spss.com!news.oc.com!convex!connolly
  4. From: connolly@convex.com (Dan Connolly)
  5. Subject: Re: MIME and WWW?
  6. Sender: usenet@news.eng.convex.com (news access account)
  7. Message-ID: <1992Nov17.013751.15775@news.eng.convex.com>
  8. Date: Tue, 17 Nov 1992 01:37:51 GMT
  9. References: <1992Nov15.075116.22534@cas.org>
  10. Nntp-Posting-Host: pixel.convex.com
  11. Organization: Engineering, CONVEX Computer Corp., Richardson, Tx., USA
  12. X-Disclaimer: This message was written by a user at CONVEX Computer
  13.               Corp. The opinions expressed are those of the user and
  14.               not necessarily those of CONVEX.
  15. Lines: 66
  16.  
  17. In article <1992Nov15.075116.22534@cas.org> lvirden@cas.org (Larry W. Virden) writes:
  18. >
  19. >Anyone aware of any work being done to allow WWW (well, Viola in particular)
  20. >aware of the MIME format info?  Right now Viola is a hypertext presentation
  21. >format which can wander thru the internet zones presenting text, graphics, etc.
  22. >Gopher, WAIS, NNTP seem to be being investigated or integrated - just curious
  23. >about MIME.  Now if there were only a Unix based HGML editor...
  24.  
  25. Just to clarify: WWW, the World Wide Web, is a global hypertext project
  26. that defines a hypertext data format (HTML, the HyperText Markup
  27. Language), an addressing scheme that makes FTP, WAIS, gopher, NNTP, and HTTP
  28. (their own protocol) objects addressable, and provides some client and
  29. server software.
  30.  
  31. Viola is a multimedia authoring environment ala HyperCard. Pei Wei implemented
  32. a WWW client (browser) using Viola. I hear it's nifty.
  33.  
  34. The Gopher, WWW, and WAIS systems interoperate to some extent: you can
  35. send plain text files between them pretty easily. So we have the
  36. beginning of a global hypertext system.
  37.  
  38. There are various pilot projects to incorporate multimedia into these
  39. projects: several WAIS and Gopher servers offer GIF images and the like.
  40.  
  41. But these pilot projects usually consist of a specially modified client
  42. and server for each data type. For example, you can grab a special
  43. Gopher server configured to handle PICT files on a Mac, and if you
  44. have the associated special client, they can communicate.
  45.  
  46. I think some folks have done the same thing for WAIS. But you can't
  47. point the pict-capable gopher client at the pict-capable WAIS server
  48. and expect good results.
  49.  
  50. I have suggested to all of these groups that they use MIME as a substrate
  51. to bring the level of interoperability from plain text to multimedia,
  52. in order to turn this global hypertext system into a global
  53. hypermedia system.
  54.  
  55. The WAIS project seems willing to obsolete its type system ("TEXT"
  56. "GIF" etc.) in favor of the MIME type system ("text/plain" "image/gif"
  57. etc.). If the gopher and WWW projects do the same, we will
  58. be on our way...
  59.  
  60. By the way: there is a lot of damage that can be done by talking
  61. about "MIME format" carelessly. Lots of folks will think that
  62. gif images have to be encoded, and they have to add special headers
  63. and stuff to translate their data to "MIME format." Those restrictions
  64. only apply to the message/rfc-822 content type.
  65.  
  66. The MIME typing system is completely orthogonal to the transport
  67. issues of RFC-822 mail messages.
  68.  
  69. For example, on an appropriately configured system, you could
  70. invoke:
  71.  
  72. % metamail -b -c "image/gif" corvette.gif
  73.  
  74. or
  75.  
  76. % metamail -b -c "application/postscript" rfc-822.ps
  77.  
  78. where corvette.gif is a normal GIF file, and rfc-822.ps
  79. is a normal postscript file, and the files would be
  80. displayed by the appropriate utilities.
  81.  
  82. Dan
  83.