mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
since we depend on warctools trunk now, update the readme, and update the version number, so we can push latest to pypi
This commit is contained in:
parent
0cb0f0e448
commit
f07437f64d
10
README.rst
10
README.rst
@ -2,8 +2,6 @@ warcprox - WARC writing MITM HTTP/S proxy
|
|||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
.. image:: https://travis-ci.org/internetarchive/warcprox.png?branch=master
|
.. image:: https://travis-ci.org/internetarchive/warcprox.png?branch=master
|
||||||
:target: https://travis-ci.org/internetarchive/warcprox
|
:target: https://travis-ci.org/internetarchive/warcprox
|
||||||
.. image:: https://pypip.in/d/warcprox/badge.png
|
|
||||||
:target: https://pypi.python.org/pypi/warcprox
|
|
||||||
|
|
||||||
Based on the excellent and simple pymiproxy by Nadeem Douba.
|
Based on the excellent and simple pymiproxy by Nadeem Douba.
|
||||||
https://github.com/allfro/pymiproxy
|
https://github.com/allfro/pymiproxy
|
||||||
@ -20,14 +18,6 @@ get the warning when you visit each new site. But worse, any embedded
|
|||||||
https content on a different server will simply fail to load, because
|
https content on a different server will simply fail to load, because
|
||||||
the browser will reject the certificate without telling you.
|
the browser will reject the certificate without telling you.
|
||||||
|
|
||||||
Dependencies
|
|
||||||
~~~~~~~~~~~~
|
|
||||||
|
|
||||||
Currently depends on tweaks branch of my fork of warctools.
|
|
||||||
https://github.com/nlevitt/warctools/tree/tweaks Hopefully the changes
|
|
||||||
in that branch, or something equivalent, will be incorporated into
|
|
||||||
warctools mainline.
|
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -4,7 +4,7 @@
|
|||||||
import setuptools
|
import setuptools
|
||||||
|
|
||||||
setuptools.setup(name='warcprox',
|
setuptools.setup(name='warcprox',
|
||||||
version='1.0',
|
version='1.1',
|
||||||
description='WARC writing MITM HTTP/S proxy',
|
description='WARC writing MITM HTTP/S proxy',
|
||||||
url='https://github.com/internetarchive/warcprox',
|
url='https://github.com/internetarchive/warcprox',
|
||||||
author='Noah Levitt',
|
author='Noah Levitt',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user