README 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. /*********************************************************************
  2. *
  3. * File : doc/source/readme.sgml
  4. *
  5. * Purpose : README file to give a short intro.
  6. *
  7. * Copyright : Written by and Copyright (C) 2001-2020 the
  8. * Privoxy team. https://www.privoxy.org/
  9. *
  10. * Based on the Internet Junkbuster originally written
  11. * by and Copyright (C) 1997 Anonymous Coders and
  12. * Junkbusters Corporation. http://www.junkbusters.com
  13. *
  14. * This program is free software; you can redistribute it
  15. * and/or modify it under the terms of the GNU General
  16. * Public License as published by the Free Software
  17. * Foundation; either version 2 of the License, or (at
  18. * your option) any later version.
  19. *
  20. * This program is distributed in the hope that it will
  21. * be useful, but WITHOUT ANY WARRANTY; without even the
  22. * implied warranty of MERCHANTABILITY or FITNESS FOR A
  23. * PARTICULAR PURPOSE. See the GNU General Public
  24. * License for more details.
  25. *
  26. * The GNU General Public License should be included with
  27. * this file. If not, you can view it at
  28. * http://www.gnu.org/copyleft/gpl.html
  29. * or write to the Free Software Foundation, Inc.,
  30. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
  31. * USA
  32. *
  33. *********************************************************************/
  34. This README is included with Privoxy 3.0.29. See https://www.privoxy.org/ for
  35. more information. The current code maturity level is "stable".
  36. -------------------------------------------------------------------------------
  37. Privoxy is a non-caching web proxy with advanced filtering capabilities for
  38. enhancing privacy, modifying web page data and HTTP headers, controlling
  39. access, and removing ads and other obnoxious Internet junk. Privoxy has a
  40. flexible configuration and can be customized to suit individual needs and
  41. tastes. It has application for both stand-alone systems and multi-user
  42. networks.
  43. Privoxy is Free Software and licensed under the GNU GPLv2 or later.
  44. Privoxy is an associated project of Software in the Public Interest (SPI).
  45. Helping hands and donations are welcome:
  46. * https://www.privoxy.org/faq/general.html#PARTICIPATE
  47. * https://www.privoxy.org/faq/general.html#DONATE
  48. -------------------------------------------------------------------------------
  49. 1. CHANGES
  50. For a list of changes in this release, please have a look at the "ChangeLog",
  51. the "What's New" section or the "Upgrader's Notes" in the User Manual.
  52. -------------------------------------------------------------------------------
  53. 2. INSTALL
  54. See the INSTALL file in this directory, for installing from raw source, and the
  55. User Manual, for all other installation types.
  56. -------------------------------------------------------------------------------
  57. 3. RUN
  58. privoxy [--help] [--version] [--no-daemon] [--pidfile PIDFILE] [--user USER
  59. [.GROUP]] [--chroot] [--pre-chroot-nslookup HOSTNAME ][config_file]
  60. See the man page or User Manual for an explanation of each option, and other
  61. configuration and usage issues.
  62. If no config_file is specified on the command line, Privoxy will look for a
  63. file named 'config' in the current directory (except Win32 which will look for
  64. 'config.txt'). If no config_file is found, Privoxy will fail to start.
  65. -------------------------------------------------------------------------------
  66. 4. CONFIGURATION
  67. See: 'config', 'default.action', 'user.action', 'default.filter', and
  68. 'user.filter'. 'user.action' and 'user.filter' are for personal and local
  69. configuration preferences. These are all well commented. Most of the magic is
  70. in '*.action' files. 'user.action' should be used for any actions
  71. customizations. On Unix-like systems, these files are typically installed in /
  72. etc/privoxy. On Windows, then wherever the executable itself is installed.
  73. There are many significant changes and advances from earlier versions. The User
  74. Manual has an explanation of all configuration options, and examples: https://
  75. www.privoxy.org/user-manual/.
  76. Be sure to set your browser(s) for HTTP/HTTPS Proxy at <IP>:<Port>, or whatever
  77. you specify in the config file under 'listen-address'. DEFAULT is
  78. 127.0.0.1:8118. Note that Privoxy ONLY proxies HTTP (and HTTPS) traffic. Do not
  79. try it with FTP or other protocols for the simple reason it does not work.
  80. The actions list can be configured via the web interface accessed via http://
  81. p.p/, as well other options.
  82. -------------------------------------------------------------------------------
  83. 5. DOCUMENTATION
  84. There should be documentation in the 'doc' subdirectory. In particular, see the
  85. User Manual there, the FAQ, and those interested in Privoxy development, should
  86. look at developer-manual.
  87. The source and configuration files are all well commented. The main
  88. configuration files are: 'config', 'default.action', and 'default.filter'.
  89. Included documentation may vary according to platform and packager. All
  90. documentation is posted on https://www.privoxy.org, in case you don't have it,
  91. or can't find it.
  92. -------------------------------------------------------------------------------
  93. 6. CONTACTING THE DEVELOPERS, BUG REPORTING AND FEATURE REQUESTS
  94. We value your feedback. In fact, we rely on it to improve Privoxy and its
  95. configuration. However, please note the following hints, so we can provide you
  96. with the best support.
  97. -------------------------------------------------------------------------------
  98. 6.1. Please provide sufficient information
  99. A lot of support requests don't contain enough information and can't be solved
  100. without a lot of back and forth which causes unnecessary delays. Reading this
  101. section should help to prevent that.
  102. Before contacting us to report a problem, please try to verify that it is a
  103. Privoxy problem, and not a browser or site problem or documented behaviour that
  104. just happens to be different than what you expected. If unsure, try toggling
  105. off Privoxy, and see if the problem persists.
  106. If you are using your own custom configuration, please try the default
  107. configuration to see if the problem is configuration related. If you're having
  108. problems with a feature that is disabled by default, please ask around on the
  109. mailing list if others can reproduce the problem.
  110. If you aren't using the latest Privoxy version, the problem may have been found
  111. and fixed in the meantime. We would appreciate if you could take the time to
  112. upgrade to the latest version and verify that the problem still exists.
  113. Please be sure to provide the following information when reporting problems or
  114. requesting support:
  115. * The exact Privoxy version you are using.
  116. * The operating system and versions you run Privoxy on, e.g. Windows XP SP2.
  117. * The name, platform, and version of the browser you were using (e.g.
  118. Internet Explorer v5.5 for Mac).
  119. * The URL where the problem occurred, or some way for us to duplicate the
  120. problem (e.g. http://somesite.example.com/?somethingelse=123).
  121. * Whether your version of Privoxy is one supplied by the Privoxy developers
  122. via SourceForge, or if you got your copy somewhere else.
  123. * Whether you are using Privoxy together with another proxy such as Tor. If
  124. so, please temporary disable the other proxy to see if the symptoms change.
  125. * Whether you are using a personal firewall product. If so, does Privoxy work
  126. without it?
  127. * Any other pertinent information to help identify the problem such as config
  128. or log file excerpts (yes, you should have log file entries for each action
  129. taken). To get a meaningful logfile, please make sure that the logfile
  130. directive is being used and the following debug options are enabled (all of
  131. them):
  132. debug 1 # Log the destination for each request Privoxy let through.
  133. # See also debug 1024.
  134. debug 2 # show each connection status
  135. debug 4 # show I/O status
  136. debug 8 # show header parsing
  137. debug 128 # debug redirects
  138. debug 256 # debug GIF de-animation
  139. debug 512 # Common Log Format
  140. debug 1024 # Log the destination for requests Privoxy didn't let through,
  141. # and the reason why.
  142. debug 4096 # Startup banner and warnings.
  143. debug 8192 # Non-fatal errors
  144. debug 65536 # Log applying actions
  145. If you are having trouble with a filter, please additionally enable
  146. debug 64 # debug regular expression filters
  147. If you suspect that Privoxy interprets the request or the response
  148. incorrectly, please enable
  149. debug 32768 # log all data read from the network
  150. It's easy for us to ignore log messages that aren't relevant but missing
  151. log messages may make it impossible to investigate a problem. If you aren't
  152. sure which of the debug directives are relevant, please just enable all of
  153. them and let us worry about it.
  154. Note that Privoxy log files may contain sensitive information so please
  155. don't submit any logfiles you didn't read first. You can mask sensitive
  156. information as long as it's clear that you removed something.
  157. You don't have to tell us your actual name when filing a problem report, but if
  158. you don't, please use a nickname so we can differentiate between your messages
  159. and the ones entered by other "anonymous" users that may respond to your
  160. request if they have the same problem or already found a solution. Note that
  161. due to spam the trackers may not always allow to post without being logged into
  162. SourceForge. If that's the case, you are still free to create a login that
  163. isn't directly linked to your name, though.
  164. Please also check the status of your request a few days after submitting it, as
  165. we may request additional information. If you use a SF id, you should
  166. automatically get a mail when someone responds to your request. Please don't
  167. bother to add an email address when using the tracker. If you prefer to
  168. communicate through email, just use one of the mailing lists directly.
  169. If you are new to reporting problems, you might be interested in How to Report
  170. Bugs Effectively.
  171. The appendix of the Privoxy User Manual also has helpful information on
  172. understanding actions, and action debugging.
  173. -------------------------------------------------------------------------------
  174. 6.2. Get Support
  175. All users are welcome to discuss their issues on the users mailing list, where
  176. the developers also hang around.
  177. Please don't send private support requests to individual Privoxy developers,
  178. either use the mailing lists or the support trackers.
  179. If you have to contact a Privoxy developer directly for other reasons, please
  180. send a real mail and do not bother with SourceForge's messaging system. Answers
  181. to SourceForge messages are usually bounced by SourceForge's mail server in
  182. which case the developer wasted time writing a response you don't get. From
  183. your point of view it will look like your message has been completely ignored,
  184. so this is frustrating for all parties involved.
  185. Note that the Privoxy mailing lists are moderated. Posts from unsubscribed
  186. addresses have to be accepted manually by a moderator. This may cause a delay
  187. of several days and if you use a subject that doesn't clearly mention Privoxy
  188. or one of its features, your message may be accidentally discarded as spam.
  189. If you aren't subscribed, you should therefore spend a few seconds to come up
  190. with a proper subject. Additionally you should make it clear that you want to
  191. get CC'd. Otherwise some responses will be directed to the mailing list only,
  192. and you won't see them.
  193. -------------------------------------------------------------------------------
  194. 6.3. Reporting Problems
  195. "Problems" for our purposes, come in two forms:
  196. * Configuration issues, such as ads that slip through, or sites that don't
  197. function properly due to one Privoxy "action" or another being turned "on".
  198. * "Bugs" in the programming code that makes up Privoxy, such as that might
  199. cause a crash. Documentation issues, for example spelling errors and
  200. unclear descriptions, are bugs, too.
  201. -------------------------------------------------------------------------------
  202. 6.3.1. Reporting Ads or Other Configuration Problems
  203. Please send feedback on ads that slipped through, innocent images that were
  204. blocked, sites that don't work properly, and other configuration related
  205. problem of default.action file, to https://sourceforge.net/tracker/?group_id=
  206. 11118&atid=460288, the Actions File Tracker.
  207. -------------------------------------------------------------------------------
  208. 6.3.2. Reporting Bugs
  209. Before reporting bugs, please make sure that the bug has not already been
  210. submitted and observe the additional hints at the top of the submit form. If
  211. already submitted, please feel free to add any info to the original report that
  212. might help to solve the issue.
  213. -------------------------------------------------------------------------------
  214. 6.4. Reporting security problems
  215. If you discovered a security problem or merely suspect that a bug might be a
  216. security issue, please mail Fabian Keil <fk@fabiankeil.de> (OpenPGP
  217. fingerprint: 4F36 C17F 3816 9136 54A1 E850 6918 2291 8BA2 371C).
  218. Usually you should get a response within a day, otherwise it's likely that
  219. either your mail or the response didn't make it. If that happens, please mail
  220. to the developer list to request a status update.
  221. -------------------------------------------------------------------------------
  222. 6.5. Mailing Lists
  223. If you prefer to communicate through email, instead of using a web interface,
  224. feel free to use one of the mailing lists. To discuss issues that haven't been
  225. completely diagnosed yet, please use the Privoxy users list. Technically
  226. interested users and people who wish to contribute to the project are always
  227. welcome on the developers list. You can find an overview of all Privoxy-related
  228. mailing lists, including list archives, at: https://lists.privoxy.org/mailman/
  229. listinfo. The lists hosted on privoxy.org have been created in 2016, the
  230. previously-used lists hosted at SourceForge are deprecated but the archives may
  231. still be useful: https://sourceforge.net/mail/?group_id=11118.
  232. -------------------------------------------------------------------------------
  233. 6.6. SourceForge support trackers
  234. The SourceForge support trackers may be used as well, but have various
  235. technical problems that are unlikely to be fixed anytime soon. If you don't get
  236. a timely response, please try the mailing list as well.