README
上传用户:seven77cht
上传日期:2007-01-04
资源大小:486k
文件大小:6k
源码类别:

浏览器

开发平台:

Unix_Linux

  1.           WWWOFFLE - World Wide Web Offline Explorer - Version 2.5e
  2.           =========================================================
  3. These are miscellaneous files/scripts that can be used with WWWOFFLE.
  4. Contents:
  5.         Debian Startup (I)
  6.         Debian Startup (II)
  7.         Redhat Startup
  8.         Slackware Startup (or other BSD style system)
  9.         S.u.S.E. Startup
  10.         PPPD Start and Stop
  11.         Post WWWOFFLE Script
  12.         WWWOFFLE Usage monitoring
  13.         ISP Configuration
  14.         Log File PID Search
  15.         KPPP Scripts
  16.         Mark URLs not to be purged
  17. Note: I did not write or check all of these scripts, they were supplied to me by
  18.       the authors named below.
  19. Debian Startup (I)
  20. ------------------
  21. Filename:    debian-start-stop1
  22. Contributed: Joerg Wittenberger <Joerg.Wittenberger@inf.tu-dresden.de>
  23. > [The script is] Usually called like the system those belong to, e.g., 'bind',
  24. > 'nfs', 'apache'; `wwwoffle' would be a good choice.
  25. >
  26. > Those script go into the `init.d' directory. It's usually either
  27. > '/etc/init.d' because it comprises the system configuration or under
  28. > '/sbin/init.d', or '/usr/sbin/init.d' because to be exact only
  29. > symlinks within the rc<runlevel>.d are the actual config data.
  30. Debian Startup (II)
  31. -------------------
  32. Filename:    debian-start-stop2
  33. Contributed: Remo Petritoli <petritoli@iol.it>
  34. This is a modified version of the one above with some extra features.
  35. Redhat Startup
  36. --------------
  37. Filename:    redhat-init
  38. Contributed: Gianpaolo Macario <macario@tin.it> [Redhat package maintainer]
  39.              Peter Stamfest <e9125730@student.tuwien.ac.at>
  40. > [Name the file] /etc/rc.d/init.d/wwwoffle.init [and make the links]
  41. > ln -sf ../init.d/wwwoffle.init /etc/rc.d/rc3.d/S95wwwoffle.init
  42. > ln -sf ../init.d/wwwoffle.init /etc/rc.d/rc0.d/K17wwwoffle.init
  43. > ln -sf ../init.d/wwwoffle.init /etc/rc.d/rc1.d/K17wwwoffle.init
  44. > ln -sf ../init.d/wwwoffle.init /etc/rc.d/rc6.d/K17wwwoffle.init
  45. Slackware Startup (or other BSD style system)
  46. ---------------------------------------------
  47. Filename:    slackware-rc.local
  48. Contributed: Andrew M. Bishop <amb@gedanken.demon.co.uk> [WWWOFFLE Author]
  49. If you have a Slackware system (or other BSD style system) then you can start
  50. wwwoffled by putting it in the rc.local file.  The slackware-rc.local file
  51. should be appended to the /etc/rc.d/rc.local (or /etc/rc.local) file.
  52. It is not important that the wwwoffled demon is killed when the computer is
  53. shutdown.
  54. S.u.S.E. Startup
  55. ----------------
  56. Filename:    suse-start-stop
  57. Contributed: Andreas Kupries <a.kupries@westend.com>
  58. > this is the file and the links I am using to start/stop wwwoffled
  59. > during boot/shutdown of my machine (distribution is `S.u.S.e 4.4.1`).
  60. > rc2.d/K18wwwoffle -> ../wwwoffle
  61. > rc2.d/S18wwwoffle -> ../wwwoffle
  62. > rc3.d/K18wwwoffle -> ../wwwoffle
  63. > rc3.d/S18wwwoffle -> ../wwwoffle
  64. PPPD Start and Stop
  65. -------------------
  66. Filenames:   ppp-ip-up & ppp-ip-down
  67. Contributed: Andrew M. Bishop <amb@gedanken.demon.co.uk> [WWWOFFLE Author]
  68. If you use PPP then there will be scripts that the pppd program will run when
  69. the link is connected and before it is disconnected.  These can be used to set
  70. the wwwoffled demon online and offline automatically and to fetch the pages that
  71. have been requested.
  72. The file ppp-ip-up should be appended to the /etc/ppp/ip-up file and the
  73. ppp-ip-down file should be appended to the /etc/ppp/ip-down file.
  74. Post WWWOFFLE Script
  75. --------------------
  76. Filename:    post-wwwoffle.sh
  77. Contributed: Andrew M. Bishop <amb@gedanken.demon.co.uk> [WWWOFFLE Author]
  78. If this script is run after WWWOFFLE is taken offline it will examine the files
  79. that were downloaded while online and can be used to display them.
  80. WWWOFFLE Usage monitoring
  81. -------------------------
  82. Filename:    audit-usage.pl
  83. Contributed: Andrew M. Bishop <amb@gedanken.demon.co.uk> [WWWOFFLE Author]
  84. This script can be run on the WWWOFFLE logfile created by running WWWOFFLE with
  85. debugging output enabled.  It will report the URLs that were requested, what
  86. mode the wwwoffled program is in, which host the request came from and which
  87. user requested them if AllowedConnectUsers section of the configuration file is
  88. used.
  89. Running wwwoffled as shown below gives a logfile with the information required.
  90. wwwoffled -d 4 >  wwwoffled.log 2>&1    # sh/bash Shells
  91. wwwoffled -d 4 >& wwwoffled.log         # csh/tcsh Shells
  92. ISP Configuration
  93. -----------------
  94. Filename:    wwwoffle-config.pl
  95. Contributed: Christian Zagrodnick <zagy@vodoo.boerde.de>
  96. # With wwwoffle-config you can have different configurations for wwwoffle
  97. # in one single file. 
  98. #
  99. # There are two ways of configuring now: `#//+' and `#//-'
  100. # With #//+ the leading `#' in the NEXT line will be removed.
  101. # With #//- the next line will be preceeded with a `#'
  102. Log File PID Search
  103. -------------------
  104. Filename:    log-pid.pl
  105. Contributed: Andrew M. Bishop <amb@gedanken.demon.co.uk> [WWWOFFLE Author]
  106. A Perl script to parse the WWWOFFLE log file output and find all references to
  107. the specified PID for debugging purposes.
  108. Usage: log-pid.pl <pid> < wwwoffle.log
  109. KPPP Scripts
  110. ------------
  111. Filename:    kppp-online, kppp-offline
  112. Contributed: Antonio Larrosa <antlarr@arrakis.es>
  113. > In the "Execute" tab of the account setup, the "Upon connect" application
  114. > should be :
  115. > konsole -e <path>/kppp-online
  116. > and the "Upon disconnect" application should be:
  117. > konsole -e <path>/kppp-offline
  118. > where kppp-online and kppp-offline are the attached scripts
  119. > you could also call "kppp-online" directly, but then it would be executed on the
  120. > background and the user wouldn't see the standard output (while fetching pages) 
  121. Mark URLs not to be purged
  122. --------------------------
  123. Filename:    url2keep
  124. Contributed: J鰎g Mensmann <joerg.mensmann@gmx.net>
  125. > Here is a new version of "url2keep" (formally known as
  126. > "permcache-netscape.pl"). It now not only works with Netscape's
  127. > bookmarks but has become more flexible.
  128. > Thanks to Jacques L'helgoualc'h <lhh@free.fr> for improving the script
  129. > so that it now works as a filter. It parses HTML code read from stdin
  130. > and outputs all links found there in a format which can be read by the
  131. > config file. See the comments in script for further documentation.