|
|
@@ -44,35 +44,25 @@ You can also convert MAFF pages to HTML. For this, you must use specific version
|
|
|
|
|
|
- Syntax
|
|
|
|
|
|
- `$ ./single-file <url> [output] [options ...]` (Linux/Unix/BSD etc.)
|
|
|
-
|
|
|
- `> single-file <url> [output] [options ...]` (Windows)
|
|
|
+ `$ ./single-file <url> [output] [options ...]`
|
|
|
|
|
|
- Display help
|
|
|
|
|
|
- `$ ./single-file --help` (Linux/Unix/BSD etc.)
|
|
|
-
|
|
|
- `> single-file --help` (Windows)
|
|
|
+ `$ ./single-file --help`
|
|
|
|
|
|
- Examples
|
|
|
|
|
|
- Dump the processed content of https://www.wikipedia.org into the console
|
|
|
|
|
|
- `$ ./single-file https://www.wikipedia.org` (Linux/Unix/BSD etc.)
|
|
|
-
|
|
|
- `> single-file https://www.wikipedia.org` (Windows)
|
|
|
+ `$ ./single-file https://www.wikipedia.org`
|
|
|
|
|
|
- Save https://www.wikipedia.org into `wikipedia.html`
|
|
|
|
|
|
- `$ ./single-file https://www.wikipedia.org wikipedia.html` (Linux/Unix/BSD etc.)
|
|
|
-
|
|
|
- `> single-file https://www.wikipedia.org wikipedia.html` (Windows)
|
|
|
+ `$ ./single-file https://www.wikipedia.org wikipedia.html`
|
|
|
|
|
|
- Save https://www.wikipedia.org into `wikipedia.html` with Firefox instead of Chrome
|
|
|
|
|
|
- `$ ./single-file https://www.wikipedia.org wikipedia.html --back-end=webdriver-gecko` (Linux/Unix/BSD etc.)
|
|
|
-
|
|
|
- `> single-file https://www.wikipedia.org wikipedia.html --back-end=webdriver-gecko` (Windows)
|
|
|
+ `$ ./single-file https://www.wikipedia.org wikipedia.html --back-end=webdriver-gecko`
|
|
|
|
|
|
## License
|
|
|
|