will be generated in the future
authorswa <swa@users.sourceforge.net>
Wed, 12 Sep 2001 16:05:41 +0000 (16:05 +0000)
committerswa <swa@users.sourceforge.net>
Wed, 12 Sep 2001 16:05:41 +0000 (16:05 +0000)
doc/webserver/developer-manual.html [deleted file]
doc/webserver/faq.html [deleted file]
doc/webserver/user-manual.html [deleted file]

diff --git a/doc/webserver/developer-manual.html b/doc/webserver/developer-manual.html
deleted file mode 100644 (file)
index 96679f5..0000000
+++ /dev/null
@@ -1,157 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<!--
- File        :  $Source: /cvsroot/ijbswa/current/doc/webserver/developer-manual.html,v $
-
- Purpose     :  Developer Manual
-                This file belongs into
-                ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
-                
- $Id: developer-manual.html,v 1.3 2001/09/10 17:06:41 swa Exp $
-
- Written by and Copyright (C) 2001 the SourceForge
- IJBSWA team.  http://ijbswa.sourceforge.net
-
- Based on the Internet Junkbuster originally written
- by and Copyright (C) 1997 Anonymous Coders and 
- Junkbusters Corporation.  http://www.junkbusters.com
--->
-
-<head>
-<title>Junkbuster|Developer Manual</title>
-<link rel=stylesheet type="text/css" href="swa.css">
-
-</head>
- <body bgcolor="#ffffff"
- topmargin="0" leftmargin="0" marginwidth = "0" marginheight = "0" 
- text="#000000" 
- link="#0000ff" 
- vlink="#ff0000" 
- alink="#ff0000"
- >
-
-<body>
-<p>
-<br><br>
-<h1>Junkbuster Developer Manual</h1>
-<h2>Table of Contents</h2>
-<p>
-<ol>
-  <li>Quickstart to Junkbuster Development
-  <li>Documentation Guidelines
-  <li>Coding Guidelines
-  <li>Testing Guidelines
-  <li>Copyright and History
-  <li>See also
-</ol>
-
-<h2>1. Quickstart to Junkbuster Development</h2>
-<p>To be filled.
-<h3>Introduction</h3>
-<p>To be filled.
-<h3>Read the developers manual</h3>
-<p>To be filled.
-<h3>Getting an account on sourceforge.net</h3>
-<p>To be filled.
-<h3>Subscribe to the developer's mailing list</h3>
-<p>To be filled.
-<h3>Downloading the sources</h3>
-<p>To be filled.
-<h2>2. Documentation Guidelines</h2>
-<p>
-All docs should be ...
-<ul>
-  <li>in a format that is widely used. I propose HTML.
-  <li>we either
-      <ul>
-       <li>generate man pages from the documentation (let's _NOT_ write them manually), or 
-       <li>we have a man page that points to the documentation (I propose
-           this option)
-      </ul>
-  <li>have a consistent layout
-  <li>have a link to the latest version of the document (i.e. point to a URL at sf)
-  <li>be consistent with the redirect script (i.e. the junkbuster program
-      points via the redirect URL at sf to valid end-points in the document)
-  <li>started from scratch but recycle parts from the original junkbuster documents
-</ul>
-
-<h2>3. Coding Guidelines</h2>
-<p>To be filled.
-<p>
-
-<h2>4. Testing Guidelines</h2>
-<h3>Testplan for releases:</h3>
-<p>
-<ol>
-  <li>Remove any existing rpm with rpm -e
-  <li>Remove any file that was left over. This includes (but is not limited
-      to)
-      <ul>
-       <li>/var/log/junkbuster
-       <li>/etc/junkbuster
-       <li>/usr/sbin/junkbuster
-       <li>/etc/init.d/junkbuster
-       <li>/usr/doc/junkbuster*
-      </ul>
-  <li>Install the rpm. Any error messages?
-  <li>start,stop,status junkbuster with the specific script
-      (e.g. /etc/rc.d/init/junkbuster stop). Reboot your machine. Does
-      autostart work?
-  <li>Start browsing. Does the junkbuster work? Logfile written?
-  <li>Remove the rpm. Any error messages? All files removed?
-</ol>
-
-<h3>Test reports:</h3>
-<p>
-Please submit test reports only with the <a href="http://sourceforge.net/tracker/?func=add&group_id=11118&atid=395005">test form</a>
-at sourceforge. Three simple steps:
-<ul>
-  <li>Select category: the distribution you test on.
-  <li>Select group: the version of Junkbuster that we are about to release.
-  <li>Fill the Summary and Detailed Description with something intelligent
-      (keep it short and precise).
-</ul>
-<p>
-Do not mail to the mailinglist (we cannot keep track on issues there).
-
-<p>
-
-<br>
-
-<hr>
-<p><address><a href=mailto:ijbswa-developers@lists.sourceforge.net>the developers</a></address><p>
-<!-- hhmts start -->
-Last modified: Mon Sep 10 19:18:44 CEST 2001
-<!-- hhmts end -->
-</body>
- <!--
- 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: developer-manual.html,v $
-Revision 1.3  2001/09/10 17:06:41  swa
-doc and testing guidelines should be part of the developers manual.
-
-Revision 1.2  2001/06/13 14:28:31  swa
-docs should have an author.
-
-Revision 1.1  2001/06/13 14:20:37  swa
-first import of project's documentation for the webserver.
-
--->
-</html>
diff --git a/doc/webserver/faq.html b/doc/webserver/faq.html
deleted file mode 100644 (file)
index 63fdb8f..0000000
+++ /dev/null
@@ -1,118 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<!--
- File        :  $Source: /cvsroot/ijbswa/current/doc/webserver/faq.html,v $
-
- Purpose     :  FAQ
-                This file belongs into
-                ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
-                
- $Id: faq.html,v 1.2 2001/06/13 14:28:31 swa Exp $
-
- Written by and Copyright (C) 2001 the SourceForge
- IJBSWA team.  http://ijbswa.sourceforge.net
-
- Based on the Internet Junkbuster originally written
- by and Copyright (C) 1997 Anonymous Coders and 
- Junkbusters Corporation.  http://www.junkbusters.com
--->
-
-<head>
-<title>Junkbuster|FAQ</title>
-<link rel=stylesheet type="text/css" href="swa.css">
-
-</head>
- <body bgcolor="#ffffff"
- topmargin="0" leftmargin="0" marginwidth = "0" marginheight = "0" 
- text="#000000" 
- link="#0000ff" 
- vlink="#ff0000" 
- alink="#ff0000"
- >
-
-<body>
-<p>
-<br><br>
-<h1>Junkbuster Frequently Asked Questions</h1>
-
-<h2>Questions</h2>
-<p>
-Please read the <a href="http://www.junkbusters.com/ht/en/ijbfaq.html">Junkbuster FAQ</a> at <a href="http://www.junkbusters.com">Junkbuster Corp.</a> and some other docs first.
-
-<h3>Installation</h3>
-<h3>Mail accounts</h3>
-<p>
-<a href="#yahoo">How can I make my Yahoo account work?</a>
-<p>
-<a href="#hotmail">How can I make my Hotmail account work?</a>
-<p>
-<a href="#gmx">How can I make my GMX account work?</a>
-<h3>Misc</h3>
-<p>
-<a href="#ip">How can I hide my IP address?</a>
-<p>
-<a href="#image">What is the imagefile (simage.ini, etc.) for?</a>
-<h3>Removal</h3>
-
-<h2>Answers</h2>
-
-<h3><a name="yahoo"></a>How can I make my Yahoo account work?</h3>
-<p>
-to be filled
-</p>
-
-<h3><a name="hotmail"></a>How can I make my Hotmail account work?</h3>
-<p>
-to be filled
-</p>
-
-<h3><a name="gmx"></a>How can I make my GMX account work?</h3>
-<p>
-to be filled
-
-<h3><a name="ip"></a>How can I hide my IP address?</h3>
-<p>
-You cannot hide your IP address with Junkbuster.
-
-<h3><a name="image"></a>What is the imagefile (simage.ini, etc.) for?</h3>
-<p>
-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..
-
-<br>
-
-<hr>
-<p><address><a href=mailto:ijbswa-developers@lists.sourceforge.net>the developers</a></address><p>
-<!-- hhmts start -->
-Last modified: Mon Sep 10 19:22:09 CEST 2001
-<!-- hhmts end -->
-</body>
- <!--
- 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: faq.html,v $
-Revision 1.2  2001/06/13 14:28:31  swa
-docs should have an author.
-
-Revision 1.1  2001/06/13 14:20:37  swa
-first import of project's documentation for the webserver.
-
--->
-</html>
diff --git a/doc/webserver/user-manual.html b/doc/webserver/user-manual.html
deleted file mode 100644 (file)
index dfaed72..0000000
+++ /dev/null
@@ -1,94 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<!--
- File        :  $Source: /cvsroot/ijbswa/current/doc/webserver/user-manual.html,v $
-
- Purpose     :  User Manual
-                This file belongs into
-                ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
-                
- $Id: user-manual.html,v 1.2 2001/06/13 14:28:31 swa Exp $
-
- Written by and Copyright (C) 2001 the SourceForge
- IJBSWA team.  http://ijbswa.sourceforge.net
-
- Based on the Internet Junkbuster originally written
- by and Copyright (C) 1997 Anonymous Coders and 
- Junkbusters Corporation.  http://www.junkbusters.com
--->
-
-<head>
-<title>Junkbuster|User Manual</title>
-<link rel=stylesheet type="text/css" href="swa.css">
-
-</head>
- <body bgcolor="#ffffff"
- topmargin="0" leftmargin="0" marginwidth = "0" marginheight = "0" 
- text="#000000" 
- link="#0000ff" 
- vlink="#ff0000" 
- alink="#ff0000"
- >
-
-<body>
-<p>
-<br><br>
-<h1>Junkbuster User Manual</h1>
-<h2>Table of Contents</h2>
-<p>
-<ol>
-  <li>Introduction
-  <li>Quickstart to Using Junkbuster
-  <li>Installation
-  <li>Configuration
-  <li>Copyright and History
-  <li>See also
-</ol>
-
-<h2>1. Introduction</h2>
-<p>To be filled.
-
-<h2>2. Quickstart to Using Junkbuster</h2>
-<p>To be filled.
-
-<h2>3. Installation</h2>
-<p>To be filled.
-<p>
-<h2>4. Configuration</h2>
-<p>To be filled.
-<p>
-
-<hr>
-<p><address><a href=mailto:ijbswa-developers@lists.sourceforge.net>the developers</a></address><p>
-<!-- hhmts start -->
-Last modified: Mon Sep 10 19:18:33 CEST 2001
-<!-- hhmts end -->
-</body>
- <!--
- 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: user-manual.html,v $
- Revision 1.2  2001/06/13 14:28:31  swa
- docs should have an author.
-
- Revision 1.1  2001/06/13 14:20:37  swa
- first import of project's documentation for the webserver.
-
--->
-</html>