|
|
@@ -47,6 +47,12 @@ SingleFile can be launched from the command line to convert MAFF files into HTML
|
|
|
|
|
|
- Examples
|
|
|
|
|
|
+ - Convert `wikipedia.maff` (located in the user directory) into `wikipedia.html`
|
|
|
+
|
|
|
+ `$ ./single-file.js file:///home/gildas/wikipedia.maff wikipedia.html` (Linux/Unix/BSD etc.)
|
|
|
+
|
|
|
+ `> node single-file.js file:///C:/Users/Gildas/wikipedia.maff wikipedia.html` (Windows)
|
|
|
+
|
|
|
- Convert `wikipedia.maff` (located in the user directory) into `wikipedia.html` with Firefox installed in the folder "~/firefox-56.0.2/" (Linux/Unix/BSD etc.) or "C:\Program Files\Mozilla Firefox 56.0.2\" (Windows)
|
|
|
|
|
|
`$ ./single-file.js file:///home/gildas/wikipedia.maff wikipedia.html --browser-executable-path=~/firefox-56.0.2/firefox` (Linux/Unix/BSD etc.)
|