updated README to include full usage example
[HTTP-Proxy-Archive.git] / README
1 HTTP Proxy Arhive
2
3 Extended HTTP::Proxy perl module to support proxy.pac generation, digest http auth and
4 (planned) selectable arhiving of content per user.
5
6 Source: http://github.com/dpavlin/HTTP-Proxy-Archive
7
8
9 Checkout source:
10
11 $ git clone git@github.com:dpavlin/HTTP-Proxy-Archive.git
12 $ cd HTTP-Proxy-Archive
13
14
15 Start proxy:
16
17 $ ./proxy.pl
18
19
20 Configure Google Chrome to use it:
21
22 $ google-chrome --user-data-dir=/tmp/chrome/ --proxy-pac-url=http://localhost:8080/proxy.pac