1
0
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:
Ilya Kreymer 2014-04-06 11:46:43 -07:00
parent d6006acdc3
commit d8c20a59cf
3 changed files with 10 additions and 3 deletions

View File

@ -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.

View File

@ -1,4 +1,4 @@
PyWb 0.2.2
PyWb 0.3.1
=============
.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=develop

View File

@ -34,7 +34,7 @@ class PyTest(TestCommand):
setup(
name='pywb',
version='0.2.2',
version='0.3.1',
url='https://github.com/ikreymer/pywb',
author='Ilya Kreymer',
author_email='ikreymer@gmail.com',
@ -84,6 +84,7 @@ setup(
[console_scripts]
wayback = pywb.apps.wayback:main
cdx-server = pywb.apps.cdx_server:main
rewrite-live = pywb.apps.rewrite_live:main
cdx-indexer = pywb.warc.archiveindexer:main
""",
zip_safe=False,