Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redo and add more documentation to gh-pages. #4585

Merged
merged 1 commit into from
Apr 10, 2014

Conversation

brendandahl
Copy link
Contributor

Install wintersmith globally and run wintersmith preview or build web and open build/gh-pages.

You'll probably notice this links to release zip files. I'd like to use github releases which for now will be a manual process:

  1. Update moz central
  2. git checkout <SHA IN MOZ CENTRAL>
  3. Run node make dist to generate the zip and update pdfjs.confg
  4. Create a PR with pdfjs.config changes
  5. Create github release
    1. add release notes
    2. attach zip generated from above
    3. mark as pre-release
  6. Remove pre-release flag from previous beta release
  7. Eat cake

cd(GENERIC_DIR);
var distFilename = 'pdfjs-' + VERSION + '-dist.zip';
exec('zip -r ' + ROOT_DIR + BUILD_DIR + distFilename + ' *');
echo('Built distrobution file: ' + distFilename);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: typo in 'distribution'

@yurydelendik
Copy link
Contributor

We need to add LICENSE to the zip

@yurydelendik
Copy link
Contributor

No reference to wiki (page) and/or FAQs (Tab?)

@yurydelendik
Copy link
Contributor

On getting started, in the note about the viewer, I would also add that they have to understand that responsibility of securing and updating falls on the their shoulders.

@yurydelendik
Copy link
Contributor

Looks good with config changed to the nightly and aurora build numbers

brendandahl added a commit that referenced this pull request Apr 10, 2014
Redo and add more documentation to gh-pages.
@brendandahl brendandahl merged commit ba9f1e7 into mozilla:master Apr 10, 2014
@brendandahl brendandahl mentioned this pull request Apr 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants