File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11warc2html <img src =" warc2html.png " align =" right " >
22=========
33
4- Converts WARC files to static html while rewriting links to relative URLs suitable for browsing offline or re-hosting
5- using a standard web server.
4+ Converts WARC files to static html while rewriting links to relative paths suitable for browsing offline or rehosting
5+ on a standard web server.
66
77Limitations:
88* Links in JavaScript are not rewritten
@@ -12,14 +12,14 @@ Limitations:
1212Usage
1313-----
1414
15- To convert a file named example .warc.gz to static HTML:
15+ To convert a file named input .warc.gz to static HTML:
1616
17- java -jar warc2html.jar -o output/ example .warc.gz
17+ java -jar warc2html.jar -o output/ input .warc.gz
1818
1919Alternatively if you'd like to convert a subset of records you can supply a list of records in CDX11 format and the
20- path or URL where your WARC files are stored:
20+ path or URL where the corresponding WARC files are stored:
2121
22- java -jar warc2html.jar -o output/ -b http://server/warcs/ example .cdx
22+ java -jar warc2html.jar -o output/ -b http://server/warcs/ input .cdx
2323
2424Compiling
2525---------
You can’t perform that action at this time.
0 commit comments