From: swa Date: Wed, 13 Jun 2001 14:20:37 +0000 (+0000) Subject: first import of project's documentation for the webserver. X-Git-Tag: v_2_9_9~336 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=06cff5bf3122b01a1e6c42ec1b0d2dc635a1485e first import of project's documentation for the webserver. --- diff --git a/doc/webserver/README.txt b/doc/webserver/README.txt new file mode 100644 index 00000000..60680f9f --- /dev/null +++ b/doc/webserver/README.txt @@ -0,0 +1,8 @@ +All files contained in this directory should eventually be +on the project's homepage + + ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ + +which is indeed http://ijbswa.sourceforge.net. + +-Stefan, June 2001 \ No newline at end of file diff --git a/doc/webserver/developer-manual.html b/doc/webserver/developer-manual.html new file mode 100644 index 00000000..3f547e0a --- /dev/null +++ b/doc/webserver/developer-manual.html @@ -0,0 +1,72 @@ + + + + +Junkbuster|Developer Manual + + + + + + + +

+

+

How to quickly dive into Junkbuster Development:

+

+ +
+ +


+

+ +Last modified: Wed Jun 13 16:11:22 CEST 2001 + + + + diff --git a/doc/webserver/documentation-guidelines.html b/doc/webserver/documentation-guidelines.html new file mode 100644 index 00000000..01f41aa6 --- /dev/null +++ b/doc/webserver/documentation-guidelines.html @@ -0,0 +1,87 @@ + + + + +Junkbuster|Documentation Guidelines + + + + + + + +

+

+

Documentation guideline:

+

+All docs should be ... +

+ +
+ +
+

+ +Last modified: Wed Jun 13 16:06:08 CEST 2001 + + + + diff --git a/doc/webserver/faq.html b/doc/webserver/faq.html new file mode 100644 index 00000000..5912dcf4 --- /dev/null +++ b/doc/webserver/faq.html @@ -0,0 +1,116 @@ + + + + +Junkbuster|FAQ + + + + + + + +

+

+

Questions

+ +

+ +Please read the Junkbuster FAQ at Junkbuster Corp. and some other docs first. + +

Installation

+

Mail accounts

+

+How can I make my Yahoo account work? +

+How can I make my Hotmail account work? +

+How can I make my GMX account work? +

Misc

+

+How can I hide my IP address? +

+What is the imagefile (simage.ini, etc.) for? +

Removal

+ +

Answers

+ +

How can I make my Yahoo account work?

+

+to be filled +

+ +

How can I make my Hotmail account work?

+

+to be filled +

+ +

How can I make my GMX account work?

+

+to be filled + +

How can I hide my IP address?

+

+You cannot hide your IP address with Junkbuster. + +

What is the imagefile (simage.ini, etc.) for?

+

+Anytime the Junkbuster determines (with the help of the blocklist) that a URL +contains an advertisement, it has to decide whether this advertisement is an +image or not. The Junkbuster uses the imagefile for that purpose.. + +
+ +


+

+ +Last modified: Wed Jun 13 16:06:08 CEST 2001 + + + + diff --git a/doc/webserver/index.html b/doc/webserver/index.html new file mode 100644 index 00000000..8e723782 --- /dev/null +++ b/doc/webserver/index.html @@ -0,0 +1,20 @@ + + + + + + +
+
+ +

+You will be redirected in a couple of moments. This page will soon have more content. +
+ + diff --git a/doc/webserver/redirect.php b/doc/webserver/redirect.php new file mode 100755 index 00000000..70d7e0b9 --- /dev/null +++ b/doc/webserver/redirect.php @@ -0,0 +1,141 @@ +M"; +// print "Target \"{$to}\"
"; + + +// Please do NOT delete any of these redirects. Even if you take them +// out of JunkBuster, they may be in use by older releases. + +// Note 2: Should *not* include #target part in these URLs. +// (It works with MS IE, but is not valid HTTP.) + +switch($to) +{ + case "faq": + // Used by 2.9.0+ + header ("Location: http://www.junkbusters.com/ht/en/ijb2faq.html"); + exit; + case "option": + // Used by 2.9.0+ + // Config file options + // called as redirect.php?v=X.X.X&to=option#optionname + header ("Location: http://www.junkbusters.com/ht/en/ijb2man.html"); + exit; + case "win": + // Used by 2.9.0+ on WIN32 + header ("Location: http://www.junkbusters.com/ht/en/ijbwin.html"); + exit; +// case "home": +// // Currently hard-wired into the code. +// header ("Location: http://ijbswa.sourceforge.net/"); +// exit; +// case "gpl": +// // Currently hard-wired into the code. +// header ("Location: http://www.fsf.org/copyleft/gpl.html"); +// exit; + default: + header ("Location: http://ijbswa.sourceforge.net/"); + exit; +} + +exit; +?> + +// This program is free software; you can redistribute it +// and/or modify it under the terms of the GNU General +// Public License as published by the Free Software +// Foundation; either version 2 of the License, or (at +// your option) any later version. +// +// This program is distributed in the hope that it will +// be useful, but WITHOUT ANY WARRANTY; without even the +// implied warranty of MERCHANTABILITY or FITNESS FOR A +// PARTICULAR PURPOSE. See the GNU General Public +// License for more details. +// +// The GNU General Public License should be included with +// this file. If not, you can view it at +// http://www.gnu.org/copyleft/gpl.html +// or write to the Free Software Foundation, Inc., 59 +// Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// +// +// $Log: Makefile.in,v $ +// diff --git a/doc/webserver/swa.css b/doc/webserver/swa.css new file mode 100644 index 00000000..22489e52 --- /dev/null +++ b/doc/webserver/swa.css @@ -0,0 +1,9 @@ +body { margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;} +h1 { margin-left:20px; font-family:Helvetica,Arial; font-size:18pt;} +h2 { margin-left:25px; font-family:Helvetica,Arial; font-size:14pt; } +h3 { margin-left:25px; font-family:Helvetica,Arial; font-size:12pt; } +p { margin-left:27px; margin-right:20px; font-size:10pt; } +# next definition removes bullets for netscape +# li { margin-left:27px; margin-right:20px; font-size:10pt; } +form,pre,ul,ol { margin-left:27px; margin-right:20px; font-size:10pt; } +div,td,th,address,nobr,b,i { font-size:10pt; } diff --git a/doc/webserver/testplan.html b/doc/webserver/testplan.html new file mode 100644 index 00000000..ce8364d8 --- /dev/null +++ b/doc/webserver/testplan.html @@ -0,0 +1,103 @@ + + + + +Junkbuster|Testplan + + + + + + + +

+

+

Testplan for releases:

+

+

    +
  1. Remove any existing rpm with rpm -e +
  2. Remove any file that was left over. This includes (but is not limited + to) +
      +
    • /var/log/junkbuster +
    • /etc/junkbuster +
    • /usr/sbin/junkbuster +
    • /etc/init.d/junkbuster +
    • /usr/doc/junkbuster* +
    +
  3. Install the rpm. Any error messages? +
  4. start,stop,status junkbuster with the specific script + (e.g. /etc/rc.d/init/junkbuster stop). Reboot your machine. Does + autostart work? +
  5. Start browsing. Does the junkbuster work? Logfile written? +
  6. Remove the rpm. Any error messages? All files removed? +
+ +

Test reports:

+

+Please submit test reports only with the test form +at sourceforge. Three simple steps: +

+

+Do not mail to the mailinglist (we cannot keep track on issues there). + +
+ +


+

+ +Last modified: Wed Jun 13 16:06:08 CEST 2001 + + + + diff --git a/doc/webserver/user-manual.html b/doc/webserver/user-manual.html new file mode 100644 index 00000000..f78159c6 --- /dev/null +++ b/doc/webserver/user-manual.html @@ -0,0 +1,72 @@ + + + + +Junkbuster|User Manual + + + + + + + +

+

+

To be filled:

+

+ +
+ +


+

+ +Last modified: Wed Jun 13 16:06:08 CEST 2001 + + + +