Skip to content

Commit

Permalink
Change version number to 0.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacSchemm committed Mar 15, 2018
1 parent 9e306d4 commit c289830
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
21 changes: 5 additions & 16 deletions README.md
@@ -1,6 +1,7 @@
# PDF.js

This is a fork of the last known version of PDF.js with support for SeaMonkey 2.49.x.
This is a fork of the last known version of PDF.js with support for SeaMonkey
2.49.x, with some additional changes cherry-picked from the main branch.

For more information about pdf.js, see: https://github.com/mozilla/pdf.js

Expand All @@ -21,27 +22,15 @@ If everything worked out, install all dependencies for PDF.js:

$ npm install

Finally, you need to start a local web server as some browsers do not allow opening
PDF files using a `file://` URL. Run:

$ gulp server

and then you can open:

+ http://localhost:8888/web/viewer.html

It is also possible to view all test PDF files on the right side by opening:

+ http://localhost:8888/test/pdfs/?frame

## Building PDF.js

To build the Firefox / SeaMonkey extension, run:

$ gulp firefox

You will want to make sure that "zip" and "git" are in your PATH. On Windows,
this is not necessarily the case by default. You can set the PATH in the
command prompt with a command like:
you can get zip.exe from ftp://ftp.info-zip.org/pub/infozip/win32/zip300xn.zip
and install Git from https://gitforwindows.org/. Then you can set the PATH in
the command prompt with a command like:

SET PATH=C:\folder1;C:\folder2;%PATH%
4 changes: 2 additions & 2 deletions pdfjs.config
@@ -1,6 +1,6 @@
{
"betaVersion": "1.10.88",
"stableVersion": "1.9.426",
"baseVersion": "9b353ef407b694c10c755501a9693b8173a4e8e0",
"versionPrefix": "2.0."
"baseVersion": "9e306d43c8ad8ae8271dfc04894f5c0dad90bdff",
"versionPrefix": "0.1."
}

0 comments on commit c289830

Please sign in to comment.