Difference between revisions of "Warc-proxy"
Jump to navigation
Jump to search
Prwheatley (talk | contribs) |
Prwheatley (talk | contribs) |
||
Line 1: | Line 1: | ||
− | {{ | + | {{Infobox tool |
|purpose=Warc-proxy is a simple tool to view WARC content in Firefox | |purpose=Warc-proxy is a simple tool to view WARC content in Firefox | ||
− | |||
|homepage=https://github.com/alard/warc-proxy | |homepage=https://github.com/alard/warc-proxy | ||
|sourcecode=https://github.com/alard/warc-proxy | |sourcecode=https://github.com/alard/warc-proxy | ||
− | |license= unknown | + | |license=unknown |
|platforms=Cross-platform | |platforms=Cross-platform | ||
|language=Python | |language=Python | ||
|formats_in={{Format|WARC}} | |formats_in={{Format|WARC}} | ||
+ | |function=Rendering, File Management | ||
+ | |content=Web | ||
+ | }} | ||
+ | {{Infobox tool details | ||
+ | |ohloh_id=warc-proxy | ||
}} | }} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
= Description = | = Description = | ||
Warc-proxy can be used to view the sites contained in a WARC file with Mozilla Firefox. | Warc-proxy can be used to view the sites contained in a WARC file with Mozilla Firefox. | ||
Line 32: | Line 31: | ||
<rss max=5>https://github.com/alard/warc-proxy/commits/master.atom</rss> | <rss max=5>https://github.com/alard/warc-proxy/commits/master.atom</rss> | ||
− | |||
− | |||
− |
Revision as of 14:08, 21 April 2021
Error in widget Ohloh Project: unable to write file /var/www/html/extensions/Widgets/compiled_templates/wrt67401cefbb2d89_29565744
Description
Warc-proxy can be used to view the sites contained in a WARC file with Mozilla Firefox. Warc-proxy consists of two parts:
- A python script, which sets up a simple server.
- A Firefox add-on which interacts with the python server and lets you navigate the archive structure
Issues
Because the last changes to this tool were comitted 2013, the Firefox add-on is not signed for use with curent Firefox versions. The tool therefore can not be used with Firefox 48 or newer, since the option to disable signature enforcement was discontinueed. This issue can be solved by using the Firefox Nightly build.
User Experiences
- User JFS: Warc-proxy is relatively easy to install and use. It displayed all the sites in our sample perfectly.
Development Activity
- 2013-01-05 20:55:24
- [tag:github.com,2008:Grit::Commit/3d7a81e1980cacef8760a1277f1543eaa0ce8b5f Fix handling of chunked responses.]
- by alard@example.com
- 2013-01-05 18:11:43
- [tag:github.com,2008:Grit::Commit/8717f33b642f414de896dcafb2e91a3dc27c38ca Do not send Content-Length for chunked responses.]
- by alard@example.com
- 2013-01-05 18:11:31
- [tag:github.com,2008:Grit::Commit/2cce43877e7cdaf507c1bcf4dba360687d68223c Connection: keep-alive for 404.]
- by alard@example.com
- 2013-01-05 14:51:47
- [tag:github.com,2008:Grit::Commit/d4239d416f92740cdb15b80b90637c14617f78a1 Type filter should skip responses without a type.]
- by alard@example.com
- 2013-01-05 14:46:49
- [tag:github.com,2008:Grit::Commit/8d5d19398ee8fbf71e671ff68fb83565b0b04bd8 Check for mime-type-less responses.]
- by alard@example.com