Explorar el Código

minor fixes

Former-commit-id: f6bd73b1e879a765289720065cadc4106e852b2f
Gildas hace 6 años
padre
commit
1cc964c327
Se han modificado 1 ficheros con 11 adiciones y 11 borrados
  1. 11 11
      README.MD

+ 11 - 11
README.MD

@@ -10,8 +10,8 @@ SingleFile is a Web Extension compatible with Chrome, Firefox (Desktop and Mobil
  - [Release notes](#release-notes)
  - [Known issues](#known-issues)
  - [Troubleshooting unknown issues](#troubleshooting-unknown-issues)
- - [SingleFileZ](#singlefilez)
  - [Command Line Interface](#command-line-interface)
+ - [SingleFileZ](#singlefilez)
  - [File format comparison](#file-format-comparison)
  - [Statistics (Firefox)](#statistics-firefox)
  - [Integration with WebKit](#integration-with-webkit)
@@ -64,15 +64,15 @@ See https://addons.mozilla.org/firefox/addon/single-file/versions/
 ## Known Issues
 - All browsers:
   - For security reasons, you cannot save pages hosted on https://chrome.google.com, https://addons.mozilla.org and some other Mozilla domains. When this happens, 🛇 is displayed on top of the SingleFile icon.
-  - For [security reasons](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_enabled_image), SingleFile is sometimes unable to save the image representation of a [canvas](https://developer.mozilla.org/docs/Web/HTML/Element/canvas) element.
-  - The last saved path cannot be remembered by default. To circumvent this limitation, disable the option "Misc > Save pages in background".
-  - The following characters are replaced with `_` in filenames: `~`, `\\`, `?`, `%`, `*`, `:`, `"`, `<`, `>`  
+  - For [security reasons](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_enabled_image), SingleFile is sometimes unable to save the image representation of [canvas](https://developer.mozilla.org/docs/Web/HTML/Element/canvas) and snapshots of [video](https://developer.mozilla.org/docs/Web/HTML/Element/video) elements.
+  - The last saved path cannot be remembered by default. To circumvent this limitation, disable the option "Misc > save pages in background".
+  - The following characters are replaced with `_` in file names: `~`, `\\`, `?`, `%`, `*`, `:`, `"`, `<`, `>`  
 - Chrome:
   - You must enable the option "Allow access to file URLs" in the extension page to display the infobar when viewing a saved page, or to save a page stored on the filesystem.
-  - If the filename of a saved page looks like "56833935-156b-4d8c-a00f-19599c6513d3", disable the option "Misc > Save pages in background". Reinstalling the browser may also fix this issue.
-  - Disabling the option 'File name > open the "Save as" dialog to confirm the file name' will work if and only if "Ask where to save each file before downloading" is disabled in chrome://settings/downloads.
+  - If the file name of a saved page looks like "56833935-156b-4d8c-a00f-19599c6513d3.html", disable the option "Misc > save pages in background". Reinstalling the browser may also fix this issue.
+  - Disabling the option "File name > open the "Save as" dialog to confirm the file name" will work if and only if the option "Ask where to save each file before downloading" is disabled in chrome://settings/downloads.
 - Firefox:
-  - The "file name conflict resolution" option does not work if set to "prompt for a name"
+  - The "File name > file name conflict resolution" option does not work if set to "prompt for a name"
 - Waterfox
   - When opening pages saved with the option "Images > group duplicate images together" enabled, some duplicate images might not displayed. It is recommended to disable this option.
 
@@ -85,15 +85,15 @@ Please follow these steps if you find an unknown issue:
 - If there is a conflict then try to determine against which extension(s).
 - Please report the issue with a short description on how to reproduce it here: https://github.com/gildas-lormeau/SingleFile/issues.
 
+## Command Line Interface
+ - You can save web pages to HTML from the command line interface. See here for more info: https://github.com/gildas-lormeau/SingleFile/blob/master/cli/README.MD.
+ - You can also convert MAFF pages to HTML. For this, you must use specific versions of SingleFile CLI and Firefox. See here for more info: https://github.com/gildas-lormeau/SingleFile-MAFF2HTML.
+
 ## SingleFileZ
 SingleFileZ is a fork of SingleFile that allows you to save a webpage as a self-extracting HTML file. This HTML file is also a valid ZIP file which contains the resources (images, fonts, stylesheets and frames) of the saved page. This ZIP file can be unzipped on the filesystem in order, for example, to view the page in a browser that would not support pages saved with SingleFileZ.
 
 More info here: https://github.com/gildas-lormeau/SingleFileZ
 
-## Command Line Interface
- - You can save web pages to HTML from the command line interface. See here for more info: https://github.com/gildas-lormeau/SingleFile/blob/master/cli/README.MD.
- - You can also convert MAFF pages to HTML. For this, you must use specific versions of SingleFile CLI and Firefox. See here for more info: https://github.com/gildas-lormeau/SingleFile-MAFF2HTML.
-
 ## File format comparison
 |   	                                                                           | HTML (SingleFile)  | HTML (SingleFileZ) | MAFF  | MHTML | Webarchive | HTML+folder |
 | ---                                	                                           |       :---:        |       :---:        | :---: | :---: |    :---:   |    :---:    |