Three new FAQ's re: templates and blocking, and various minor touch-ups/improvements.
[privoxy.git] / doc / webserver / faq / general.html
1 <HTML
2 ><HEAD
3 ><TITLE
4 >General Information</TITLE
5 ><META
6 NAME="GENERATOR"
7 CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
8 "><LINK
9 REL="HOME"
10 TITLE="Privoxy Frequently Asked Questions"
11 HREF="index.html"><LINK
12 REL="PREVIOUS"
13 TITLE="Privoxy Frequently Asked Questions"
14 HREF="index.html"><LINK
15 REL="NEXT"
16 TITLE="Installation"
17 HREF="installation.html"><LINK
18 REL="STYLESHEET"
19 TYPE="text/css"
20 HREF="../p_doc.css"></HEAD
21 ><BODY
22 CLASS="SECT1"
23 BGCOLOR="#EEEEEE"
24 TEXT="#000000"
25 LINK="#0000FF"
26 VLINK="#840084"
27 ALINK="#0000FF"
28 ><DIV
29 CLASS="NAVHEADER"
30 ><TABLE
31 SUMMARY="Header navigation table"
32 WIDTH="100%"
33 BORDER="0"
34 CELLPADDING="0"
35 CELLSPACING="0"
36 ><TR
37 ><TH
38 COLSPAN="3"
39 ALIGN="center"
40 >Privoxy Frequently Asked Questions</TH
41 ></TR
42 ><TR
43 ><TD
44 WIDTH="10%"
45 ALIGN="left"
46 VALIGN="bottom"
47 ><A
48 HREF="index.html"
49 ACCESSKEY="P"
50 >Prev</A
51 ></TD
52 ><TD
53 WIDTH="80%"
54 ALIGN="center"
55 VALIGN="bottom"
56 ></TD
57 ><TD
58 WIDTH="10%"
59 ALIGN="right"
60 VALIGN="bottom"
61 ><A
62 HREF="installation.html"
63 ACCESSKEY="N"
64 >Next</A
65 ></TD
66 ></TR
67 ></TABLE
68 ><HR
69 ALIGN="LEFT"
70 WIDTH="100%"></DIV
71 ><DIV
72 CLASS="SECT1"
73 ><H1
74 CLASS="SECT1"
75 ><A
76 NAME="GENERAL"
77 ></A
78 >1. General Information</H1
79 ><DIV
80 CLASS="SECT2"
81 ><H3
82 CLASS="SECT2"
83 ><A
84 NAME="WHO_USES"
85 ></A
86 >1.1. Who should use Privoxy?</H3
87 ><P
88 >  Anyone that is interested in security, privacy, or in 
89   finer-grained control over their web and Internet experience.
90   Everyone is encouraged to try <SPAN
91 CLASS="APPLICATION"
92 >Privoxy</SPAN
93 >.
94  </P
95 ></DIV
96 ><DIV
97 CLASS="SECT2"
98 ><H3
99 CLASS="SECT2"
100 ><A
101 NAME="BESTCHOICE"
102 ></A
103 >1.2. Is Privoxy the best choice for
104 me?</H3
105 ><P
106 >  <SPAN
107 CLASS="APPLICATION"
108 >Privoxy</SPAN
109 > is certainly a good choice, especially for those who want more 
110   control and security. Those that have the ability to fine-tune their installation
111   will benefit the most. One of <SPAN
112 CLASS="APPLICATION"
113 >Privoxy's</SPAN
114 >
115   strength's is that it is highly configurable giving you the ability to
116   completely personalize your installation. Being familiar with, or at least
117   having an interest in learning about <A
118 HREF="http://en.wikipedia.org/wiki/Http"
119 TARGET="_top"
120 >HTTP</A
121 > and other networking
122   protocols, <A
123 HREF="http://en.wikipedia.org/wiki/Html"
124 TARGET="_top"
125 >HTML</A
126 >, 
127   <A
128 HREF="http://en.wikipedia.org/wiki/Internet_Protocol"
129 TARGET="_top"
130 >IP (Internet
131   Protocol)</A
132 >, and 
133   <A
134 HREF="http://en.wikipedia.org/wiki/Regular_expressions"
135 TARGET="_top"
136 ><SPAN
137 CLASS="QUOTE"
138 >"Regular
139   Expressions"</SPAN
140 ></A
141 >
142   will be a big plus and will help you get the most out of <SPAN
143 CLASS="APPLICATION"
144 >Privoxy</SPAN
145 >. 
146   A new installation just includes a very basic configuration. The user 
147   should take this as a starting point only, and enhance it as he or she 
148   sees fit. In fact, the user is encouraged, and expected to, fine-tune the 
149   configuration.
150  </P
151 ><P
152 >  Much of <SPAN
153 CLASS="APPLICATION"
154 >Privoxy's</SPAN
155 > configuration can be done 
156   with a  <A
157 HREF="http://en.wikipedia.org/wiki/Web_browser"
158 TARGET="_top"
159 >Web browser</A
160 >.
161   But there are areas where configuration is done using a 
162   <A
163 HREF="http://en.wikipedia.org/wiki/Text_editors"
164 TARGET="_top"
165 >text editor</A
166 >
167   to edit configuration files.
168   </P
169 ></DIV
170 ><DIV
171 CLASS="SECT2"
172 ><H3
173 CLASS="SECT2"
174 ><A
175 NAME="PROXYMORON"
176 ></A
177 >1.3. What is a <SPAN
178 CLASS="QUOTE"
179 >"proxy"</SPAN
180 >? How does
181 Privoxy work?</H3
182 ><P
183 >  A  <A
184 HREF="http://en.wikipedia.org/wiki/Proxy_server"
185 TARGET="_top"
186 >web proxy</A
187 >
188   is a service, based on a software such as
189   <SPAN
190 CLASS="APPLICATION"
191 >Privoxy</SPAN
192 >, that clients (i.e. browsers) can use
193   instead of connecting directly to web servers on the Internet. The
194   clients then ask the proxy to fetch the objects they need (web pages,
195   images, movies etc) on their behalf, and when the proxy has done so, it
196   hands the results back to the client. It is a <SPAN
197 CLASS="QUOTE"
198 >"go-between"</SPAN
199 >. See
200   the <A
201 HREF="http://en.wikipedia.org/wiki/Proxy_server"
202 TARGET="_top"
203 >Wikipedia proxy
204   definition</A
205 > for more.
206  </P
207 ><P
208 >  There are many reasons to use web proxies, such as security (firewalling),
209   efficiency (caching) and others, and there are any number of proxies
210   to accommodate those needs.
211  </P
212 ><P
213 >  <SPAN
214 CLASS="APPLICATION"
215 >Privoxy</SPAN
216 > is a proxy that is primarily focused on privacy
217   protection, ad and junk elimination and freeing the user from restrictions placed on his 
218   activities. Sitting between your browser(s) and the Internet,
219   it is in a perfect position to filter outbound personal information that your
220   browser is leaking, as well as inbound junk. It uses a variety of techniques to do
221   this, all of which are under your complete control via the various configuration
222   files and options.
223  </P
224 ></DIV
225 ><DIV
226 CLASS="SECT2"
227 ><H3
228 CLASS="SECT2"
229 ><A
230 NAME="NEWJB"
231 ></A
232 >1.4. What is this new version of 
233 <SPAN
234 CLASS="QUOTE"
235 >"Junkbuster"</SPAN
236 >?</H3
237 ><P
238 > A long time ago, there was the
239  <A
240 HREF="http://www.junkbusters.com/ijb.html"
241 TARGET="_top"
242 ><SPAN
243 CLASS="APPLICATION"
244 >Internet Junkbuster</SPAN
245 ></A
246 >, 
247  by Anonymous Coders and <A
248 HREF="http://www.junkbusters.com/"
249 TARGET="_top"
250 >Junkbusters
251  Corporation</A
252 >. This saved many users a lot of pain in the early days of
253  web advertising and user tracking.</P
254 ><P
255 > But the web, its protocols and standards, and with it, the techniques for
256  forcing  ads on users, give up autonomy over their browsing, and
257  for tracking them, keeps evolving. Unfortunately, the <SPAN
258 CLASS="APPLICATION"
259 >Internet
260  Junkbuster</SPAN
261 > did not. Version 2.0.2, published in 1998, was 
262  (and is) the last official
263  <A
264 HREF="http://www.junkbusters.com/ijbdist.html#release"
265 TARGET="_top"
266 >release</A
267 >
268  available from <A
269 HREF="http://www.junkbusters.com"
270 TARGET="_top"
271 >Junkbusters Corporation</A
272 >.
273  Fortunately, it had been released under the GNU
274  <A
275 HREF="http://www.gnu.org/licenses/gpl.html"
276 TARGET="_top"
277 > GPL</A
278 >, which allowed further
279  development by others.</P
280 ><P
281 > So Stefan Waldherr started maintaining an
282  <A
283 HREF="http://www.waldherr.org/junkbuster/"
284 TARGET="_top"
285 >improved version of the
286  software</A
287 >, to which eventually a number of people contributed patches.
288  It could already replace banners with a transparent image, and had a first
289  version of pop-up killing, but it was still very closely based on the
290  original, with all its limitations, such as the lack of HTTP/1.1 support,
291  flexible per-site configuration, or content modification. The last release
292  from this effort was version 2.0.2-10, published in 2000.</P
293 ><P
294 > Then, some
295  <A
296 HREF="http://www.privoxy.org/user-manual/copyright.html#AUTHORS"
297 TARGET="_top"
298 >developers</A
299 >
300  picked up the thread, and started turning the software inside out, upside down,
301  and then reassembled it, adding many
302  <A
303 HREF="http://www.privoxy.org/user-manual/introduction.html#FEATURES"
304 TARGET="_top"
305 >new
306  features</A
307 > along the way.</P
308 ><P
309 > The result of this is <SPAN
310 CLASS="APPLICATION"
311 >Privoxy</SPAN
312 >, whose first
313  stable version, 3.0, was released August, 2002. 
314  </P
315 ></DIV
316 ><DIV
317 CLASS="SECT2"
318 ><H3
319 CLASS="SECT2"
320 ><A
321 NAME="AEN74"
322 ></A
323 >1.5. Why <SPAN
324 CLASS="QUOTE"
325 >"Privoxy"</SPAN
326 >? Why change the name from
327 Junkbuster at all?</H3
328 ><P
329 > <A
330 HREF="http://junkbusters.com/"
331 TARGET="_top"
332 >Junkbusters Corporation</A
333 >
334  continues to offer their original version of the <SPAN
335 CLASS="APPLICATION"
336 >Internet
337  Junkbuster</SPAN
338 >, so publishing our
339  <SPAN
340 CLASS="APPLICATION"
341 > Junkbuster</SPAN
342 >-derived software under the same name
343  led to confusion.</P
344 ><P
345 > There are also potential legal complications from the continued use of the 
346  <SPAN
347 CLASS="APPLICATION"
348 >Junkbuster</SPAN
349 > name, which is a registered trademark of 
350  <A
351 HREF="http://junkbusters.com/"
352 TARGET="_top"
353 >Junkbusters Corporation</A
354 >.
355  There are, however, no objections from Junkbusters Corporation to the 
356  <SPAN
357 CLASS="APPLICATION"
358 >Privoxy</SPAN
359 > project itself, and they, in fact, still
360  share our ideals and goals.</P
361 ><P
362 > The developers also believed that there are so many improvements over the original 
363  code, that it was time to make a clean break from the past and make 
364  a name in their own right.</P
365 ><P
366 > <SPAN
367 CLASS="APPLICATION"
368 >Privoxy</SPAN
369 > is the 
370  <SPAN
371 CLASS="QUOTE"
372 >"<SPAN
373 CLASS="emphasis"
374 ><I
375 CLASS="EMPHASIS"
376 >Privacy Enhancing Proxy</I
377 ></SPAN
378 >"</SPAN
379 >. Also, its content
380  modification and junk suppression gives <SPAN
381 CLASS="emphasis"
382 ><I
383 CLASS="EMPHASIS"
384 >you</I
385 ></SPAN
386 >, the user, more
387  control, more freedom, and allows you to browse your personal and
388  <SPAN
389 CLASS="QUOTE"
390 >"<SPAN
391 CLASS="emphasis"
392 ><I
393 CLASS="EMPHASIS"
394 >private</I
395 ></SPAN
396 > edition"</SPAN
397 > of the web.</P
398 ></DIV
399 ><DIV
400 CLASS="SECT2"
401 ><H3
402 CLASS="SECT2"
403 ><A
404 NAME="DIFFERS"
405 ></A
406 >1.6. How does Privoxy differ
407 from the old Junkbuster?</H3
408 ><P
409 > <SPAN
410 CLASS="APPLICATION"
411 >Privoxy</SPAN
412 > picks up where
413  <SPAN
414 CLASS="APPLICATION"
415 >Junkbuster</SPAN
416 > left off. All the old features remain.
417  The new <SPAN
418 CLASS="APPLICATION"
419 >Privoxy</SPAN
420 > still blocks ads and banners,
421  still manages <A
422 HREF="http://en.wikipedia.org/wiki/Browser_cookie"
423 TARGET="_top"
424 >cookies</A
425 >, and still
426  helps protect your privacy. But, these are all greatly enhanced, and many,
427  many new features have been added, all in the same vein.
428  </P
429 ><P
430 > The configuration has changed significantly as well. This is something that
431  users will notice right off the bat if upgrading from 
432  <SPAN
433 CLASS="APPLICATION"
434 >Junkbuster</SPAN
435 > 2.0.x. The <SPAN
436 CLASS="QUOTE"
437 >"blocklist"</SPAN
438 >
439  <SPAN
440 CLASS="QUOTE"
441 >"cookielist"</SPAN
442 >, <SPAN
443 CLASS="QUOTE"
444 >"imagelist"</SPAN
445 > and much more has been
446  combined into the <SPAN
447 CLASS="QUOTE"
448 >"actions"</SPAN
449 > files, with a completely different
450  syntax.  See the <A
451 HREF="../user-manual/whatsnew.html"
452 TARGET="_top"
453 >What's New</A
454
455  page for the latest updates.</P
456 ><P
457 > <SPAN
458 CLASS="APPLICATION"
459 >Privoxy</SPAN
460 >'s new features include:</P
461 ><P
462 > <P
463 ></P
464 ><UL
465 ><LI
466 ><P
467 >   Integrated browser based configuration and control utility at <A
468 HREF="http://config.privoxy.org/"
469 TARGET="_top"
470 >http://config.privoxy.org/</A
471 >
472    (shortcut: <A
473 HREF="http://p.p/"
474 TARGET="_top"
475 >http://p.p/</A
476 >). Browser-based
477    tracing of rule and filter effects. Remote toggling.
478   </P
479 ></LI
480 ><LI
481 ><P
482 >   Web page content filtering (removes banners based on size,
483    invisible <SPAN
484 CLASS="QUOTE"
485 >"web-bugs"</SPAN
486 >, JavaScript and HTML annoyances, pop-up windows, etc.)
487   </P
488 ></LI
489 ><LI
490 ><P
491 >   Modularized configuration that allows for standard settings and
492    user settings to reside in separate files, so that installing updated
493    actions files won't overwrite individual user settings.
494   </P
495 ></LI
496 ><LI
497 ><P
498 >   HTTP/1.1 compliant (but not all optional 1.1 features are supported).
499   </P
500 ></LI
501 ><LI
502 ><P
503 >   Support for Perl Compatible Regular Expressions in the configuration files, and 
504    generally a more sophisticated and flexible configuration syntax over
505    previous versions.
506   </P
507 ></LI
508 ><LI
509 ><P
510 >   Improved cookie management features (e.g. session based cookies).
511   </P
512 ></LI
513 ><LI
514 ><P
515 >   GIF de-animation. 
516   </P
517 ></LI
518 ><LI
519 ><P
520 >   Bypass many click-tracking scripts (avoids script redirection).
521   </P
522 ></LI
523 ><LI
524 ><P
525 >   Multi-threaded (POSIX and native threads).
526   </P
527 ></LI
528 ><LI
529 ><P
530 >   User-customizable HTML templates for all proxy-generated pages (e.g. "blocked" page).
531   </P
532 ></LI
533 ><LI
534 ><P
535 >   Auto-detection and re-reading of config file changes.
536   </P
537 ></LI
538 ><LI
539 ><P
540 >   Improved signal handling, and a true daemon mode (Unix).
541   </P
542 ></LI
543 ><LI
544 ><P
545 >   Every feature now controllable on a per-site or per-location basis, configuration
546    more powerful and versatile over-all.
547   </P
548 ></LI
549 ><LI
550 ><P
551 >   Many smaller new features added, limitations and bugs removed, and security holes fixed.
552   </P
553 ></LI
554 ></UL
555 ></P
556 ></DIV
557 ><DIV
558 CLASS="SECT2"
559 ><H3
560 CLASS="SECT2"
561 ><A
562 NAME="WHATSANAD"
563 ></A
564 >1.7. How does Privoxy know what is
565 an ad, and what is not?</H3
566 ><P
567 > <SPAN
568 CLASS="APPLICATION"
569 >Privoxy</SPAN
570 >'s approach to blocking ads is twofold:</P
571 ><P
572 > First, there are certain patterns in the <SPAN
573 CLASS="emphasis"
574 ><I
575 CLASS="EMPHASIS"
576 >locations</I
577 ></SPAN
578 > (URLs)
579  of banner images. This applies to both the path (you wouldn't guess how many
580  web sites serve their banners from a directory called <SPAN
581 CLASS="QUOTE"
582 >"banners"</SPAN
583 >!)
584  and the host (blocking the big banner hosting services like doublecklick.net
585  already helps a lot). <SPAN
586 CLASS="APPLICATION"
587 >Privoxy</SPAN
588 > takes advantage of this
589  fact by using <A
590 HREF="../user-manual/actions-file.html#AF-PATTERNS"
591 TARGET="_top"
592 >URL
593  patterns</A
594 > to sort out and block the requests for things that sound 
595  like they would be ads or banners.</P
596 ><P
597 > Second, banners tend to come in certain <SPAN
598 CLASS="emphasis"
599 ><I
600 CLASS="EMPHASIS"
601 >sizes</I
602 ></SPAN
603 >. But you
604  can't tell the size of an image by its URL without downloading it, and if you
605  do, it's too late to save bandwidth. Therefore, <SPAN
606 CLASS="APPLICATION"
607 >Privoxy</SPAN
608 >
609  also inspects the HTML sources of web pages while they are loaded, and replaces
610  references to images with standard banner sizes by dummy references, so that
611  your browser doesn't request them anymore in the first place.</P
612 ><P
613 > Both of this involves a certain amount of guesswork and is, of course, freely
614  and readily configurable.</P
615 ></DIV
616 ><DIV
617 CLASS="SECT2"
618 ><H3
619 CLASS="SECT2"
620 ><A
621 NAME="AEN155"
622 ></A
623 >1.8. Can Privoxy make mistakes? 
624 This does not sound very scientific.</H3
625 ><P
626 > Actually, it's a black art ;-) And yes, it is always possible to have a broad
627  rule accidentally block or change something by mistake. You will almost surely
628  run into such situations at some point. It is tricky writing rules to
629  cover every conceivable possibility, and not occasionally get false positives.</P
630 ><P
631 > But this should not be a big concern since the
632  <SPAN
633 CLASS="APPLICATION"
634 >Privoxy</SPAN
635 > configuration is very flexible, and
636  includes tools to help identify these types of situations so they can be
637  addressed as needed, allowing you to customize your installation.
638  (<A
639 HREF="trouble.html#BADSITE"
640 >See the Troubleshooting section below</A
641 >.)</P
642 ></DIV
643 ><DIV
644 CLASS="SECT2"
645 ><H3
646 CLASS="SECT2"
647 ><A
648 NAME="AEN161"
649 ></A
650 >1.9. Will I have to configure Privoxy
651  before I can use it?</H3
652 ><P
653 > No, not really. The default installation should give you a good starting
654  point, and block <SPAN
655 CLASS="emphasis"
656 ><I
657 CLASS="EMPHASIS"
658 >most</I
659 ></SPAN
660 > unwanted content.</P
661 ><P
662 > But you will certainly run into situations where there are false positives,
663  or ads not being blocked that you may not want to see. In these cases, you
664  would certainly benefit by customizing <SPAN
665 CLASS="APPLICATION"
666 >Privoxy's</SPAN
667 >
668  configuration to more closely match your individual situation. And we would
669  encourage you to do this. This is where the real power of
670  <SPAN
671 CLASS="APPLICATION"
672 >Privoxy</SPAN
673 > lies!</P
674 ><P
675 > You will have to tell your browser about <SPAN
676 CLASS="APPLICATION"
677 >Privoxy</SPAN
678
679  (see the Installation section below).</P
680 ></DIV
681 ><DIV
682 CLASS="SECT2"
683 ><H3
684 CLASS="SECT2"
685 ><A
686 NAME="BROWSERS2"
687 ></A
688 >1.10. My browser does the same things as
689 Privoxy. Why should I use
690 Privoxy at all?</H3
691 ><P
692 >  Modern browsers do indeed have <SPAN
693 CLASS="emphasis"
694 ><I
695 CLASS="EMPHASIS"
696 >some</I
697 ></SPAN
698 > of the same
699   functionality as <SPAN
700 CLASS="APPLICATION"
701 >Privoxy</SPAN
702 >. Maybe this is
703   adequate for you. But <SPAN
704 CLASS="APPLICATION"
705 >Privoxy</SPAN
706 > is much more
707   versatile and powerful, and can do a number of things that browsers just can't.
708  </P
709 ><P
710 >  In addition, a proxy is good choice if you use multiple browsers, or 
711   have a LAN with multiple computers. This way all the configuration 
712   is in one place, and you don't have to maintain a similar configuration 
713   for possibly many browsers.
714  </P
715 ></DIV
716 ><DIV
717 CLASS="SECT2"
718 ><H3
719 CLASS="SECT2"
720 ><A
721 NAME="WHYTRUST"
722 ></A
723 >1.11. Why should I trust Privoxy?</H3
724 ><P
725 >  The most important reason is because you have access to
726   <SPAN
727 CLASS="emphasis"
728 ><I
729 CLASS="EMPHASIS"
730 >everything</I
731 ></SPAN
732 >, and you can control everything. You can
733   check every line of every configuration file yourself. You can check every
734   last bit of source code should you desire. And even if you can't read code, 
735   there should be some comfort in knowing that thousands of other people can, 
736   and do read it. You can build the software from scratch, if you want, so
737   that you know the executable is clean, and that it is
738   <SPAN
739 CLASS="emphasis"
740 ><I
741 CLASS="EMPHASIS"
742 >yours</I
743 ></SPAN
744 >. In fact, we encourage this level of scrutiny. It
745   is one reason we use <SPAN
746 CLASS="APPLICATION"
747 >Privoxy</SPAN
748 > ourselves.
749  </P
750 ></DIV
751 ><DIV
752 CLASS="SECT2"
753 ><H3
754 CLASS="SECT2"
755 ><A
756 NAME="LICENSE"
757 ></A
758 >1.12. Is there is a license or fee? What about a 
759 warranty? Registration?</H3
760 ><P
761 >  <SPAN
762 CLASS="APPLICATION"
763 >Privoxy</SPAN
764 > is licensed under the <A
765 HREF="http://www.gnu.org/copyleft/gpl.html"
766 TARGET="_top"
767 >GNU General Public License (GPL)</A
768 >.
769   It is free to use, copy, modify or distribute as you wish under the terms of this
770   license.  Please see the <A
771 HREF="copyright.html"
772 >Copyright</A
773 > section for more
774   information on the license and copyright. Or the <TT
775 CLASS="FILENAME"
776 >LICENSE</TT
777 > file 
778   that should be included.
779  </P
780 ><P
781 >  There is <SPAN
782 CLASS="emphasis"
783 ><I
784 CLASS="EMPHASIS"
785 >no warranty</I
786 ></SPAN
787 > of any kind, expressed, implied or otherwise.
788   That is something that would cost real money ;-) There is no registration either.
789   <SPAN
790 CLASS="APPLICATION"
791 >Privoxy</SPAN
792 > really is <SPAN
793 CLASS="emphasis"
794 ><I
795 CLASS="EMPHASIS"
796 >free</I
797 ></SPAN
798 >
799   in every respect!
800  </P
801 ></DIV
802 ><DIV
803 CLASS="SECT2"
804 ><H3
805 CLASS="SECT2"
806 ><A
807 NAME="SPYWARE"
808 ></A
809 >1.13. Can Privoxy remove spyware? Adware? Viruses?</H3
810 ><P
811 > No. <SPAN
812 CLASS="APPLICATION"
813 >Privoxy</SPAN
814 > cannot remove anything. It is not a removal tool. It is a
815  preventative. <SPAN
816 CLASS="APPLICATION"
817 >Privoxy</SPAN
818 > can help prevent contact from sites 
819  that use such tactics with approriate configuration rules, and thus could
820  conceivably prevent contamination from such sites.</P
821 ></DIV
822 ><DIV
823 CLASS="SECT2"
824 ><H3
825 CLASS="SECT2"
826 ><A
827 NAME="OTHERADS"
828 ></A
829 >1.14. Can I use Privoxy with other ad-blocking software?</H3
830 ><P
831 > <SPAN
832 CLASS="APPLICATION"
833 >Privoxy</SPAN
834 > should work fine with other proxies and other software in general.</P
835 ><P
836 > But it is probably not necessary to use <SPAN
837 CLASS="APPLICATION"
838 >Privoxy</SPAN
839 > in conjunction with other
840  ad-blocking products, and this could conceivably cause undesirable results.
841  It would be better to choose one software or the other and work a little to
842  tweak its configuration to your liking.</P
843 ></DIV
844 ><DIV
845 CLASS="SECT2"
846 ><H3
847 CLASS="SECT2"
848 ><A
849 NAME="JOINTEAM"
850 ></A
851 >1.15. I would like to help you, what can I do?</H3
852 ><DIV
853 CLASS="SECT3"
854 ><H4
855 CLASS="SECT3"
856 ><A
857 NAME="JOINTEAM-WORK"
858 ></A
859 >1.15.1. Would you like to participate?</H4
860 ><P
861 >   Well, we <SPAN
862 CLASS="emphasis"
863 ><I
864 CLASS="EMPHASIS"
865 >always</I
866 ></SPAN
867 > need help. There is something for
868    everybody who wants to help us. We welcome new developers, packagers,
869    testers, documentation writers or really anyone with a desire to help in
870    any way. You <SPAN
871 CLASS="emphasis"
872 ><I
873 CLASS="EMPHASIS"
874 >DO NOT</I
875 ></SPAN
876 > need to be a
877    <SPAN
878 CLASS="QUOTE"
879 >"programmer"</SPAN
880 >. There are many other tasks available. In fact,
881    the programmers often can't spend as much time programming because of some
882    of the other, more mundane things that need to be done, like checking the
883    Tracker feedback sections. 
884  </P
885 ><P
886 >  So first thing, <A
887 HREF="https://sourceforge.net/account/register.php"
888 TARGET="_top"
889 >get an account on SourceForge.net</A
890 >
891    and mail your id to the <A
892 HREF="mailto:ijbswa-developers@lists.sourceforge.net"
893 TARGET="_top"
894 >developers
895    mailing list</A
896 >. Then, please read the <A
897 HREF="../developer-manual/index.html"
898 TARGET="_top"
899 >Developer's Manual</A
900 >, at least
901    the pertinent sections.</P
902 ><P
903 > Once we have added you to the team, you'll have access to the <A
904 HREF="http://sourceforge.net/cvs/?group_id=11118"
905 TARGET="_top"
906 >CVS repository</A
907 >, and
908  together we'll find a suitable task for you.</P
909 ></DIV
910 ><DIV
911 CLASS="SECT3"
912 ><H4
913 CLASS="SECT3"
914 ><A
915 NAME="JOINTEAM-MONEY"
916 ></A
917 >1.15.2. Contribute!</H4
918 ><P
919 > We, of course, welcome donations and could use money for domain registering,
920  buying software to test <SPAN
921 CLASS="APPLICATION"
922 >Privoxy</SPAN
923 > with, and, of course,
924  for regular world-wide get-togethers (hahaha). If you enjoy the software and feel
925  like helping us with a donation, just <A
926 HREF="mailto: ijbswa-developers@lists.sourceforge.net"
927 TARGET="_top"
928 >drop us a note</A
929 >.</P
930 ></DIV
931 ><DIV
932 CLASS="SECT3"
933 ><H4
934 CLASS="SECT3"
935 ><A
936 NAME="JOINTEAM-SOFTWARE"
937 ></A
938 >1.15.3. Software</H4
939 ><P
940 > If you are a vendor of a web-related software like a browser, web server
941  or proxy, and would like us to ensure that <SPAN
942 CLASS="APPLICATION"
943 >Privoxy</SPAN
944 >
945  runs smoothly with your product, you might consider supplying us with a
946  copy or license. We can't, however, guarantee that we will fix all potential
947  compatibility issues as a result.</P
948 ></DIV
949 ></DIV
950 ></DIV
951 ><DIV
952 CLASS="NAVFOOTER"
953 ><HR
954 ALIGN="LEFT"
955 WIDTH="100%"><TABLE
956 SUMMARY="Footer navigation table"
957 WIDTH="100%"
958 BORDER="0"
959 CELLPADDING="0"
960 CELLSPACING="0"
961 ><TR
962 ><TD
963 WIDTH="33%"
964 ALIGN="left"
965 VALIGN="top"
966 ><A
967 HREF="index.html"
968 ACCESSKEY="P"
969 >Prev</A
970 ></TD
971 ><TD
972 WIDTH="34%"
973 ALIGN="center"
974 VALIGN="top"
975 ><A
976 HREF="index.html"
977 ACCESSKEY="H"
978 >Home</A
979 ></TD
980 ><TD
981 WIDTH="33%"
982 ALIGN="right"
983 VALIGN="top"
984 ><A
985 HREF="installation.html"
986 ACCESSKEY="N"
987 >Next</A
988 ></TD
989 ></TR
990 ><TR
991 ><TD
992 WIDTH="33%"
993 ALIGN="left"
994 VALIGN="top"
995 >Privoxy Frequently Asked Questions</TD
996 ><TD
997 WIDTH="34%"
998 ALIGN="center"
999 VALIGN="top"
1000 >&nbsp;</TD
1001 ><TD
1002 WIDTH="33%"
1003 ALIGN="right"
1004 VALIGN="top"
1005 >Installation</TD
1006 ></TR
1007 ></TABLE
1008 ></DIV
1009 ></BODY
1010 ></HTML
1011 >