From: Fabian Keil <fk@fabiankeil.de> Date: Thu, 13 Aug 2020 12:46:35 +0000 (+0200) Subject: Regenerate docs after removing OS/2-specific stuff X-Git-Tag: v_3_0_29~155 X-Git-Url: http://www.privoxy.org/gitweb/%22https:/static/gitweb.js?a=commitdiff_plain;h=658f146ef977d736c87909dce05c2ce2f0acdc77;p=privoxy.git Regenerate docs after removing OS/2-specific stuff --- diff --git a/doc/webserver/developer-manual/index.html b/doc/webserver/developer-manual/index.html index cd846bf2..ba5d74ad 100644 --- a/doc/webserver/developer-manual/index.html +++ b/doc/webserver/developer-manual/index.html @@ -152,12 +152,11 @@ <dt>6.3.1. <a href="newrelease.html#PACK-GUIDELINES">Note on Privoxy Packaging</a></dt> <dt>6.3.2. <a href="newrelease.html#NEWRELEASE-TARBALL">Source Tarball</a></dt> <dt>6.3.3. <a href="newrelease.html#NEWRELEASE-RPM">SuSE, Conectiva or Red Hat RPM</a></dt> - <dt>6.3.4. <a href="newrelease.html#NEWRELEASE-OS2">OS/2</a></dt> - <dt>6.3.5. <a href="newrelease.html#NEWRELEASE-SOLARIS">Solaris</a></dt> - <dt>6.3.6. <a href="newrelease.html#NEWRELEASE-WINDOWS">Windows</a></dt> - <dt>6.3.7. <a href="newrelease.html#NEWRELEASE-DEBIAN">Debian</a></dt> - <dt>6.3.8. <a href="newrelease.html#NEWRELEASE-MACOSX">Mac OS X</a></dt> - <dt>6.3.9. <a href="newrelease.html#NEWRELEASE-FREEBSD">FreeBSD</a></dt> + <dt>6.3.4. <a href="newrelease.html#NEWRELEASE-SOLARIS">Solaris</a></dt> + <dt>6.3.5. <a href="newrelease.html#NEWRELEASE-WINDOWS">Windows</a></dt> + <dt>6.3.6. <a href="newrelease.html#NEWRELEASE-DEBIAN">Debian</a></dt> + <dt>6.3.7. <a href="newrelease.html#NEWRELEASE-MACOSX">Mac OS X</a></dt> + <dt>6.3.8. <a href="newrelease.html#NEWRELEASE-FREEBSD">FreeBSD</a></dt> </dl> </dd> <dt>6.4. <a href="newrelease.html#RELEASING">Uploading and Releasing Your Package</a></dt> diff --git a/doc/webserver/developer-manual/newrelease.html b/doc/webserver/developer-manual/newrelease.html index 0a076ca2..cdf2f04d 100644 --- a/doc/webserver/developer-manual/newrelease.html +++ b/doc/webserver/developer-manual/newrelease.html @@ -421,55 +421,7 @@ for-privoxy-version=3.0.11</pre> the source tarball package.</p> </div> <div class="SECT3"> - <h3 class="SECT3"><a name="NEWRELEASE-OS2" id="NEWRELEASE-OS2">6.3.4. OS/2</a></h3> - <p>First, <span class="emphasis"><i class="EMPHASIS">make sure that you have freshly exported the right version - into an empty directory</i></span>. (See "Building and releasing packages" above). Then get the OS/2 Setup - module:</p> - <table border="0" bgcolor="#E0E0E0" width="100%"> - <tr> - <td> - <pre class= - "PROGRAMLISTING"> cvs -z3 -d:pserver:anonymous@ijbswa.cvs.sourceforge.net:/cvsroot/ijbswa co os2setup</pre> - </td> - </tr> - </table> - <p>You will need a mix of development tools. The main compilation takes place with IBM Visual Age C++. Some - ancillary work takes place with GNU tools, available from various sources like hobbes.nmsu.edu. Specifically, - you will need <tt class="FILENAME">autoheader</tt>, <tt class="FILENAME">autoconf</tt> and <tt class= - "FILENAME">sh</tt> tools. The packaging takes place with WarpIN, available from various sources, including its - home page: <a href="http://www.xworkplace.org/" target="_top">xworkplace</a>.</p> - <p>Change directory to the <tt class="FILENAME">os2setup</tt> directory. Edit the os2build.cmd file to set the - final executable filename. For example,</p> - <table border="0" bgcolor="#E0E0E0" width="100%"> - <tr> - <td> - <pre class="PROGRAMLISTING"> installExeName='privoxyos2_setup_X.Y.Z.exe'</pre> - </td> - </tr> - </table> - <p>Next, edit the <tt class="FILENAME">IJB.wis</tt> file so the release number matches in the <tt class= - "FILENAME">PACKAGEID</tt> section:</p> - <table border="0" bgcolor="#E0E0E0" width="100%"> - <tr> - <td> - <pre class="PROGRAMLISTING"> PACKAGEID="Privoxy Team\Privoxy\Privoxy Package\X\Y\Z"</pre> - </td> - </tr> - </table> - <p>You're now ready to build. Run:</p> - <table border="0" bgcolor="#E0E0E0" width="100%"> - <tr> - <td> - <pre class="PROGRAMLISTING"> os2build</pre> - </td> - </tr> - </table> - <p>You will find the WarpIN-installable executable in the <tt class="FILENAME">./files</tt> directory. Upload - this anonymously to <tt class="FILENAME">uploads.sourceforge.net/incoming</tt>, create a release for it, and - you're done. Use the release notes and Change Log from the source tarball package.</p> - </div> - <div class="SECT3"> - <h3 class="SECT3"><a name="NEWRELEASE-SOLARIS" id="NEWRELEASE-SOLARIS">6.3.5. Solaris</a></h3> + <h3 class="SECT3"><a name="NEWRELEASE-SOLARIS" id="NEWRELEASE-SOLARIS">6.3.4. Solaris</a></h3> <p>Login to Sourceforge's compilefarm via ssh:</p> <table border="0" bgcolor="#E0E0E0" width="100%"> <tr> @@ -502,7 +454,7 @@ for-privoxy-version=3.0.11</pre> release the file publicly. Use the release notes and Change Log from the source tarball package.</p> </div> <div class="SECT3"> - <h3 class="SECT3"><a name="NEWRELEASE-WINDOWS" id="NEWRELEASE-WINDOWS">6.3.6. Windows</a></h3> + <h3 class="SECT3"><a name="NEWRELEASE-WINDOWS" id="NEWRELEASE-WINDOWS">6.3.5. Windows</a></h3> <p>Note that the docbook generated files might need some hand editing, so the Windows build makefile does not rebuild the docs.</p> <p>First, <span class="emphasis"><i class="EMPHASIS">make sure that you have freshly exported the right version @@ -535,7 +487,7 @@ for-privoxy-version=3.0.11</pre> package.</p> </div> <div class="SECT3"> - <h3 class="SECT3"><a name="NEWRELEASE-DEBIAN" id="NEWRELEASE-DEBIAN">6.3.7. Debian</a></h3> + <h3 class="SECT3"><a name="NEWRELEASE-DEBIAN" id="NEWRELEASE-DEBIAN">6.3.6. Debian</a></h3> <p>First, <span class="emphasis"><i class="EMPHASIS">make sure that you have freshly exported the right version into an empty directory</i></span>. (See "Building and releasing packages" above). Then add a log entry to <tt class="FILENAME">debian/changelog</tt>, if it is not already there, for example by running:</p> @@ -565,13 +517,13 @@ for-privoxy-version=3.0.11</pre> </table> </div> <div class="SECT3"> - <h3 class="SECT3"><a name="NEWRELEASE-MACOSX" id="NEWRELEASE-MACOSX">6.3.8. Mac OS X</a></h3> + <h3 class="SECT3"><a name="NEWRELEASE-MACOSX" id="NEWRELEASE-MACOSX">6.3.7. Mac OS X</a></h3> <p>First, <span class="emphasis"><i class="EMPHASIS">make sure that you have freshly exported the right version into an empty directory</i></span>. (See "Building and releasing packages" above).</p> <p>There are three modules available in the Git repository for use on Mac OS X, though technically only two of them generate a release (the other can be used to install from source).</p> <div class="SECT4"> - <h4 class="SECT4"><a name="OS-X-OSXPACKAGEBUILDER-MODULE" id="OS-X-OSXPACKAGEBUILDER-MODULE">6.3.8.1. + <h4 class="SECT4"><a name="OS-X-OSXPACKAGEBUILDER-MODULE" id="OS-X-OSXPACKAGEBUILDER-MODULE">6.3.7.1. OSXPackageBuilder module</a></h4> <p>The OSXPackageBuilder module generates OS X installer packages supporting all Macs running OS X 10.4 and above. Obtain it from Git as follows into a folder parallel to the exported privoxy source:</p> @@ -591,7 +543,7 @@ for-privoxy-version=3.0.11</pre> makes it clear which package is for whichversion of OS X.</p> </div> <div class="SECT4"> - <h4 class="SECT4"><a name="OS-X-OSXSETUP-MODULE" id="OS-X-OSXSETUP-MODULE">6.3.8.2. osxsetup module + <h4 class="SECT4"><a name="OS-X-OSXSETUP-MODULE" id="OS-X-OSXSETUP-MODULE">6.3.7.2. osxsetup module (DEPRECATED)</a></h4> <p><span class="emphasis"><i class="EMPHASIS">This module is deprecated since the installer it generates places all Privoxy files in one folder in a non-standard location, and supports only Intel Macs running OS X @@ -633,7 +585,7 @@ for-privoxy-version=3.0.11</pre> package supports.</p> </div> <div class="SECT4"> - <h4 class="SECT4"><a name="OS-X-MACSETUP-MODULE" id="OS-X-MACSETUP-MODULE">6.3.8.3. macsetup module</a></h4> + <h4 class="SECT4"><a name="OS-X-MACSETUP-MODULE" id="OS-X-MACSETUP-MODULE">6.3.7.3. macsetup module</a></h4> <p>The macsetup module is ideal if you wish to build and install Privoxy from source on a single machine.</p> <p>Check out the module from Git as follows into a folder parallel to the exported privoxy source:</p> <table border="0" bgcolor="#E0E0E0" width="100%"> @@ -649,7 +601,7 @@ for-privoxy-version=3.0.11</pre> </div> </div> <div class="SECT3"> - <h3 class="SECT3"><a name="NEWRELEASE-FREEBSD" id="NEWRELEASE-FREEBSD">6.3.9. FreeBSD</a></h3> + <h3 class="SECT3"><a name="NEWRELEASE-FREEBSD" id="NEWRELEASE-FREEBSD">6.3.8. FreeBSD</a></h3> <p>Update the www/privoxy port and submit a diff upstream. For details see the <a href= "https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/" target="_top">FreeBSD Porter's Handbook</a>.</p> diff --git a/doc/webserver/faq/installation.html b/doc/webserver/faq/installation.html index 80fdb35a..2962beee 100644 --- a/doc/webserver/faq/installation.html +++ b/doc/webserver/faq/installation.html @@ -39,7 +39,7 @@ <h3 class="SECT2"><a name="WHICHOS" id="WHICHOS">2.2. Which operating systems are supported?</a></h3> <p>At present, <span class="APPLICATION">Privoxy</span> is known to run on Windows 95 and later versions (98, ME, 2000, XP, Vista, Windows 7 etc.), GNU/Linux (RedHat, SuSE, Debian, Fedora, Gentoo, Slackware and others), Mac OS - X (10.4 and upwards on PPC and Intel processors), OS/2, Haiku, DragonFly, ElectroBSD, FreeBSD, NetBSD, OpenBSD, + X (10.4 and upwards on PPC and Intel processors), Haiku, DragonFly, ElectroBSD, FreeBSD, NetBSD, OpenBSD, Solaris, and various other flavors of Unix.</p> <p>But any operating system that runs TCP/IP, can conceivably take advantage of <span class= "APPLICATION">Privoxy</span> in a networked situation where <span class="APPLICATION">Privoxy</span> would run as diff --git a/doc/webserver/user-manual/actions-file.html b/doc/webserver/user-manual/actions-file.html index a333825f..d1b65672 100644 --- a/doc/webserver/user-manual/actions-file.html +++ b/doc/webserver/user-manual/actions-file.html @@ -73,7 +73,7 @@ <p>The default profiles, and their associated actions, as pre-defined in <tt class= "FILENAME">default.action</tt> are:</p> <div class="TABLE"> - <a name="AEN3104" id="AEN3104"></a> + <a name="AEN3087" id="AEN3087"></a> <p><b>Table 1. Default Configurations</b></p> <table border="1" frame="border" rules="all" class="CALSTABLE"> <col width="1*" title="C1"> diff --git a/doc/webserver/user-manual/appendix.html b/doc/webserver/user-manual/appendix.html index 06b472f5..60324e00 100644 --- a/doc/webserver/user-manual/appendix.html +++ b/doc/webserver/user-manual/appendix.html @@ -202,7 +202,7 @@ these. If not, you will get a friendly error message. Internet access is not necessary either.</p> <ul> <li> - <p>Privoxy main page:</p><a name="AEN6303" id="AEN6303"></a> + <p>Privoxy main page:</p><a name="AEN6286" id="AEN6286"></a> <blockquote class="BLOCKQUOTE"> <p><a href="http://config.privoxy.org/" target="_top">http://config.privoxy.org/</a></p> </blockquote> @@ -211,7 +211,7 @@ "APPLICATION">Privoxy</span>)</p> </li> <li> - <p>View and toggle client tags:</p><a name="AEN6311" id="AEN6311"></a> + <p>View and toggle client tags:</p><a name="AEN6294" id="AEN6294"></a> <blockquote class="BLOCKQUOTE"> <p><a href="http://config.privoxy.org/client-tags" target= "_top">http://config.privoxy.org/client-tags</a></p> @@ -219,21 +219,21 @@ </li> <li> <p>Show information about the current configuration, including viewing and editing of actions - files:</p><a name="AEN6316" id="AEN6316"></a> + files:</p><a name="AEN6299" id="AEN6299"></a> <blockquote class="BLOCKQUOTE"> <p><a href="http://config.privoxy.org/show-status" target= "_top">http://config.privoxy.org/show-status</a></p> </blockquote> </li> <li> - <p>Show the browser's request headers:</p><a name="AEN6321" id="AEN6321"></a> + <p>Show the browser's request headers:</p><a name="AEN6304" id="AEN6304"></a> <blockquote class="BLOCKQUOTE"> <p><a href="http://config.privoxy.org/show-request" target= "_top">http://config.privoxy.org/show-request</a></p> </blockquote> </li> <li> - <p>Show which actions apply to a URL and why:</p><a name="AEN6326" id="AEN6326"></a> + <p>Show which actions apply to a URL and why:</p><a name="AEN6309" id="AEN6309"></a> <blockquote class="BLOCKQUOTE"> <p><a href="http://config.privoxy.org/show-url-info" target= "_top">http://config.privoxy.org/show-url-info</a></p> @@ -242,15 +242,15 @@ <li> <p>Toggle Privoxy on or off. This feature can be turned off/on in the main <tt class="FILENAME">config</tt> file. When toggled <span class="QUOTE">"off"</span>, <span class="QUOTE">"Privoxy"</span> continues to run, - but only as a pass-through proxy, with no actions taking place:</p><a name="AEN6334" id="AEN6334"></a> + but only as a pass-through proxy, with no actions taking place:</p><a name="AEN6317" id="AEN6317"></a> <blockquote class="BLOCKQUOTE"> <p><a href="http://config.privoxy.org/toggle" target="_top">http://config.privoxy.org/toggle</a></p> </blockquote> - <p>Short cuts. Turn off, then on:</p><a name="AEN6338" id="AEN6338"></a> + <p>Short cuts. Turn off, then on:</p><a name="AEN6321" id="AEN6321"></a> <blockquote class="BLOCKQUOTE"> <p><a href="http://config.privoxy.org/toggle?set=disable" target= "_top">http://config.privoxy.org/toggle?set=disable</a></p> - </blockquote><a name="AEN6341" id="AEN6341"></a> + </blockquote><a name="AEN6324" id="AEN6324"></a> <blockquote class="BLOCKQUOTE"> <p><a href="http://config.privoxy.org/toggle?set=enable" target= "_top">http://config.privoxy.org/toggle?set=enable</a></p> diff --git a/doc/webserver/user-manual/configuration.html b/doc/webserver/user-manual/configuration.html index 36513904..0dd6d07f 100644 --- a/doc/webserver/user-manual/configuration.html +++ b/doc/webserver/user-manual/configuration.html @@ -40,7 +40,7 @@ <tr> <td> <pre class="SCREEN"> </pre> - <h2 class="BRIDGEHEAD"><a name="AEN915"></a> Privoxy Menu</h2> + <h2 class="BRIDGEHEAD"><a name="AEN898"></a> Privoxy Menu</h2> <pre><br></pre> <table border="0"> <tbody> @@ -93,16 +93,15 @@ <div class="SECT2"> <h2 class="SECT2"><a name="CONFOVERVIEW">6.2. Configuration Files Overview</a></h2> <p>For Unix, *BSD and GNU/Linux, all configuration files are located in <tt class="FILENAME">/etc/privoxy/</tt> - by default. For MS Windows and OS/2 these are all in the same directory as the <span class= - "APPLICATION">Privoxy</span> executable. The name and number of configuration files has changed from previous - versions, and is subject to change as development progresses.</p> + by default. For MS Windows these are all in the same directory as the <span class="APPLICATION">Privoxy</span> + executable. The name and number of configuration files has changed from previous versions, and is subject to + change as development progresses.</p> <p>The installed defaults provide a reasonable starting point, though some settings may be aggressive by some standards. For the time being, the principle configuration files are:</p> <ul> <li> <p>The <a href="config.html">main configuration file</a> is named <tt class="FILENAME">config</tt> on - GNU/Linux, Unix, BSD, and OS/2, and <tt class="FILENAME">config.txt</tt> on Windows. This is a required - file.</p> + GNU/Linux, Unix, BSD, and <tt class="FILENAME">config.txt</tt> on Windows. This is a required file.</p> </li> <li> <p><tt class="FILENAME">match-all.action</tt> is used to define which <span class="QUOTE">"actions"</span> diff --git a/doc/webserver/user-manual/index.html b/doc/webserver/user-manual/index.html index 4ad15040..eb00d89f 100644 --- a/doc/webserver/user-manual/index.html +++ b/doc/webserver/user-manual/index.html @@ -61,12 +61,11 @@ <dl> <dt>2.1.1. <a href="installation.html#INSTALLATION-DEB">Debian and Ubuntu</a></dt> <dt>2.1.2. <a href="installation.html#INSTALLATION-PACK-WIN">Windows</a></dt> - <dt>2.1.3. <a href="installation.html#INSTALLATION-OS2">OS/2</a></dt> - <dt>2.1.4. <a href="installation.html#INSTALLATION-MAC">Mac OS X</a></dt> - <dt>2.1.5. <a href="installation.html#OS-X-INSTALL-FROM-PACKAGE">Installation from ready-built + <dt>2.1.3. <a href="installation.html#INSTALLATION-MAC">Mac OS X</a></dt> + <dt>2.1.4. <a href="installation.html#OS-X-INSTALL-FROM-PACKAGE">Installation from ready-built package</a></dt> - <dt>2.1.6. <a href="installation.html#OS-X-INSTALL-FROM-SOURCE">Installation from source</a></dt> - <dt>2.1.7. <a href="installation.html#INSTALLATION-FREEBSD">FreeBSD</a></dt> + <dt>2.1.5. <a href="installation.html#OS-X-INSTALL-FROM-SOURCE">Installation from source</a></dt> + <dt>2.1.6. <a href="installation.html#INSTALLATION-FREEBSD">FreeBSD</a></dt> </dl> </dd> <dt>2.2. <a href="installation.html#INSTALLATION-SOURCE">Building from Source</a></dt> @@ -98,9 +97,8 @@ <dt>5.3. <a href="startup.html#START-WINDOWS">Windows</a></dt> <dt>5.4. <a href="startup.html#START-UNICES">Generic instructions for Unix derivates (Solaris, NetBSD, HP-UX etc.)</a></dt> - <dt>5.5. <a href="startup.html#START-OS2">OS/2</a></dt> - <dt>5.6. <a href="startup.html#START-MACOSX">Mac OS X</a></dt> - <dt>5.7. <a href="startup.html#CMDOPTIONS">Command Line Options</a></dt> + <dt>5.5. <a href="startup.html#START-MACOSX">Mac OS X</a></dt> + <dt>5.6. <a href="startup.html#CMDOPTIONS">Command Line Options</a></dt> </dl> </dd> <dt>6. <a href="configuration.html">Privoxy Configuration</a></dt> diff --git a/doc/webserver/user-manual/installation.html b/doc/webserver/user-manual/installation.html index ec7bca81..e57e4e6c 100644 --- a/doc/webserver/user-manual/installation.html +++ b/doc/webserver/user-manual/installation.html @@ -68,24 +68,12 @@ files.</p> </div> <div class="SECT3"> - <h3 class="SECT3"><a name="INSTALLATION-OS2" id="INSTALLATION-OS2">2.1.3. OS/2</a></h3> - <p>First, make sure that no previous installations of <span class="APPLICATION">Junkbuster</span> and / or - <span class="APPLICATION">Privoxy</span> are left on your system. Check that no <span class= - "APPLICATION">Junkbuster</span> or <span class="APPLICATION">Privoxy</span> objects are in your startup - folder.</p> - <p>Then, just double-click the WarpIN self-installing archive, which will guide you through the installation - process. A shadow of the <span class="APPLICATION">Privoxy</span> executable will be placed in your startup - folder so it will start automatically whenever OS/2 starts.</p> - <p>The directory you choose to install <span class="APPLICATION">Privoxy</span> into will contain all of the - configuration files.</p> - </div> - <div class="SECT3"> - <h3 class="SECT3"><a name="INSTALLATION-MAC" id="INSTALLATION-MAC">2.1.4. Mac OS X</a></h3> + <h3 class="SECT3"><a name="INSTALLATION-MAC" id="INSTALLATION-MAC">2.1.3. Mac OS X</a></h3> <p>Installation instructions for the OS X platform depend upon whether you downloaded a ready-built installation package (.pkg or .mpkg) or have downloaded the source code.</p> </div> <div class="SECT3"> - <h4 class="SECT3"><a name="OS-X-INSTALL-FROM-PACKAGE" id="OS-X-INSTALL-FROM-PACKAGE">2.1.5. Installation from + <h4 class="SECT3"><a name="OS-X-INSTALL-FROM-PACKAGE" id="OS-X-INSTALL-FROM-PACKAGE">2.1.4. Installation from ready-built package</a></h4> <p>The downloaded file will either be a .pkg (for OS X 10.5 upwards) or a bzipped .mpkg file (for OS X 10.4). The former can be double-clicked as is and the installation will start; double-clicking the latter will unzip @@ -101,7 +89,7 @@ <p>To uninstall, run /Applications/Privoxy/uninstall.command as sudo from an administrator account.</p> </div> <div class="SECT3"> - <h4 class="SECT3"><a name="OS-X-INSTALL-FROM-SOURCE" id="OS-X-INSTALL-FROM-SOURCE">2.1.6. Installation from + <h4 class="SECT3"><a name="OS-X-INSTALL-FROM-SOURCE" id="OS-X-INSTALL-FROM-SOURCE">2.1.5. Installation from source</a></h4> <p>To build and install the Privoxy source code on OS X you will need to obtain the macsetup module from the Privoxy Sourceforge CVS repository (refer to Sourceforge help for details of how to set up a CVS client to have @@ -121,7 +109,7 @@ <p>To uninstall, run the macsetup module's uninstall.sh as sudo from an administrator account.</p> </div> <div class="SECT3"> - <h3 class="SECT3"><a name="INSTALLATION-FREEBSD" id="INSTALLATION-FREEBSD">2.1.7. FreeBSD</a></h3> + <h3 class="SECT3"><a name="INSTALLATION-FREEBSD" id="INSTALLATION-FREEBSD">2.1.6. FreeBSD</a></h3> <p>Privoxy is part of FreeBSD's Ports Collection, you can build and install it with <tt class="LITERAL">cd /usr/ports/www/privoxy; make install clean</tt>.</p> </div> diff --git a/doc/webserver/user-manual/quickstart.html b/doc/webserver/user-manual/quickstart.html index 7fc0edf7..1193746c 100644 --- a/doc/webserver/user-manual/quickstart.html +++ b/doc/webserver/user-manual/quickstart.html @@ -219,7 +219,7 @@ <p>Find <tt class="FILENAME">user.action</tt> in the top section, and click on <span class= "QUOTE">"<span class="GUIBUTTON">Edit</span>"</span>:</p> <div class="FIGURE"> - <a name="AEN674" id="AEN674"></a> + <a name="AEN663" id="AEN663"></a> <p><b>Figure 1. Actions Files in Use</b></p> <div class="MEDIAOBJECT"> <p><img src="files-in-use.jpg"></p> diff --git a/doc/webserver/user-manual/startup.html b/doc/webserver/user-manual/startup.html index 57b2494b..ddcad779 100644 --- a/doc/webserver/user-manual/startup.html +++ b/doc/webserver/user-manual/startup.html @@ -35,7 +35,7 @@ <p>Please note that <span class="APPLICATION">Privoxy</span> can only proxy HTTP and HTTPS traffic. It will not work with FTP or other protocols.</p> <div class="FIGURE"> - <a name="AEN728" id="AEN728"></a> + <a name="AEN717" id="AEN717"></a> <p><b>Figure 2. Proxy Configuration Showing Mozilla/Netscape HTTP and HTTPS (SSL) Settings</b></p> <div class="MEDIAOBJECT"> <p><img src="proxy_setup.jpg"></p> @@ -67,7 +67,7 @@ protocols"</span> is <span class="emphasis"><i class="EMPHASIS">UNCHECKED</i></span>. You want only HTTP and HTTPS (SSL)!</p> <div class="FIGURE"> - <a name="AEN772" id="AEN772"></a> + <a name="AEN761" id="AEN761"></a> <p><b>Figure 3. Proxy Configuration Showing Internet Explorer HTTP and HTTPS (Secure) Settings</b></p> <div class="MEDIAOBJECT"> <p><img src="proxy2.jpg"></p> @@ -136,13 +136,7 @@ "APPLICATION">Privoxy</span> upon boot.</p> </div> <div class="SECT2"> - <h2 class="SECT2"><a name="START-OS2" id="START-OS2">5.5. OS/2</a></h2> - <p>During installation, <span class="APPLICATION">Privoxy</span> is configured to start automatically when the - system restarts. You can start it manually by double-clicking on the <span class="APPLICATION">Privoxy</span> - icon in the <span class="APPLICATION">Privoxy</span> folder.</p> - </div> - <div class="SECT2"> - <h2 class="SECT2"><a name="START-MACOSX" id="START-MACOSX">5.6. Mac OS X</a></h2> + <h2 class="SECT2"><a name="START-MACOSX" id="START-MACOSX">5.5. Mac OS X</a></h2> <p>The privoxy service will automatically start after a successful installation (and thereafter every time your computer starts up) however you will need to configure your web browser(s) to use it. To do so, configure them to use a proxy for HTTP and HTTPS at the address 127.0.0.1:8118.</p> @@ -153,7 +147,7 @@ /Applications/Privoxy. They must be run from an administrator account, using sudo.</p> </div> <div class="SECT2"> - <h2 class="SECT2"><a name="CMDOPTIONS" id="CMDOPTIONS">5.7. Command Line Options</a></h2> + <h2 class="SECT2"><a name="CMDOPTIONS" id="CMDOPTIONS">5.6. Command Line Options</a></h2> <p><span class="APPLICATION">Privoxy</span> may be invoked with the following command-line options:</p> <ul> <li>