Ver Fonte

Merge branch 'master' of https://github.com/gildas-lormeau/SingleFile

Former-commit-id: febed6842120ed980162c77ecc52fef90c7825e6
Gildas há 6 anos atrás
pai
commit
7942ebd133
2 ficheiros alterados com 11 adições e 8 exclusões
  1. 8 8
      README.MD
  2. 3 0
      faq.md

+ 8 - 8
README.MD

@@ -6,10 +6,10 @@ SingleFile is a Web Extension compatible with Chrome, Firefox (Desktop and Mobil
  - [Install](#install)
  - [Getting started](#getting-started)
  - [Additional notes](#additional-notes)
+ - [FAQ](#faq)
+ - [Release notes](#release-notes)
  - [SingleFileZ](#singlefilez)
  - [Command Line Interface](#command-line-interface)
- - [Release notes](#release-notes)
- - [FAQ](#faq)
  - [File format comparison](#file-format-comparison)
  - [Known issues](#known-issues)
  - [Troubleshooting unknown issues](#troubleshooting-unknown-issues)
@@ -55,6 +55,12 @@ SingleFile can be installed:
  - You can use the shortcut Ctrl+Shift+Y to save the current tab or the selected tabs. Go to chrome://extensions/shortcuts to change it in Chrome.
  - See the extension help in the options page for more detailed information about the options and technical notes.
 
+## FAQ
+See https://github.com/gildas-lormeau/SingleFile/blob/master/faq.md
+
+## Release notes
+See https://addons.mozilla.org/firefox/addon/single-file/versions/
+
 ## 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.
 
@@ -64,12 +70,6 @@ More info here: https://github.com/gildas-lormeau/SingleFileZ
  - 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.
 
-## Release notes
-See https://addons.mozilla.org/firefox/addon/single-file/versions/
-
-## FAQ
-See https://github.com/gildas-lormeau/SingleFile/blob/master/faq.md
-
 ## File format comparison
 |   	                                                                           | HTML (SingleFile)  | HTML (SingleFileZ) | MAFF  | MHTML | Webarchive | HTML+folder |
 | ---                                	                                           |       :---:        |       :---:        | :---: | :---: |    :---:   |    :---:    |

+ 3 - 0
faq.md

@@ -6,6 +6,9 @@ As stated in the [privacy policy](https://github.com/gildas-lormeau/SingleFile/b
 ## Why can't I save some pages like https://addons.mozilla.org/addon/single-file?
 For security purposes, browsers block web extensions on certain domains. This prevents a malicious extension to remove or change bad reviews, for example.
 
+## Why don't interactive elements like folding titles, dynamic maps or carousels work properly in saved pages?
+These elements need JavaScript to work properly. By default, SingleFile removes scripts because they can alter the rendering and there is no guarantee they will work offline. However, you can save them by unchecking the option "Other resources > remove scripts" and optionally checking the option "Misc. > save raw page".
+
 ## Why isn't the infobar displayed / Why cannot I save a page from the filesystem in Chrome?
 By default, Chrome extensions are not allowed to access to pages stored on the filesystem. Therefore, 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.