From 144dce0948e91c5889bf86a39ef7f373c440f731 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Fri, 2 Oct 2015 23:45:04 +0200 Subject: [PATCH] Slightly improved wording --- Frequently-Asked-Questions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index e545219..62148bf 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -80,13 +80,13 @@ The goal is to support all HTML5 compliant browsers, but since feature support v ## What browsers have extensions (and where can I find install procedures)? -There is currently a Firefox, Chromium and Opera extension. The Chromium extension is maintained by a PDF.js contributor. The Opera extension can be found [here](https://addons.opera.com/extensions/details/pdf-viewer). For installing the Firefox or Chromium extension, please refer to the [readme](https://github.com/mozilla/pdf.js/blob/master/README.md). +There are currently extensions for Chromium and Opera. The Chromium extension is maintained by a PDF.js contributor. To install the Chromium extension, please refer to the [readme](https://github.com/mozilla/pdf.js/blob/master/README.md). The Opera extension can be found [here](https://addons.opera.com/extensions/details/pdf-viewer). -The Firefox extension is not supported and marked as disabled for Firefox versions 35 and up. PDF.js is part of the Firefox since version 19. The extension is mostly used to bring newer version of the PDF.js library to the older Firefox version. (The users shall uninstall the extension and revert `pdfjs.disabled` configuration setting and set Options->Applications selection for PDF documents to internal viewer to continue viewing PDFs in the Firefox.) +The Firefox extension is not supported and marked as disabled for Firefox versions 35 and up. PDF.js is part of Firefox since version 19. The extension is mostly used by developers and for bringing a newer version of the PDF.js library to an older Firefox version. Users should uninstall the extension, revert the `pdfjs.disabled` configuration setting and set the Options -> Applications selection for PDF documents to the internal viewer to continue viewing PDFs with PDF.js in Firefox. ## I know JavaScript and want to contribute to the project. How do I start? -First, you need to prepare your [fork](https://help.github.com/articles/fork-a-repo) and setup the development environment. Don't forget to read the [[Contributing]] page. Second, make yourself familiar with the [PDF format and PDF.js internals](Additional-Learning-Resources). Third, if you don't already have a certain issue you want to fix, choose one from the [open issues labeled 5-good-beginner-bug](https://github.com/mozilla/pdf.js/issues?direction=desc&labels=5-good-beginner-bug&page=1&sort=created&state=open). Last, submit a [pull request](https://help.github.com/articles/using-pull-requests) for the review. _During any part of the process we recommend to communicate with the PDF.js team on #pdfjs IRC channel at irc.mozilla.org if you have questions or need to find a reviewer._ +First, you need to prepare your [fork](https://help.github.com/articlenetworks/fork-a-repo) and setup the development environment. Don't forget to read the [[Contributing]] page. Second, make yourself familiar with the [PDF format and PDF.js internals](Additional-Learning-Resources). Third, if you don't already have a certain issue you want to fix, choose one from the [open issues labeled 5-good-beginner-bug](https://github.com/mozilla/pdf.js/issues?direction=desc&labels=5-good-beginner-bug&page=1&sort=created&state=open). Last, submit a [pull request](https://help.github.com/articles/using-pull-requests) for the review. _During any part of the process we recommend to communicate with the PDF.js team on #pdfjs IRC channel at irc.mozilla.org if you have questions or need to find a reviewer._ ## Is it possible to add annotations to a PDF?