1 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
2 <!entity % dummy "IGNORE">
3 <!entity buildsource SYSTEM "buildsource.sgml">
4 <!entity p-version "0.0.0">
5 <!entity p-status "UNRELEASED">
6 <!entity % p-stable "IGNORE">
7 <!entity % p-not-stable "INCLUDE">
8 <!entity % p-alpha "IGNORE">
9 <!entity % p-beta "IGNORE">
10 <!entity % p-text "INCLUDE"> <!-- define we are a text only doc -->
11 <!entity % p-doc "IGNORE"> <!-- and never a text doc -->
12 <!entity % p-readme "INCLUDE"> <!-- This is now in INSTALL -->
15 File : $Source: /cvsroot/ijbswa/current/doc/source/install.sgml,v $
17 Purpose : INSTALL file for Privoxy
19 $Id: install.sgml,v 2.1.2.1 2002/10/24 22:07:39 hal9 Exp $
21 Copyright (C) 2001, 2002 Privoxy Developers <developers@privoxy.org>
24 ========================================================================
25 NOTE: Please read developer-manual/documentation.html before touching
26 anything in this, or other Privoxy documentation. You have been warned!
27 Failure to abide by this rule will result in the revocation of your license
28 to live a peaceful existence!
29 ========================================================================
31 ===================================================================
32 READ: Document Note: This file generates the INSTALL file in the top level
33 source directory. It is generated as only a plain text file. The current
34 markup is not suitable for other formats. Build from Makefile with 'make
36 ===================================================================
44 This is here to keep vim syntax file from breaking :/
45 If I knew enough to fix it, I would.
46 PLEASE DO NOT REMOVE! HB: hal@foobox.net
55 /*********************************************************************
57 * File : $Source: /cvsroot/ijbswa/current/doc/source/install.sgml,v $
59 * Purpose : INSTALL file to help with installing from source.
61 * Copyright : Written by and Copyright (C) 2001,2002 the SourceForge
62 * Privoxy team. http://www.privoxy.org/
64 * Based on the Internet Junkbuster originally written
65 * by and Copyright (C) 1997 Anonymous Coders and
66 * Junkbusters Corporation. http://www.junkbusters.com
68 * This program is free software; you can redistribute it
69 * and/or modify it under the terms of the GNU General
70 * Public License as published by the Free Software
71 * Foundation; either version 2 of the License, or (at
72 * your option) any later version.
74 * This program is distributed in the hope that it will
75 * be useful, but WITHOUT ANY WARRANTY; without even the
76 * implied warranty of MERCHANTABILITY or FITNESS FOR A
77 * PARTICULAR PURPOSE. See the GNU General Public
78 * License for more details.
80 * The GNU General Public License should be included with
81 * this file. If not, you can view it at
82 * http://www.gnu.org/copyleft/gpl.html
83 * or write to the Free Software Foundation, Inc., 59
84 * Temple Place - Suite 330, Boston, MA 02111-1307, USA.
86 *********************************************************************/
97 <!-- ~~~~~ New section ~~~~~ -->
98 <!-- include buildsource.sgml boilerplate: -->
100 <!-- end boilderplate -->