"Fossies" - the Fresh Open Source Software Archive 
Member "privoxy_3.0.33/templates/mod-support-and-service" (8 Dec 2021, 1601 Bytes) of package /windows/www/privoxy_3.0.33.zip:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 ##############################################################################
2 #
3 # File : $Source: /cvsroot/ijbswa/current/templates/mod-support-and-service,v $
4 #
5 # Purpose : Template that is included from most of Privoxy's CGI pages
6 # to show the user how to get help or report problems.
7 #
8 #
9 # Copyright : Written by and Copyright (C) 2002-2009 members of
10 # the Privoxy team. https://www.privoxy.org/
11 #
12 # This template is free software; you can redistribute it
13 # and/or modify it under the terms of the GNU General
14 # Public License as published by the Free Software
15 # Foundation; either version 2 of the License, or (at
16 # your option) any later version.
17 #
18 ##############################################################################
19 # This template should be kept in sync with the "blocked" template
20 # whose JavaScript version duplicates the content.
21 <h2>Support and Service:</h2>
22 <p>
23 The Privoxy Team values your feedback.
24 </p>
25 <p>
26 Please have a look at the User Manual to learn how to
27 <a title="Privoxy User Manual: Contacting the developers, Bug Reporting and Feature Requests"
28 href="@user-manual@contact.html">get support or report problems</a>.
29 <p>
30 If you want to support the Privoxy Team, you can
31 <a href="https://www.privoxy.org/participate">participate</a>
32 or <a href="https://www.privoxy.org/donate">donate</a>.
33 </p>