home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 May / PCO_5_97.ISO / FilesBBS / OS2 / SSLURP10.ARJ / SSLURP10 / SSLURP10.ZIP / sslurp.HLP (.txt) < prev   
Encoding:
OS/2 Help File  |  1997-03-28  |  9.8 KB  |  347 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Sslurp! ΓòÉΓòÉΓòÉ
  3.  
  4.                                    Sslurp! 1.0
  5.  
  6. Sslurp! can retrieve Web pages from a HTTP (WWW) server. It can be configured 
  7. to follow all hyperlinks on the page that lead to other pages on the same 
  8. server. Images on the pages can be retrieved as well. All pages are stored on 
  9. disk and can be viewed later using your web browser. 
  10.  
  11. Sslurp! can make use of a proxy HTTP server, speeding up the whole procedure. 
  12. Sslurp! requires at least one HPFS partition! 
  13.  
  14. Topics: 
  15.  
  16.       The main window 
  17.       Common tasks 
  18.       Command line options 
  19.       For the techies 
  20.       Contacting the author 
  21.  
  22.  
  23. ΓòÉΓòÉΓòÉ 1.1. The main window ΓòÉΓòÉΓòÉ
  24.  
  25. On the main window you find the following elements: 
  26.  
  27.      A drop down list where you enter the URL. The last 15 URLs are saved. 
  28.       You can quickly enter an URL here by dragging an URL object from a WPS 
  29.       folder to this entry field. 
  30.      "Start", "Stop" and "Skip" buttons. 
  31.      A log window. Its contents are also stored in the log file. 
  32.      A status line. Its contents are: 
  33.         -  the current URL 
  34.         -  total number of data bytes retrieved 
  35.         -  total number of data bytes of the current URL 
  36.         -  number of bytes retrieved of the current URL 
  37.         -  number of URLs retrieved 
  38.         -  number of URLs tried 
  39.         -  number of URLs queued for inspection (estimated). 
  40.  
  41.  
  42. ΓòÉΓòÉΓòÉ 1.2. Common tasks ΓòÉΓòÉΓòÉ
  43.  
  44. Here's how to perform some common task with Sslurp!: 
  45.  
  46. I wan't to suck a complete web site. 
  47.  
  48. In the setup, enable "Follow links", "Inline images". Disable "Don't climb up". 
  49. Then enter the root URL of the site (e.g. "http://www.thesite.com/"), then 
  50. press "Start". 
  51.  
  52. I wan't to suck a subrange of a web site. 
  53.  
  54. In the setup, enable "Follow links", "Inline images" and "Don't climb up". Then 
  55. enter the URL of the site (e.g. "http://www.thesite.com/some/path/start.html"), 
  56. then press "Start". 
  57.  
  58. I wan't to suck a single web page with images, but only if it's changed. 
  59.  
  60. In the setup, disable "Follow links". Enable "Inline images" and "Modified 
  61. pages only". Then enter the URL of the page (e.g. 
  62. "http://www.thesite.com/pageofinterest.html"), then press "Start". 
  63.  
  64.  
  65. ΓòÉΓòÉΓòÉ 1.3. Command line options ΓòÉΓòÉΓòÉ
  66.  
  67. Sslurp! can be run in automated mode, i.e. it takes one or more URLs as program 
  68. parameters, downloads these pages according to the program options, and exits 
  69. when finished. 
  70.  
  71. The command line syntax is: 
  72.  
  73. SSLURP.EXE [Options] [<url> | @<listfile>]*
  74.  
  75. In other words, you can specify 
  76.  
  77.      options, 
  78.      one or more URLs, and 
  79.      one or more list files. Each line in a list file is interpreted as URL. 
  80.       Empty lines and lines starting with ';' are ignored. 
  81.  
  82.  The following command line options are supported: 
  83.  
  84.  -T<dir>   Retrieved items are stored in the given directory. 
  85.  
  86.  -L-       No links are followed 
  87.  
  88.  -Ls       Only links to the same server are followed 
  89.  
  90.  -Ld       Only links that are not pointing upward are followed 
  91.  
  92.  -La       All links are followed 
  93.  
  94.  -E["extensions"] Only links with one of the given file extensions are followed 
  95.  
  96.  -I+       Inline images are downloaded 
  97.  
  98.  -I-       Inline images are not downloaded 
  99.  
  100.  -Ia       Inline images are downloaded, even those on different servers 
  101.  
  102.  -A+       Applets are downloaded 
  103.  
  104.  -A-       Applets are not downloaded 
  105.  
  106.  -Aa       Applets are downloaded, even those on different servers 
  107.  
  108.  -U+       Only items newer than local copies are downloaded 
  109.  
  110.  -U-       All items are downloaded 
  111.  
  112.  -S<size>  Restricts downloaded items to <size> bytes 
  113.  
  114.  -S-       Downloads are not restricted by size 
  115.  
  116.  -D<number> Restricts followed links to <number> steps 
  117.  
  118.  -D-       Downloads are not restricted by link depth 
  119.  
  120.  Note: Command line options override options given in the setup. For options 
  121.  not given in the command line, the setup options are used. So if an option is 
  122.  turned on in the setup, you must explicitly switch it off to deactivate it. 
  123.  It's not sufficient to just leave out the command line option! Stored options 
  124.  are not modified by command line options. 
  125.  
  126.  When finished, Sslurp! returns one of the following ERRORLEVEL values: 
  127.  
  128.  0         Everything OK 
  129.  1         Invalid command line option 
  130.  2         Problem(s) with one of the list files 
  131.  10        Other error 
  132.  
  133.  
  134. ΓòÉΓòÉΓòÉ 1.4. For the techies ΓòÉΓòÉΓòÉ
  135.  
  136. Here's some technical information if you're interested: 
  137.  
  138.      Sslurp! uses HTTP 1.0. HTTP 0.9 is not supported. If some web site is 
  139.       still using a HTTP 0.9 server, its contents may be just as outdated, so 
  140.       you might not miss anything. HTTP 1.1 server replies are recognized. 
  141.  
  142.      Sslurp! only follows HTTP links, not FTP or others. 
  143.  
  144.      Sslurp! counts <IMG SRC=...> and <BODY BACKGROUND=...> as inline images. 
  145.  
  146.      If the file name of a retrieved page isn't specified, it's stored as 
  147.       INDEX.HTML. 
  148.  
  149.      The "Last-Modified" timestamp is stored in the file's EAs. The EA name is 
  150.       HTTP.LMODIFIED and is of type EAT_ASCII. 
  151.  
  152.      Some characters in the URL are converted when building the path name of 
  153.       the file. However, no conversion to FAT (8.3) names is performed! 
  154.  
  155.      If a page is redirected, the redirection is automatically followed, but 
  156.       only if the new location is on the same server! 
  157.  
  158.      Sslurp! has been developed on and tested with OS/2 Warp 4.0. It should 
  159.       also work with the following configurations: 
  160.  
  161.         -  Warp 3.0 with IAK 
  162.         -  Warp 3.0 with TCP/IP 2.0 
  163.         -  Warp 3.0 Connect (TCP/IP 3.0) 
  164.         -  Warp Server 
  165.  
  166.  
  167. ΓòÉΓòÉΓòÉ 1.5. Contacting the author ΓòÉΓòÉΓòÉ
  168.  
  169. Sslurp! was developed by Michael Hohner. He can be reached electronically at: 
  170.  
  171.  EMail:              miho@osn.de 
  172.  Fidonet:            2:2490/2520.17 
  173.  
  174.  
  175. ΓòÉΓòÉΓòÉ 2. File menu ΓòÉΓòÉΓòÉ
  176.  
  177.  Exit 
  178.            Ends the program. 
  179.  
  180.  
  181. ΓòÉΓòÉΓòÉ 3. Setup ΓòÉΓòÉΓòÉ
  182.  
  183.  Options 
  184.            Specify all program options. 
  185.  
  186.  
  187. ΓòÉΓòÉΓòÉ 3.1. Servers ΓòÉΓòÉΓòÉ
  188.  
  189.  Proxy 
  190.            Enter the host name of a proxy HTTP server. You may also specify a 
  191.            port number for the proxy server. Check Enable to finally use the 
  192.            server. Contact your service provider to get this data. 
  193.  
  194.            Note: Only enter the host name, not the URL (e.g. "proxy.isp.com", 
  195.            not "http://proxy.isp.com:123/")! 
  196.  
  197.  User name 
  198.            Enter your user ID here if your proxy server requires 
  199.            authentication. 
  200.  
  201.  Password 
  202.            Password for proxy authentication. 
  203.  
  204.  Email address 
  205.            Enter your EMail address. It is included in every request. Don't 
  206.            enter anything here if you don't want your EMail address to be 
  207.            revealed. 
  208.  
  209.  
  210. ΓòÉΓòÉΓòÉ 3.2. Paths ΓòÉΓòÉΓòÉ
  211.  
  212.  Path for retrieved data 
  213.            Path where retrieved pages and images are stored. This path and 
  214.            subpaths are created automatically. 
  215.  
  216.  
  217. ΓòÉΓòÉΓòÉ 3.3. Logging ΓòÉΓòÉΓòÉ
  218.  
  219. These options control logging. 
  220.  
  221.  Log file 
  222.            Path and name of the log file. 
  223.  
  224.  Additional information 
  225.            Log additional (but somewhat optional) messages 
  226.  
  227.  Server replies 
  228.            Log reply lines by the server 
  229.  
  230.  Debug messages 
  231.            Log messages used for debugging purposes (turn on if requested). 
  232.  
  233.  
  234. ΓòÉΓòÉΓòÉ 3.4. Options ΓòÉΓòÉΓòÉ
  235.  
  236. These settings influence which items will be downloaded and how it'll be done. 
  237.  
  238.  Follow links 
  239.            If checked, hyperlinks in retrieved pages are followed. Otherwise, 
  240.            Sslurp! retrieves one page only. 
  241.  
  242.            You can enter a set of extensions (separated by spaces, commas or 
  243.            semicolons) of items to retrieve. Links to items with other 
  244.            extensions are ignored. If you don't enter anything, all links are 
  245.            followed. 
  246.  
  247.            Example: With "htm html", Sslurp! only follows links to other HTML 
  248.            pages, but does not download other hyperlinked files. 
  249.  
  250.  same servers 
  251.            Only links to items on the same server are followed. 
  252.  
  253.  don't climb up 
  254.            Hyperlinks to items that are hierarchically higher than the initial 
  255.            URL are not followed. Otherwise, all links to items on the same 
  256.            server are followed. 
  257.  
  258.            Example: 
  259.  
  260.            If you started with http://some.site/dir1/index.html, and the 
  261.            current page is http://some.site/dir1/more/levels/abc.html, a link 
  262.            that points to http://some.site/otherdir/index.html wouldn't be 
  263.            followed, but a link to http://some.site/dir1/x/index.html would. 
  264.  
  265.  all 
  266.            All links (even those to other servers) are followed. Be very 
  267.            careful with this option! 
  268.  
  269.  Inline images 
  270.            If checked, inline images are also retrieved. 
  271.  
  272.  from other servers 
  273.            If checked, inline images located on other servers are also 
  274.            retrieved. Otherwise only images from the same server are 
  275.            downloaded. 
  276.  
  277.  Java applets 
  278.            If checked, java applets are also retrieved. 
  279.  
  280.  from other servers 
  281.            If checked, applets located on other servers are also retrieved. 
  282.            Otherwise only applets from the same server are downloaded. 
  283.  
  284.  Retrieve modified items only 
  285.            An item is only retrieved if it's newer than the local copy. 
  286.            Strongly recommended! 
  287.  
  288.  Max link depth 
  289.            Limits the depth of links to follow to the specified number. A level 
  290.            of "1" specifies the initial page. 
  291.  
  292.            Example: 
  293.  
  294.            If page A contains a link to B, and B contains a link to C, A would 
  295.            be level 1, B would be level 2 and C would be level 3. A maximum 
  296.            link depth of "2" would retrieve pages A and B, but not C. 
  297.  
  298.  Max size 
  299.            Limits the size of items to download. If the server announces the 
  300.            size and it's larger than the number specified, the item is skipped. 
  301.            If the server doesn't announce the size, the item is truncated when 
  302.            the maximum size is reached. 
  303.  
  304.  
  305. ΓòÉΓòÉΓòÉ 3.5. Server list ΓòÉΓòÉΓòÉ
  306.  
  307. A list of base URLs is displayed. 
  308.  
  309. Press New to add a new URL with settings. 
  310.  
  311. Press Change to change the settings of the selected URL. 
  312.  
  313. Press Delete to delete the selected URL. 
  314.  
  315.  
  316. ΓòÉΓòÉΓòÉ 3.6. Server ΓòÉΓòÉΓòÉ
  317.  
  318.  Base URL 
  319.            Set of URLs (this item and all items hierarchically below) for which 
  320.            these settings apply. This usually specifies a directory on a 
  321.            server. 
  322.  
  323.            Example: 
  324.  
  325.            If you enter "http://some.server/basedir", these settings apply to 
  326.            "http://some.server/basedir/page1.html", but not to 
  327.            "http://some.server/otherdir/b.html". 
  328.  
  329.  User name 
  330.            User name or user ID used for basic authorization. 
  331.  
  332.  Password 
  333.            Password used for basic authorization. 
  334.  
  335.  
  336. ΓòÉΓòÉΓòÉ 4. Help menu ΓòÉΓòÉΓòÉ
  337.  
  338.  General help 
  339.            Provides general help 
  340.  
  341.  Product information 
  342.            Displays name, version number, copyright information etc. 
  343.  
  344.  
  345. ΓòÉΓòÉΓòÉ 5. About ΓòÉΓòÉΓòÉ
  346.  
  347. This page intentionally left blank.