home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 January / Chip_Special_Best_Web_Sites_01-96.iso / pc / browser / os2 / webexplo / readme.1st < prev    next >
Text File  |  1995-09-28  |  22KB  |  541 lines

  1.                 WHAT'S NEW IN THE WEBEXPLORER
  2.  
  3. What's New in the WebExplorer V1.03
  4. -----------------------------------
  5.  
  6. Here are the contents of this file:
  7.  
  8. - Software requirements
  9. - Product contents
  10. - Product changes and fixes
  11. - Other product features
  12. - Frequently asked questions
  13.  
  14. Then there is the legal stuff:
  15.  
  16. - Product information
  17. - Publication edition notice
  18. - Distribution notice
  19. - Right to use
  20. - Software support
  21. - Acknowledgement
  22.  
  23. IBM WebExplorer is a world-wide web browser for OS/2 Warp.  This program
  24. supplies a graphically rich, interactive interface to the fascinating
  25. world of the Internet.  Using WebExplorer you can jump from one
  26. Internet location to another by simply selecting highlighted text or
  27. images in the main window.
  28.  
  29. Software Requirements
  30. ---------------------
  31.  
  32. This version will only run on OS/2 Warp 3.0, not previous releases
  33. of OS/2.  Please reboot after installation.
  34.  
  35. Operating system:
  36.  
  37. This program should only be installed on OS/2 Warp.  Do not attempt
  38. to install on OS/2 V2.x.  The install checks for OS/2 Warp as a
  39. requirement.  Do not try to circumvent this check since the
  40. WebExplorer V1.03 will not run on OS/2 2.x and will cause severe problems
  41. during installation with the OS/2 2.x version of the workplace shell.
  42.  
  43. Refer to the Distribution Notice in this document for instructions
  44. on obtaining a version of WebExplorer that will run on OS/2 V2.x.
  45.  
  46. TCP/IP:
  47.  
  48. This program requires one of the following
  49.  
  50.  - TCP/IP V3.0, which is a part of Warp Connect
  51.  
  52.  - Internet Connection for OS/2, which is included in all versions
  53.    of Warp including Warp Connect
  54.  
  55.  - TCP/IP V2.0
  56.  
  57. If you are using the Internet Connection, you MUST install either the
  58. "TCP/IP Base Update" package available via the "Retrieve Software
  59. Updates" icon or the fix for APAR PN71501 which is available via
  60. anonymous ftp from ftp.ibm.net as pub/pn71501/pn71501.zip.
  61.  
  62. If you are using TCP/IP 2.0, you MUST upgrade to the latest Corrective
  63. Service Diskette (CSD) for TCP/IP 2.0.  The latest CSD is level UN64092
  64. dated 8/30/94.  If you are not certain of the CSD level installed for
  65. TCP/IP, type "syslevel" at the OS/2 command prompt.  CSD UN64092
  66. is available via anonymous ftp from software.watson.ibm.com as
  67. files tcp20c1.exe, tcp20c2.exe, tcp20c3.exe and tcp20c4.exe in the
  68. pub/tcpip/os2 directory.  After installing the CSD you MUST install
  69. the fix for APAR PN71501 which is available via anonymous ftp from
  70. ftp.ibm.net as pub/pn71501/pn71501.zip.
  71.  
  72. Product Contents
  73. ----------------
  74.  
  75. /bin/explore.exe
  76. /bin/explore.ico
  77. /bin/viewstrt.exe
  78. /dll/WEBEXURL.DLL
  79. /help/EXPLORE.HLP
  80. /help/WEBEXURL.HLP
  81. /help/WEBNG.HTM
  82. /help/READ.ME
  83. /help/README.HTM
  84.  
  85. Product Changes and Fixes
  86. -------------------------
  87.  
  88. Changes from WebExplorer V1.02 to V1.03:
  89.  
  90. HTML Extensions
  91.  
  92. In addition to HTML V2.0, WebExplorer supports some tag extensions
  93. to enhance the format and visual appeal of your HTML documents.  The
  94. tags allow you to:
  95.  
  96.  - Center text in a document
  97.  - Specify attributes for horizontal rules
  98.  - Generate tables
  99.  - Define a background image for a document
  100.  - Define text, link, and background colors in a document
  101.  
  102. The following table lists the tag extensions supported and describes
  103. their use:
  104.  
  105.  Tag          Attribute    Description
  106.  ----------   ---------    --------------------------------
  107.  <CENTER>                  Centers text on a line.  </CENTER> is
  108.                            the closing tag.
  109.  
  110.  <HR>         SIZE=        Specifies the vertical thickness of a
  111.                            horizontal rule (in pixels)
  112.  
  113.               WIDTH=       Specifies the page width of a rule.  Define an
  114.                            exact number of pixels or a percentage of the
  115.                            page width (for example, 25%, 50%, and so on).
  116.  
  117.               ALIGN=       Aligns a rule to the left, right, or center
  118.  
  119.  <TABLE>                   Marks the start of a table.  </TABLE> is the
  120.                            closing tag.
  121.  
  122.               BORDER=      Generates a table border and divides columns
  123.                            and rows with horizontal and vertical rules.
  124.                            Specify the vertical thickness of the border
  125.                            in pixels.
  126.  
  127.  <CAPTION>                 Creates a table caption outside of the table.
  128.                            </CAPTION> is the closing tag.
  129.  
  130.  <TH>                      Defines a cell in the table heading
  131.  
  132.               COLSPAN=     Specifies the number of columns a cell spans
  133.  
  134.               ROWSPAN=     Specifies the number of rows a cell spans
  135.  
  136.               ALIGN=       Aligns the text in a cell (right, center, or
  137.                            left)
  138.  
  139.               NOWRAP       Keeps all cell text on one line.  Use <BR>
  140.                            tags within the text to force line breaks
  141.  
  142.  <TR>                      Marks the start of a table row (no closing
  143.                            tag)
  144.  
  145.  <TD>                      Marks the start of a table cell (table data).
  146.                            </TD> is the closing tag.
  147.  
  148.               COLSPAN=     Specifies the number of columns a cell spans
  149.  
  150.               ROWSPAN=     Specifies the number of rows a cell spans
  151.  
  152.               ALIGN=       Aligns the text in a cell (right, center, or
  153.                            left)
  154.  
  155.               NOWRAP       Keeps all cell text on one line
  156.  
  157.  <BODY>       BGCOLOR=     Specifies the background color of the
  158.                            document, using a six-digit hexadecimal
  159.                            string.  The string represents a mixture of
  160.                            red, green, and blue colors.  (The first pair
  161.                            of digits represents red, the second pair
  162.                            green, and the third pair blue).  A string
  163.                            in the form "#000000" generates a black
  164.                            background.  You can view different color
  165.                            mixtures using the Color Palette editor in
  166.                            OS/2 Warp.  This tag overrides the default
  167.                            settings in WebExplorer.
  168.  
  169.               BACKGROUND=  Points to a .gif image to use for the
  170.                            document background
  171.  
  172.               TEXT=        Specifies the color of the document text,
  173.                            using a six-digit hexadecimal string.  For
  174.                            example, the string "#CACA03" generates yellow
  175.                            text.  This tag overrides the default settings
  176.                            in WebExplorer.
  177.  
  178.               LINK=        Specifies the color of links in the document,
  179.                            using a six-digit hexadecimal string.  For
  180.                            example, the string "#FF0000" displays red
  181.                            document links.  This tag overrides the
  182.                            default settings in WebExplorer.
  183.  
  184.               VLINK=       Specifies the color of visited links in the
  185.                            document, using a six-digit hexadecimal
  186.                            string.  This tag overrides the default
  187.                            settings in WebExplorer.
  188.  
  189.  
  190. Enhanced Newsgroup Functions
  191.  
  192. WebExplorer now provides a full-function Newsgroup Manager.  This
  193. feature allows you to list the USENET newsgroups provided by your news
  194. server and to subscribe to your favorite groups.  The Newsgroup Manager
  195. monitors your subscriptions and reports the number of unread articles
  196. since your last session or update.  You can add or delete subscriptions
  197. at any time.
  198.  
  199. Before using the Newsgroup Manager, you need to specify the news server
  200. that Newsgroup Manager will use.  Select the Servers option from
  201. the Configure pull-down menu and enter the host name or IP address
  202. of the default news server you want to use.
  203.  
  204. To start the Newsgroup Manager, either:
  205.  
  206.  - Select Newsgroup Manager from the Navigate pull-down menu
  207.  - Enter the URL, newsrc:/
  208.  
  209. After selecting a newsgroup from the subscription list, you can load and
  210. browse a portion of the articles available or see all articles at once.
  211. The Next Thread and Previous Thread navigation options allow you to move
  212. forward and backward through the list of posted articles.  The Up Thread
  213. and Down Thread options allow you to follow a specific conversation
  214. thread.  Recognized protocols within the text are displayed as links,
  215. so you can go directly to them.  You also can send a response to a
  216. to a specific article in a newsgroup, as well as post your own articles.
  217. To post to a newsgroup, you must specify your Email address on the
  218. Configure Servers window.
  219.  
  220. To go directly to a newsgroup from the WebExplorer main window, enter
  221. the news: protocol followed by the newsgroup URL.
  222.  
  223. NOTE:  The Newsgroup Manager can share files with the IBM NewsReader/2
  224. program, which allows each program to access your current newsgroup
  225. subscription list.
  226.  
  227. Send Mail Option
  228.  
  229. A Send Mail option has been added to the Navigate pull-down menu.  This
  230. option displays the same window as the mailto: protocol.
  231.  
  232. Disabling a Proxy Server Configuration with Cached Documents
  233.  
  234. If you disable your proxy server configuration after caching one or more
  235. documents obtained from the server, you will encounter a problem when you
  236. try to access the cached documents.  To remedy the problem, exit
  237. WebExplorer after you disable the proxy server configuration, and then
  238. restart the program.
  239.  
  240. Changes from WebExplorer V1.01 to V1.02:
  241.  
  242. Drag and Drop Support
  243.  
  244. You can use the drag and drop function to capture images and HTML
  245. from an open document and place them on your desktop where you can
  246. save, maintain, and reuse them.
  247.  
  248.  - To capture an image: place the cursor over an image, press
  249.    and hold the right mouse button, drag the image to the desired
  250.    location, and release.
  251.  
  252.  - To capture HTML: place the cursor anywhere in the document except
  253.    over an image, press and hold the Ctrl key and the right mouse button
  254.    simultaneously, drag the image to the desired location, and release.
  255.  
  256. You can also maintain frequently used documents on your desktop
  257. by using the URL drag and drop feature.  This allows you to drop the
  258. URL for a document on a file folder or any other place on your OS/2 Warp
  259. desktop to create a URL Workplace Shell Object.
  260.  
  261.  - To drag a URL from WebExplorer:  move the cursor onto the WebExplorer
  262.    window over any location except an image, press and hold the right
  263.    mouse button, move the cursor (and object) to the desired location
  264.    and release.
  265.  
  266. Once you have created a URL Workplace Shell object you can:
  267.  
  268.  - Drop the URL object onto an unopened WebExplorer icon and WebExplorer
  269.    will open with the document at that URL.
  270.  
  271.  - Drag and drop a URL onto an open WebExplorer window and it will open
  272.    the document at that URL.
  273.  
  274.  - Double-click on the WebExplorer URL Workplace Shell object to change
  275.    the Settings Notebook for the icon.
  276.  
  277. NOTE:  Many applications, such as editors, do not allow copy-based drag
  278. operations and you will not be able to directly drop HTML, images, or
  279. URLs onto them.  Instead, drag and drop them to the desktop first and
  280. then drag them to the application.
  281.  
  282. Options for Loading Text and Images
  283.  
  284. Text and graphics can now display as soon as they are received from
  285. the network.  Using the Configure Loading option from the Configure
  286. pull-down menu, you can:
  287.  
  288.  - Specify whether you want to preview the document before images
  289.    are loaded (fast load) or wait until the entire document is loaded
  290.    to see it.
  291.  
  292.  - Specify if you want to display images while loading (streaming
  293.    graphics) or wait until the images are complete before they display.
  294.  
  295. The fast load method displays the text and puts place holders for the
  296. images which take longer to load.  If the graphics were created with
  297. height and width tags, WebExplorer will automatically display the
  298. correct amount of space for them.  Otherwise, it will reformat the
  299. display to fit the graphics as they come in.
  300.  
  301. Streaming graphics is independent of the fast load method.  It controls
  302. how images are drawn once they begin to display.  If you select streaming
  303. graphics, you can also whether you want GIF interlaced images to be drawn
  304. as precise or smeared.
  305.  
  306. NOTE:  The TIFF graphical format is no longer supported.
  307.  
  308. Color Palette Management
  309.  
  310. The -p option allows you to enable color palette management.  When you
  311. start WebExplorer with this option, it uses its own 'best' set of
  312. colors rather than the system default palette or the last palette loaded
  313. by another application.
  314.  
  315. Mailto Support
  316.  
  317. There are two ways you can send mail to other users on the internet:
  318.  
  319.  - By clicking on a mail address (userid@domain) when it appears as
  320.    a highlighted link in a document.
  321.  
  322.  - By specifying the mailto protocol and a mail address
  323.    (mailto:user@domain) as a document URL.  Select Open document
  324.    (URL) from the File pull-down menu or use the current URL area under
  325.    the Tool Bar.
  326.  
  327. Either of these will display a mailto window in which you
  328. can type your correspondence.
  329.  
  330. NOTE:  You must have your Email address specified.  To do this, select
  331. Servers from the Configure pull-down menu to get the Configure Servers
  332. window.
  333.  
  334. Hierarchical Display of News Reader Articles
  335.  
  336. News reader articles are displayed as a hierarchical tree of
  337. conversations.  For example, one person posts an article, then someone
  338. replies, then someone replies to them, and so on.  This function is
  339. available to WebExplorer only when the news server supports it.
  340.  
  341. News Posting Support
  342.  
  343. You can post a response to a news group by clicking on an entry in a
  344. news group list and selecting "Post to newsgroup(s)".  This will display
  345. a newspost window in which you can type your correspondence.
  346.  
  347. NOTE:  You must have your Email address and News Server specified.
  348. Select Servers from the Configure pull-down menu to get the Configure
  349. Servers window.
  350.  
  351. Disable/Enable Proxy and Socks Servers Configuration
  352.  
  353. If you need to disable your proxy or socks server configuration
  354. to communicate to a specific server, you can use check boxes so that
  355. you do not have to re-type the name of the proxy or socks server to
  356. reenable it.
  357.  
  358. If you are currently using Proxy or Socks, you will need to check
  359. the enable check box in the Configure/Servers menu item.
  360.  
  361.  
  362. Other Product Features
  363. ----------------------
  364.  
  365. - HTML/2 and HTTP/1 Compliance
  366.  
  367.   The WebExplorer supports all markup in the HTML/2.0 standard,
  368.   including forms, ISO-Latin-1 fonts, inline graphics,
  369.   glossaries, and more.  Since some documents on the Internet are
  370.   not compliant with the proposed standard, the WebExplorer
  371.   attempts to clean up the document by introducing markup where
  372.   appropriate.  While we claim to handle all correct markup, we
  373.   may not handle incorrect markup in the same way that other browsers
  374.   do.  We also support HTTP/1.0 which includes GET and POST
  375.   access methods, image maps, and MIME headers.  IBM is committed
  376.   to supporting these public standards as they evolve.
  377.  
  378. - Color WYSIWYG Printing
  379.  
  380.   Advanced image processing techniques are used to accurately
  381.   display images and text on both color and monochrome printers.
  382.   The entire document is also reformatted on the fly to exactly
  383.   fit the margins of the printer, producing high-quality output
  384.   for archival or hardcopy distribution of Web documents.
  385.  
  386. - Total Configurability
  387.  
  388.   The size, position, colors, fonts, quick list selections,
  389.   network servers, and home page are all remembered between uses
  390.   of the WebExplorer in the EXPLORE.INI file.  By using the -i
  391.   flag when starting the WebExplorer, users can specify a
  392.   particular .INI file to use.  This allows a network
  393.   administrator to make one copy of the executable file
  394.   accessible by users, while each user can maintain individual
  395.   .INI files on their local disk.
  396.  
  397. Frequently Asked Questions (FAQ)
  398. --------------------------------
  399.  
  400. Question:  Every time I start WebExplorer I get following
  401. message:  "The nameserver gave us garbage.  'File:  EXPLORE.EXE'
  402. has been abandoned.  WebExplorer still works after this message.
  403.  
  404. Answer:  This happens when you install the WebExplorer package
  405. from ftp.ibm.net on top of a version installed via Retrieve
  406. Software Updates.  The Retrieve Software Updates version can
  407. assume that it is installing on top of the WARP IAK and thus
  408. fills in the settings for the WebExplorer program objects as
  409. follows:
  410.  
  411.    Path and file name:  linkup.exe
  412.    Parameters:  explore.exe
  413.  
  414. Linkup is the program that checks for a current SLIP or PPP
  415. connection before starting the program given as a parameter.
  416. Since TCP/IP 2.0 customers don't have linkup.exe and the WebExplorer
  417. package is meant to install on top of TCP/IP 2.0, its install fills out
  418. the program icon as follows:
  419.  
  420.    Path and file name: explore.exe
  421.  
  422. It does not clear out the parameters entry since the user may
  423. have added some.  But this causes the problem you see since if
  424. you install in the order mentioned above you get:
  425.  
  426.    Path and file name: explore.exe
  427.    Parameters: explore.exe
  428.  
  429. In this case you get the error you're seeing.  Thus to avoid this
  430. problem just update the settings to use linkup.exe or remove
  431. explore.exe as a parameter.
  432.  
  433. The WWW Frequently Asked Questions (FAQ) document resides on
  434. the World Wide Web and is updated frequently.
  435. (http://sunsite.unc.edu/boutell/faq/www_faq.html)
  436.  
  437. Product Information
  438. -------------------
  439.  
  440. IBM* WebExplorer for OS/2 Warp
  441.  
  442. Licensed Materials - Property of IBM
  443.  
  444. (C) Copyright IBM Corp.  1994, 1995.  All Rights Reserved.
  445.  
  446. *IBM is a registered trademark of International Business Machines
  447. Corporation.
  448.  
  449. This product includes computer software created and made available
  450. by CERN.  This acknowledgement shall be mentioned in full in any
  451. product which includes the CERN computer software included herein
  452. or parts thereof.
  453.  
  454. Publication Edition Notice
  455. --------------------------
  456.  
  457. (C) Copyright IBM Corp. 1994, 1995. All rights reserved.
  458.  
  459. US Government Users Restricted Rights - Use, duplication or
  460. disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  461.  
  462. Distribution Notice
  463. -------------------
  464.  
  465. WebExplorer is NOT to be redistributed.  WebExplorer is copyright
  466. material and shall only be distributed from IBM designated sites.
  467. You should frequently check the distribution sites listed below
  468. for updated versions of this software.
  469.  
  470. Listed below are the IBM designated distribution sites:
  471.  
  472. 1) By anonymous FTP from ftp.ibm.net.  Login as user "anonymous".
  473. Change directory to pub/WebExplorer.  See the README.1ST file which
  474. will describe the latest version(s).  Download the appropriate file.
  475. Unzip this file in a temporary directory and run WEBINST.EXE to install.
  476. You must reboot after installing.
  477.  
  478. This ftp site contains versions of WebExplorer that run on OS/2 2.x.
  479. Version 1.01 (web101.zip) is the last production version and V950331
  480. is the last beta version that will run on OS/2 2.x.
  481.  
  482. Beta versions have version labels according to the date the code was
  483. built.  Thus, version 950525 was built on May 25, 1995.  New BETA
  484. versions are announced by a post to the comp.os.os2.networking.tcp-ip
  485. newsgroup.
  486.  
  487. 2) By the "Retrieve Software Updates" icon in the Internet Connection
  488. for OS/2 in the OS/2 WARP Bonus Pack.  Click on this icon and then
  489. select the WebExplorer package to download and automatically install.
  490. At times a beta version may be available as well as the production
  491. version.  You must reboot after installing.
  492.  
  493. Right to Use
  494. ------------
  495.  
  496. You are granted the right to use the this version of the
  497. WebExplorer software.  You may not disassemble, decompose,
  498. reverse engineer, or alter this file or any of the other files in
  499. the package.  This includes, but is not limited to modifying any
  500. icons, menus, or displays associated with the software.
  501.  
  502. This version of the WebExplorer software is provided FOR
  503. EVALUATION ONLY and cannot be sold.  This restriction does not
  504. apply to connect time charges, or flat rate connection/download
  505. fees for electronic bulletin board services or Internet dial-in
  506. services.  This software can not be bundled with any commercial
  507. package without express written permission from International
  508. Business Machines Corporation.
  509.  
  510. Software Support
  511. ----------------
  512.  
  513. IBM accepts no responsibility for damages resulting from the use
  514. of this software and makes no warranty or representation, either
  515. express or implied, including but not limited to, any implied
  516. warranty of merchantability or fitness for a particular purpose.
  517. This software is provided "AS IS", and you, its user, assume all
  518. risks when using it.
  519.  
  520. There is no phone support for Beta versions of WebExplorer.  You are
  521. encouraged to make use of the Internet Newsgroups for problem
  522. determination, frequently asked questions, and bug reports.  IBM makes
  523. no guarantee to fix any software defects reported in these forums.  We
  524. ask you to read and post to the comp.os.os2.networking.tcp-ip news
  525. group.  Please include the Beta version number with your note.  You
  526. can get the version number by selecting Product Information from the
  527. help menu.
  528.  
  529.  
  530. Acknowledgement
  531. ---------------
  532.  
  533. The IBM WebExplorer for OS/2 Warp is based in part on the work of
  534. the Independent JPEG Group.
  535.  
  536. The IBM Internet Connection for OS/2 incorporates compression code
  537. by the Info-ZIP group.  There are no extra charges or costs due to the
  538. use of this code, and the original compression sources are freely
  539. available from CompuServe in the OS2USER forum and by anonymous FTP
  540. from the Internet site ftp.uu.net:/pub/archiving/zip.
  541.