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

Dash supports more plist keys: DashDocSetFallbackURL & isJavaScriptEnabled #43

Merged
merged 4 commits into from
Oct 11, 2015

Conversation

reaperhulk
Copy link
Contributor

This PR adds support for both based on the information provided in https://kapeli.com/docsets#improveDocset

I'm not sure if I've tested this effectively so let me know what you'd like improved hynek :)

Also, the description for isJavaScriptEnabled (https://kapeli.com/docsets#enableJavascript) is really not very good. It seems like you need it to be True to use bundled JS assets, not actual remote ones?

@hynek
Copy link
Owner

hynek commented Oct 10, 2015

Let’s ask @Kapeli ✨! :)

@Kapeli
Copy link
Contributor

Kapeli commented Oct 10, 2015

Looks good.

Also, the description for isJavaScriptEnabled (https://kapeli.com/docsets#enableJavascript) is really not very good. It seems like you need it to be True to use bundled JS assets, not actual remote ones?

It's for all JavaScript files, regardless if they're bundled or remote.

@hynek
Copy link
Owner

hynek commented Oct 10, 2015

In that case all it needs it docs. :) (don’t forget authors.rst & changelog.rst)

@reaperhulk
Copy link
Contributor Author

Thanks for the info @Kapeli :) I'll add docs today @hynek

@reaperhulk reaperhulk force-pushed the support-new-plist-keys branch from 3f9844c to 5fc005e Compare October 10, 2015 14:09
@@ -11,6 +11,7 @@ Changelog
The move from ``unicode_literals`` to explicit prefixes broke some things that are fixed now.
(`#29 <https://github.com/hynek/doc2dash/issues/29>`_, `#30 <https://github.com/hynek/doc2dash/issues/30>`_)
- Fix detection of `pydoctor 0.5 <http://bazaar.launchpad.net/~mwhudson/pydoctor/dev/revision/605>`_. (`#31 <https://github.com/hynek/doc2dash/issues/31>`_)
- Add support for ``--enable-js`` and ``-online-redirect-url`` options. See :doc:`/usage` for more information.
Copy link
Owner

Choose a reason for hiding this comment

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

two dashes for --online :)

hynek added a commit that referenced this pull request Oct 11, 2015
Dash supports more plist keys: DashDocSetFallbackURL & isJavaScriptEnabled
@hynek hynek merged commit 27b8d51 into hynek:master Oct 11, 2015
@reaperhulk reaperhulk deleted the support-new-plist-keys branch October 12, 2015 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants