8000 Update to Heritrix 3.7 (mitigate remote hanging up on bulk push) by machawk1 · Pull Request #589 · machawk1/wail · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update to Heritrix 3.7 (mitigate remote hanging up on bulk push) #589

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ exclude_paths:
- "build/*"
- "support/*"
- "WAIL.spec"
- "bundledApps/heritrix-3.4.0-20240909/*"
- "bundledApps/heritrix-3.7.0/*"
- "bundledApps/html/*"
- "bundledApps/tomcat/*"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Web Archiving Integration Layer (WAIL) is a graphical user interface (GUI) atop multiple web archiving tools intended to be used as an easy way for anyone to preserve and replay web pages.

Tools included and accessible through the GUI are <a href="https://github.com/internetarchive/heritrix3">Heritrix 3.4.0-20240909</a> and <a href="https://github.com/iipc/openwayback">OpenWayback 2.4.0</a>. Support packages include Apache Tomcat, <a href="https://github.com/pyinstaller/pyinstaller/">pyinstaller</a>, and <a href="https://github.com/oduwsdl/memgator">MemGator</a>.
Tools included and accessible through the GUI are <a href="https://github.com/internetarchive/heritrix3">Heritrix 3.7.0</a> and <a href="https://github.com/iipc/openwayback">OpenWayback 2.4.0</a>. Support packages include Apache Tomcat, <a href="https://github.com/pyinstaller/pyinstaller/">pyinstaller</a>, and <a href="https://github.com/oduwsdl/memgator">MemGator</a>.

WAIL is written in Python and compiled to a native executable using <a href="http://www.pyinstaller.org/">PyInstaller</a>.

Expand Down
6 changes: 3 additions & 3 deletions bundledApps/WAILConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
if "darwin" in sys.platform: # macOS-specific code
# This should be dynamic but doesn't work with WAIL binary
wail_path = '/Applications/WAIL.app'
heritrix_path = f'{wail_path}/bundledApps/heritrix-3.4.0-20240909/'
heritrix_path = f'{wail_path}/bundledApps/heritrix-3.7.0/'
heritrix_bin_path = f'sh {heritrix_path}bin/heritrix'
heritrix_job_path = f'{heritrix_path}jobs/'
font_size = 10
Expand Down Expand Up @@ -275,7 +275,7 @@
elif sys.platform.startswith("linux"):
# Should be more dynamics but suitable for Docker-Linux testing
wail_path = '/wail'
heritrix_path = f'{wail_path}/bundledApps/heritrix-3.2.0/'
heritrix_path = f'{wail_path}/bundledApps/heritrix-3.7.0/'
heritrix_bin_path = f'sh {heritrix_path}bin/heritrix'
heritrix_job_path = f'{heritrix_path}jobs/'
font_size = 10
Expand Down Expand Up @@ -317,7 +317,7 @@
jre_home = jdk_path
java_home = jdk_path

heritrix_path = wail_path + "\\bundledApps\\heritrix-3.2.0\\"
heritrix_path = wail_path + "\\bundledApps\\heritrix-3.7.0\\"
heritrix_bin_path = f'{heritrix_path}bin\\heritrix.cmd'
heritrix_job_path = f'{heritrix_path}\\jobs\\'
tomcat_path = f'{wail_path}\\bundledApps\\tomcat'
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.