Zeal: Benefits of Zeal compared with DevDocs

Created on 27 Jul 2019  路  4Comments  路  Source: zealdocs/zeal

Reading the available documentation, it is not clear what are Zeal's benefits & features compared with DevDocs.

Could you elaborate a little on them ?

It might help people to choose between both tools, and encourage contributions.

Thanks !

resolutioanswered typquestion

All 4 comments

Hey, from the user's perspective it doesn't seem like there's much of a difference. They both allow searching documentation.

From development perspective/creating your own docsets I believe zeal's main goal is to be a "Dash" that supports other platforms. It supports dash's docsets and features. I looked at devdocs a bit and it looks like they don't make use of docsets at all. Instead it looks like there are scrapers that grab data from various sites and generate their searchable docs.

I'm sure there are other differences but looks like they're it's another approach at doing the same thing.

Thanks for your thoughts !

How about adding them to the README file ? If you want, I could come up with a PR based on what you said ?

I guess the main difference is that DevDocs is a web application (although capable to work offline), while Zeal is a plain old desktop app.

As @tacocats pointed out, Zeal relies on the docsets provided by Dash. DevDocs have their own scrapers to generate docs. In many cases both are produced from the same websites, but where Dash docsets are just downloaded webpages with a search index, DevDocs does extra post processing to ensure that all docs have a unified look.

Additionally, Dash docsets contain type information, e.g. classes, methods, etc, but that's not provided by DevDocs.

At some point in the past I was considering adding support for DevDocs docs, but the lack of type information, as well as conflict of interests between DevDocs and Dash made me abandon the idea.

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for a related request.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gueorgui picture gueorgui  路  8Comments

husniddin1354 picture husniddin1354  路  7Comments

trollixx picture trollixx  路  8Comments

taulant picture taulant  路  5Comments

rugk picture rugk  路  8Comments