.
[privoxy.git] / doc / webserver / submit / index.php
1 <?php
2 //  File :  $Source: /cvsroot/ijbswa/current/doc/webserver/submit/index.php,v $
3 //
4 //  Purpose  :  Submit form for ads and such
5 //              This file belongs in
6 //              ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
7 //
8 //  $Id: index.php,v 1.3 2002/03/29 09:39:48 swa Exp $
9 //
10 //  Written by and Copyright (C) 2001 the SourceForge
11 //  Privoxy team. http://www.privoxy.org/
12 //
13 //  Based on the Internet Junkbuster originally written
14 //  by and Copyright (C) 1997 Anonymous Coders and
15 //  Junkbusters Corporation.  http://www.junkbusters.com
16 //
17 //  This program is free software; you can redistribute it
18 //  and/or modify it under the terms of the GNU General
19 //  Public License as published by the Free Software
20 //  Foundation; either version 2 of the License, or (at
21 //  your option) any later version.
22 //
23 //  This program is distributed in the hope that it will
24 //  be useful, but WITHOUT ANY WARRANTY; without even the
25 //  implied warranty of MERCHANTABILITY or FITNESS FOR A
26 //  PARTICULAR PURPOSE.  See the GNU General Public
27 //  License for more details.
28 //
29 //  The GNU General Public License should be included with
30 //  this file.  If not, you can view it at
31 //  http://www.gnu.org/copyleft/gpl.html
32 //  or write to the Free Software Foundation, Inc., 59
33 //  Temple Place - Suite 330, Boston, MA  02111-1307, USA.
34 //
35 //
36 $headers = getallheaders();
37 ?>
38 <html>
39   <head>
40     <title>Privoxy|Submit</title>
41     <link rel="stylesheet" type="text/css" href="../p_web.css">
42 </head>
43
44 <h1>Privoxy Feedback</h1>
45
46 <p>Compared to <a
47 href="http://sourceforge.net/tracker/?group_id=11118&atid=111118">bug
48 reports</a> or <a
49 href="http://sourceforge.net/tracker/?atid=361118&group_id=11118&func=browse">feature
50 requests</a>, this page is intended to optimize the blocking behavior
51 of Privoxy. Therefor we need your feedback.</p><p> If you have
52 observed and advertisement, that was not blocked or an image that was
53 incorrectly blocked, please use the forms below to report this.</p>
54
55 <h2>New Advertisement</h2>
56
57 <p>
58 <form action="http://privoxy.org/submit/confirmad.php" method="post">
59 <table border="0" cellpadding="0" cellspacing="4">
60
61 <tr>
62 <td align="right">Your name:</td>
63 <td>
64 <input name="submit_name" value="anonymous" type="text" size="30" maxlength="30">
65 </td>
66 <td>optional</td>
67 </tr>
68
69 <tr>
70 <td align="right">Your email address:</td>
71 <td>
72 <input name="submit_email" value="anonymous" type="text" size="30" maxlength="30">
73 </td>
74 <td>optional</td>
75 </tr>
76
77 <tr>
78 <td align="right">Website, where I observed an ad:</td>
79 <td>
80 <input name="submit_url" value="prefilled" type="text" size="45" maxlength="255">
81 </td>
82 <td>Please change, if necessary</td>
83 </tr>
84
85 <tr>
86 <td align="right">How annoying is the ad:</td>
87 <td>
88 <select name="submit_annoy" size="1">
89 <option value="A0">Nice, not to have</option>
90 <option selected value="A1">Should be removed</option>
91 <option value="A2">Must be removed</option>
92 </select>
93 </td>
94 <td>Please select one</td>
95 </tr>
96
97 <tr>
98 <td align="right">Privoxy Version:</td>
99 <td>
100 <input name="submit_pversion" value="prefilled" readonly type="text" size="30" maxlength="30">
101 </td>
102 <td>Automatically determined</td>
103 </tr>
104
105 <tr>
106 <td align="right">Action File:</td>
107 <td>
108 <input name="submit_actionfile" value="prefilled" readonly type="text" size="30" maxlength="30">
109 </td>
110 <td>Automatically determined</td>
111 </tr>
112
113 <tr>
114 <td align="right">Action File Version:</td>
115 <td>
116 <input name="submit_actionversion" value="prefilled" readonly type="text" size="30" maxlength="30">
117 </td>
118 <td>Automatically determined</td>
119 </tr>
120
121 <tr>
122 <td align="right">Remarks:</td>
123 <td>
124 <textarea name="submit_remarks" cols="35" rows="3">
125 None.
126 </textarea>
127 </td>
128 <td>Please change, if necessary</td>
129 </tr>
130
131 <tr>
132 <td align="right"></td>
133 <td>
134 <input type="hidden" name="submit_targeturl" value="/submit/confirmad.php">
135 <input type=submit value="Submit">
136 </td>
137 <td></td>
138 </tr>
139
140 </table>
141 </form>
142 </p>
143
144 <h2>Incorrect blocking</h2>
145 <p>We soon present a form where you can submit websites, where the
146 default action file was too agressive.</p>
147
148 <h2>Misc</h2>
149 <p>Bla bla bla</p>
150
151 </body>
152 </html>
153
154 <!--
155         $Log: index.php,v $
156         Revision 1.3  2002/03/29 09:39:48  swa
157         added form
158         
159 -->