Updates

Tim van der Meij 2015-08-04 21:41:03 +02:00
parent 850274d1a6
commit 5c25f2e4a9

21
Home.md

@ -1,13 +1,12 @@
The PDF.js wiki contains relevant pages about setting up PDF.js, contributing to the PDF.js project and other project-related information. To get started, please read the [README](https://github.com/mozilla/pdf.js/blob/master/README.md) file and consult the pages below: The PDF.js wiki contains relevant pages about setting up PDF.js, contributing to the PDF.js project and other project-related information. To get started, please read the [README](https://github.com/mozilla/pdf.js/blob/master/README.md) file and consult the pages below:
+ [FAQ](wiki/Frequently-Asked-Questions) - Frequently asked questions. + Frequently asked questions: [FAQ](wiki/Frequently-Asked-Questions)
+ [Contributing/Workflow](wiki/Contributing) - How to contribute to the PDF.js project. Also contains more information on setting up testing. + Contributing to PDF.js and setting up testing: [Contributing/Workflow](wiki/Contributing)
+ [Style Guide](wiki/Style-Guide) - Coding style guide. + Code style information: [Style Guide](wiki/Style-Guide)
+ [Debugging PDF.js](wiki/Debugging-PDF.js) - Tips for debugging and ways to enable debugging tools. + Debugging tips and enabling debugging tools: [Debugging PDF.js](wiki/Debugging-PDF.js)
+ [Learning Resources](wiki/Additional-Learning-Resources) - Additional reading material, presentations, videos. + Finding out which commit caused a regression: [Bisecting a Regression](wiki/Bisecting-a-Regression)
+ [Weekly Public Meetings](wiki/Weekly-Public-Meetings). + Additional learning material: [Learning Resources](wiki/Additional-Learning-Resources)
+ [Required Browser Features](wiki/Required-Browser-Features). + Setting up PDF.js for usage in websites: [Setup PDF.js in a website](wiki/Setup-pdf.js-in-a-website)
+ [Gallery of user projects and modifications](wiki/Gallery-of-user-projects-and-modifications). + Options for the PDF.js viewer: [Viewer options](wiki/Viewer-options)
+ [Setup PDF.js in a website](wiki/Setup-pdf.js-in-a-website) - [Linux](wiki/Setup-PDF.js-in-a-website-(Linux)) or [Windows](wiki/Setup-PDF.js-in-a-website-(Windows)) + Bug triage and engineering meetings: [Weekly Public Meetings](wiki/Weekly-Public-Meetings)
+ [Viewer options](wiki/Viewer-options) - Options for PDF.js's viewer that can be given at the URL level. + Interesting user projects: [Gallery of user projects and modifications](wiki/Gallery-of-user-projects-and-modifications)
+ [Bisecting a Regression](wiki/Bisecting-a-Regression) - How to find which commit caused a regression.