From 1f80b0b26692617a72eae44fcd42f007dd964fa8 Mon Sep 17 00:00:00 2001 From: Artur Adib Date: Tue, 1 Nov 2011 08:46:39 -0400 Subject: [PATCH 1/2] Replace andreasgal/pdf.js --> mozilla/pdf.js --- Makefile | 2 +- README.md | 10 +++++----- extensions/firefox/install.rdf | 2 +- web/index.html.template | 18 +++++++++--------- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Makefile b/Makefile index 80003bdf6..3484ab414 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -REPO = git@github.com:andreasgal/pdf.js.git +REPO = git@github.com:mozilla/pdf.js.git BUILD_DIR := build BUILD_TARGET := $(BUILD_DIR)/pdf.js DEFAULT_BROWSERS := resources/browser_manifests/browser_manifest.json diff --git a/README.md b/README.md index 42669da28..d6d2d886d 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ However, note that the extension might not reflect the latest source in our mast To get a local copy of the current code, clone it using git: - $ git clone git://github.com/andreasgal/pdf.js.git pdfjs + $ git clone git://github.com/mozilla/pdf.js.git pdfjs $ cd pdfjs Next, you need to start a local web server as some browsers don't allow opening @@ -73,7 +73,7 @@ Additional resources are available in a separate section below. For a "hello world" example, take a look at: -+ [examples/helloworld/hello.js](https://github.com/andreasgal/pdf.js/blob/master/examples/helloworld/hello.js) ++ [examples/helloworld/hello.js](https://github.com/mozilla/pdf.js/blob/master/examples/helloworld/hello.js) This example illustrates the bare minimum ingredients for integrating pdf.js in a custom project. @@ -92,10 +92,10 @@ workings of PDF and pdf.js: pdf.js is a community-driven project, so contributors are always welcome. Simply fork our repo and contribute away. A great place to start is our -[open issues](https://github.com/andreasgal/pdf.js/issues). For better consistency and +[open issues](https://github.com/mozilla/pdf.js/issues). For better consistency and long-term stability, please do look around the code and try to follow our conventions. More information about the contributor process can be found on the -[contributor wiki page](https://github.com/andreasgal/pdf.js/wiki/Contributing). +[contributor wiki page](https://github.com/mozilla/pdf.js/wiki/Contributing). If you don't want to hack on the project or have little spare time, __you still can help!__ Just open PDFs in the @@ -104,7 +104,7 @@ any breakage in rendering. Our Github contributors so far: -+ https://github.com/andreasgal/pdf.js/contributors ++ https://github.com/mozilla/pdf.js/contributors You can add your name to it! :) diff --git a/extensions/firefox/install.rdf b/extensions/firefox/install.rdf index 0dfd6bf57..26b2192b6 100644 --- a/extensions/firefox/install.rdf +++ b/extensions/firefox/install.rdf @@ -19,6 +19,6 @@ true Vivien Nicolas pdf.js uri loader - https://github.com/andreasgal/pdf.js/ + https://github.com/mozilla/pdf.js/ diff --git a/web/index.html.template b/web/index.html.template index 12e606371..44e9a0cbe 100644 --- a/web/index.html.template +++ b/web/index.html.template @@ -3,7 +3,7 @@ - andreasgal/pdf.js @ GitHub + mozilla/pdf.js @ GitHub