mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
update to version 0.3.1
This commit is contained in:
parent
d6006acdc3
commit
d8c20a59cf
@ -1,4 +1,10 @@
|
|||||||
pywb 0.2.2 changelist
|
pywb 0.3.1 changelist
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* Improve lxml rewriting, letting lxml handle decoding from bytestream (to address #36)
|
||||||
|
|
||||||
|
|
||||||
|
pywb 0.3.0 changelist
|
||||||
~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
* Generate cdx indexs via command-line `cdx-indexer` script. Optionally sorting, and output to either a single combined file or a file per-directory.
|
* Generate cdx indexs via command-line `cdx-indexer` script. Optionally sorting, and output to either a single combined file or a file per-directory.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
PyWb 0.2.2
|
PyWb 0.3.1
|
||||||
=============
|
=============
|
||||||
|
|
||||||
.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=develop
|
.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=develop
|
||||||
|
3
setup.py
3
setup.py
@ -34,7 +34,7 @@ class PyTest(TestCommand):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='pywb',
|
name='pywb',
|
||||||
version='0.2.2',
|
version='0.3.1',
|
||||||
url='https://github.com/ikreymer/pywb',
|
url='https://github.com/ikreymer/pywb',
|
||||||
author='Ilya Kreymer',
|
author='Ilya Kreymer',
|
||||||
author_email='ikreymer@gmail.com',
|
author_email='ikreymer@gmail.com',
|
||||||
@ -84,6 +84,7 @@ setup(
|
|||||||
[console_scripts]
|
[console_scripts]
|
||||||
wayback = pywb.apps.wayback:main
|
wayback = pywb.apps.wayback:main
|
||||||
cdx-server = pywb.apps.cdx_server:main
|
cdx-server = pywb.apps.cdx_server:main
|
||||||
|
rewrite-live = pywb.apps.rewrite_live:main
|
||||||
cdx-indexer = pywb.warc.archiveindexer:main
|
cdx-indexer = pywb.warc.archiveindexer:main
|
||||||
""",
|
""",
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user