Reformat README for asciidoc
This commit is contained in:
parent
b08420ec13
commit
9b9d8c10f8
54
README
54
README
@ -15,7 +15,7 @@ administrator.
|
|||||||
|
|
||||||
For more info, please visit:
|
For more info, please visit:
|
||||||
|
|
||||||
https://www.banu.com/tinyproxy/
|
<https://www.banu.com/tinyproxy/>
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
@ -35,21 +35,27 @@ in the top level directory to compile and install Tinyproxy. There are
|
|||||||
additional command line arguments you can supply to `configure`. They
|
additional command line arguments you can supply to `configure`. They
|
||||||
include:
|
include:
|
||||||
|
|
||||||
--enable-debug If you would like to turn on full
|
--enable-debug::
|
||||||
debugging support
|
If you would like to turn on full debugging support.
|
||||||
--enable-xtinyproxy Compile in support for the XTinyproxy
|
|
||||||
header, which is sent to any web
|
|
||||||
server in your domain.
|
|
||||||
--enable-filter Allows Tinyproxy to filter out certain
|
|
||||||
domains and URLs.
|
|
||||||
--enable-upstream Enable support for proxying connections
|
|
||||||
through another proxy server.
|
|
||||||
--enable-transparent-proxy
|
|
||||||
Allow Tinyproxy to be used as a
|
|
||||||
transparent proxy daemon
|
|
||||||
--enable-static Compile a static version of Tinyproxy
|
|
||||||
|
|
||||||
--with-stathost=HOST Set the default name of the stats host
|
--enable-xtinyproxy::
|
||||||
|
Compile in support for the XTinyproxy header, which is sent to any
|
||||||
|
web server in your domain.
|
||||||
|
|
||||||
|
--enable-filter::
|
||||||
|
Allows Tinyproxy to filter out certain domains and URLs.
|
||||||
|
|
||||||
|
--enable-upstream::
|
||||||
|
Enable support for proxying connections through another proxy server.
|
||||||
|
|
||||||
|
--enable-transparent-proxy::
|
||||||
|
Allow Tinyproxy to be used as a transparent proxy daemon.
|
||||||
|
|
||||||
|
--enable-static::
|
||||||
|
Compile a static version of Tinyproxy.
|
||||||
|
|
||||||
|
--with-stathost=HOST::
|
||||||
|
Set the default name of the stats host.
|
||||||
|
|
||||||
|
|
||||||
Support
|
Support
|
||||||
@ -58,14 +64,16 @@ Support
|
|||||||
If you are having problems with Tinyproxy, please submit a bug report
|
If you are having problems with Tinyproxy, please submit a bug report
|
||||||
using Tinyproxy as the product at:
|
using Tinyproxy as the product at:
|
||||||
|
|
||||||
https://www.banu.com/bugzilla/
|
<https://www.banu.com/bugzilla/>
|
||||||
|
|
||||||
You may also wish to subscribe to the Tinyproxy mailing lists. To do so
|
You may also wish to subscribe to the Tinyproxy mailing lists. To do so
|
||||||
please visit:
|
please visit:
|
||||||
|
|
||||||
https://www.banu.com/mailman/listinfo/tinyproxy-announce-list
|
<https://www.banu.com/mailman/listinfo/tinyproxy-announce-list>
|
||||||
https://www.banu.com/mailman/listinfo/tinyproxy-users-list
|
|
||||||
https://www.banu.com/mailman/listinfo/tinyproxy-developers-list
|
<https://www.banu.com/mailman/listinfo/tinyproxy-users-list>
|
||||||
|
|
||||||
|
<https://www.banu.com/mailman/listinfo/tinyproxy-developers-list>
|
||||||
|
|
||||||
for more information on how to subscribe and post messages to the lists.
|
for more information on how to subscribe and post messages to the lists.
|
||||||
|
|
||||||
@ -75,11 +83,11 @@ Contributing
|
|||||||
|
|
||||||
If you would like to contribute a feature, or a bug fix to the Tinyproxy
|
If you would like to contribute a feature, or a bug fix to the Tinyproxy
|
||||||
source, please send a patch (preferably as a unified diff. i.e. `diff
|
source, please send a patch (preferably as a unified diff. i.e. `diff
|
||||||
-u` against the "master" branch of the Tinyproxy source code git
|
-u` against the 'master' branch of the Tinyproxy source code git
|
||||||
repository to tinyproxy-developers-list. Please include a description
|
repository to 'tinyproxy-developers-list'. Please include a description
|
||||||
of what your patch does.
|
of what your patch does.
|
||||||
|
|
||||||
Tinyproxy's git repository is git://www.banu.com/tinyproxy.git. The
|
Tinyproxy's git repository is <git://www.banu.com/tinyproxy.git>. The
|
||||||
following command creates a local copy:
|
following command creates a local copy:
|
||||||
|
|
||||||
----
|
----
|
||||||
@ -94,4 +102,4 @@ integrated into the upstream repository, automatically keeping the
|
|||||||
commit message and author information.
|
commit message and author information.
|
||||||
|
|
||||||
You can also meet developers and discuss development issues and patches
|
You can also meet developers and discuss development issues and patches
|
||||||
in the #tinyproxy IRC channel on Freenode (irc.freenode.net).
|
in the `#tinyproxy` IRC channel on Freenode (`irc.freenode.net`).
|
||||||
|
Loading…
Reference in New Issue
Block a user