mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-06-20 12:54:23 -04:00
little readme fix
This commit is contained in:
parent
c9bc9fb67d
commit
ed7e01210d
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ Mac instructions:
|
||||||
brozzler-easy
|
brozzler-easy
|
||||||
|
|
||||||
At this point brozzler-easy will start brozzling your site. Results will be
|
At this point brozzler-easy will start brozzling your site. Results will be
|
||||||
immediately available for playback in pywb at http://localhost:8091/brozzler/.
|
immediately available for playback in pywb at http://localhost:8880/brozzler/.
|
||||||
|
|
||||||
*Brozzler-easy demonstrates the full brozzler archival crawling workflow, but
|
*Brozzler-easy demonstrates the full brozzler archival crawling workflow, but
|
||||||
does not take advantage of brozzler's distributed nature.*
|
does not take advantage of brozzler's distributed nature.*
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -32,7 +32,7 @@ def find_package_data(package):
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name='brozzler',
|
name='brozzler',
|
||||||
version='1.1b6.dev76',
|
version='1.1b6.dev77',
|
||||||
description='Distributed web crawling with browsers',
|
description='Distributed web crawling with browsers',
|
||||||
url='https://github.com/internetarchive/brozzler',
|
url='https://github.com/internetarchive/brozzler',
|
||||||
author='Noah Levitt',
|
author='Noah Levitt',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue