home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / comm / cello.zip / R8ANN.TXT < prev    next >
Text File  |  1993-11-05  |  6KB  |  149 lines

  1. Folks:
  2.  
  3. Cello Beta Version .8 is hereby released.  You can obtain it 
  4. from ftp.law.cornell.edu, directory /pub/LII/Cello.
  5.  
  6. A note on the version numbers; Distinct version discontinued
  7. ------------------------------------------------------------
  8. Beta version r8 is the successor to Winsock version r6, and to 
  9. the Distinct version beta 7.  There will be no continuation of 
  10. the Distinct version;  Cello is now exclusively Winsock-based.
  11. The files and messages on ftp.law.cornell.edu have been 
  12. appropriately adjusted.
  13.  
  14. PLEASE NOTE that documentation in the online help system still 
  15. incorporates the installation instructions for the Distinct 
  16. version, a  problem which will be attacked next (this is 
  17. getting us a lot of mail).
  18.  
  19. What it is:
  20. -----------
  21. Cello is a multipurpose Internet browser which permits you to 
  22. access information from many sources in many formats.  
  23. Technically, it's a WorldWideWeb client application.  This 
  24. means that you can use Cello to access data from WorldWideWeb, 
  25. Gopher, FTP, and CSO/ph/qi servers, as well as X.500 directory 
  26. servers, WAIS servers, HYTELNET, TechInfo, and others through external 
  27. gateways.  You can also use Cello and the WWW-HTML hypertext 
  28. markup standard to build local hypertext systems on LANS, on 
  29. single machines, and so on.  Cello also permits the 
  30. postprocessing of any file for which you've set up an 
  31. association in the Windows File Manager -- for example, if you 
  32. download an uncompressed Microsoft Word file from an FTP site, 
  33. and the appropriate association exists in File Manager, Cello 
  34. will run MS-Word on it for you.  This same capability is used 
  35. to view graphics and listen to sound files you get from the Net.
  36.  
  37. Repaired in this release:
  38. ------------------------
  39.  
  40. -- FTP timeouts adjusted to reflect reality for those on slow 
  41. links.
  42.  
  43. -- Lagging-dot in DNS names is now removed by Cello, and won't 
  44. interfere with those Winsocks which don't understand it.
  45.  
  46. -- Several very minor bugs involving display.
  47.  
  48. Not yet repaired/enhanced:
  49. --------------------------
  50.  
  51. --Numerous user-requested enhancements to FTP handling, including 
  52. non-anonymous login and the ability to get short ("ls" not 
  53. "ls -l") listings for servers whose long listings don't make 
  54. sense.
  55.  
  56. --Printing bugs.  In particular, inlined images don't print 
  57. yet.  Some minor bugs with font sizes and whatnot were repaired 
  58. in the current release, but the whole thing needs a good 
  59. going-over.
  60.  
  61.  
  62. Added/enhanced in this version:
  63. ------------------------------
  64.  
  65. -- Inline image support.
  66.  
  67.  Cello supports inlining of .GIF, .XBM (X bitmap), .BMP, and 
  68. .PCX images.  The latter should be particularly useful to 
  69. information providers who wish to serve local files only or who 
  70. have a PC-based graphics library.  Autofetching of graphics can 
  71. be turned off by menu choice, and dithering may be substituted 
  72. for quantizing in the case of 24-bit images, which ought to 
  73. speed up rendition quite a bit.
  74.  
  75. There are still a few glitches having to do with color.  Cello 
  76. resolves palette differences between images by loading a 
  77. scaled, representative 256-color palette and essentially 
  78. insisting that everyone adhere to it.  Most of the time this 
  79. provides fairly accurate color rendition, but experimentation 
  80. shows that some shades don't do well.  The subtle oranges used 
  81. in some of the O'Reilly GNN icons seem to suffer badly, for 
  82. instance.  The future alternative to this scheme will be to 
  83. mutually-resolve all images onscreen at any particular moment, 
  84. but that won't be in place for a couple of weeks yet, and is 
  85. likely to slow performance in any case.  Art-book publishers 
  86. will probably want to wait.
  87.  
  88. -- DDE server support.
  89.  
  90. You can invoke Cello from other applications which support the 
  91. DDE execute command.  Here's how you'd do it with an MS-Word 
  92. macro:
  93.  
  94. Sub MAIN
  95. ChanNum = DDEInitiate("Cello", "URL")
  96. DDEExecute(ChanNum, "http://www.law.cornell.edu")
  97. DDETerminate(ChanNum)
  98. End Sub
  99.  
  100. As you can see, the DDE service name is "Cello", the topic is 
  101. "URL", and the data sent in the execute command is a URL.
  102.  
  103. Needless (perhaps) to say, OLE support and DDE client support 
  104. are planned in the near future.
  105.  
  106. -- TN3270 via external application.
  107.  
  108. Cello now supports TN3270 via an external application, a 
  109. feature which was prompted by the appearance of a 
  110. freely-distributed TN3270 for Windows (see 
  111. comp.protocols.tcp-ip.ibmpc for announcements and location).  
  112. Cello expects the same #h and #p parameters used in the 
  113. "Use your own Telnet client" menu choice.
  114.  
  115.  
  116. -- Locatable style and bookmark files
  117.  
  118.  By popular request of long-suffering network administrators, 
  119. there are now options in the CELLO.INI file to set the location 
  120. for style and bookmark files.  These are also menu-accessible.
  121. Examples:
  122.  
  123. BookmarkFile=c:\somedir\cello.bmk
  124. StyleFile=c:\another\dir\cello.sty
  125.  
  126.  
  127. -- Bookmark-dump-to-file feature.
  128.  
  129. There is now a button in the Bookmark dialog which will dump 
  130. your entire bookmark list to an HTML file for subsequent 
  131. editing into whatever you like, possibly an alternate home page.
  132.  
  133.  
  134. Coming attractions:
  135. ------------------
  136.  
  137. The sheer volume of user mail has convinced me that it's 
  138. probably time to have an online help system which reflects some 
  139. small corner of reality (grin).  Documentation will be fixed 
  140. before anything else.
  141.  
  142. OLE, FTP enhancements, and DDE client features will follow.
  143.  
  144. Have fun with it.
  145.  
  146. Tb.
  147.  
  148.  
  149.