Skip to content

Commit 2b9e514

Browse files
authored
Tweak wording
1 parent 1d723f7 commit 2b9e514

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
warc2html <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

77
Limitations:
88
* Links in JavaScript are not rewritten
@@ -12,14 +12,14 @@ Limitations:
1212
Usage
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

1919
Alternatively 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

2424
Compiling
2525
---------

0 commit comments

Comments
 (0)