wwwoffled.man
上传用户:seven77cht
上传日期:2007-01-04
资源大小:486k
文件大小:3k
源码类别:

浏览器

开发平台:

Unix_Linux

  1. ." $Header: /home/amb/wwwoffle/RCS/wwwoffled.man 2.6 1999/08/29 17:59:12 amb Exp $
  2. ."
  3. ."  WWWOFFLE - World Wide Web Offline Explorer - Version 2.5.
  4. ."
  5. ."  Manual page for wwwoffled
  6. ."
  7. ."  Written by Andrew M. Bishop
  8. ."
  9. ."  This file Copyright 1997,98,99 Andrew M. Bishop
  10. ."  It may be distributed under the GNU Public License, version 2, or
  11. ."  any higher version.  See section COPYING of the GNU Public license
  12. ."  for conditions under which this file may be redistributed.
  13. ."
  14. .TH wwwoffled 8 "August 29th, 1999"
  15. .SH NAME
  16. wwwoffled - A proxy server for the World Wide Web Offline Explorer.
  17. .SH SYNOPSIS
  18. .B wwwoffled
  19. .B [-h]
  20. .B [-c <config-file>]
  21. .B [-d [<log-level>]]
  22. .B [-p]
  23. .SH DESCRIPTION
  24. .I wwwoffled
  25. is a proxy HTTP server for the
  26. .I
  27. World Wide Web Offline Explorer program.  Using a standard web browser with the
  28. HTTP proxy set to the wwwoffled server, web pages can be requested while not
  29. connected to the internet.
  30. .LP
  31. When the computer is connected to the internet, the server will fetch the web
  32. pages requested by the browser and also store them in the cache.  When the
  33. computer is not connected, browsing of the pages in the cache is still possible,
  34. and links can be followed.  This causes the request for the page to be stored by
  35. the proxy server until a later time when the computer is connected and the pages
  36. are fetched non-interactively.
  37. .LP
  38. Pages that are requested from a server on the same host (localhost) are not
  39. cached, and are always fetched fresh from the server.
  40. .LP
  41. There is a welcome page at the URL http://localhost:8080/ that contains some
  42. information about the program and links to the cache index, interactive refresh
  43. page, interactive control page and WWWOFFLE internet home page.
  44. .LP
  45. The pages that are stored in the cache can be indexed by using the URL
  46. http://localhost:8080/index/ to get a list of the hosts that have cached pages.
  47. The index allows sorting of the pages into time or alphabetical order, by
  48. following links from this page.  There is also indexes available showing the
  49. pages that have beem modified in the last week, those fetched last time online
  50. and those requests that are waiting to be fetched next time online.
  51. .LP
  52. The functions available from the wwwoffle(1) program for fetching URLs are also
  53. available in the interactive refresh page at http://localhost:8080/refresh/.
  54. .LP
  55. The functions available from the wwwoffle(1) program for controlling the
  56. wwwoffled program are also available in the interactive control page at
  57. http://localhost:8080/control/.
  58. .SH OPTIONS
  59. .TP
  60. .B -h
  61. A help message is printed giving a brief description of the usage of the
  62. program.
  63. .TP
  64. .B -c <config-file>
  65. The configuration for the program is stored in a configuration file
  66. wwwoffle.conf(5).  This argument specifies to the program the name of that file.
  67. Sending a HUP signal to the demon will cause this config file to be re-read.
  68. .TP
  69. .B -d [<log-level>]
  70. Do not detach from the terminal when starting and report error messages on
  71. standard error.  The log-level is a number from 0 (for no output on stderr) to 5
  72. (for debugging output on stderr).  If this is not specified then the log-level
  73. in the config file is used.
  74. .TP
  75. .B -p
  76. Print the pid of the daemon process on stdout. This option cannot be used
  77. with option fB-dfR.
  78. .SH FILES
  79. /var/spool/wwwoffle/wwwoffle.conf The wwwoffle.conf(5) configuration file.
  80. .SH SEE ALSO
  81. wwwoffle(1), wwwoffle.conf(5)
  82. .SH AUTHOR
  83. Andrew M. Bishop 1996,1997,1998,1999 (amb@gedanken.demon.co.uk)