Zeal: Offline documentation at hand

I was reading on Humans an article related to Zeal, an application that allows us to have documentation on various applications, frameworks and its APIs in a offline, and I wanted to share with you how the available documentation is installed and added.

What is Zeal?

Zeal is an alternative to Dash, its counterpart in OS X already Velocity, its counterpart in Windows. In fact, use the same listing de docset, which is how they call the available documentation.

How do we install Zeal?

On its download page we can find several ways to install Zeal depending on the distribution. In the case of Ubuntu:

add-apt-repository ppa: jerzy-kozera / zeal-ppa apt-get update apt-get install zeal

For ArchLinux installs from AUR:

yaourt -S zeal-git

There are packages for Gentoo y openSUSE, but for Fedora you have to compile it from Zeal source. Once installed we just have to run it from the start menu, or from a terminal.

How do we import the Docsets into Zeal?

Once the application is open we will Fillet (Archive) " Options (Options) » docsets. Zeal will load the list with the available documentation and we will only have to select the one we want and download it from the same window.

Zeal

We can close the options window while the documentation is being downloaded, and the entries that we marked once they are downloaded will appear on the left side in the main window.

Zeal

Now we can navigate through each section of the downloaded documentation or insert some search criteria (in general or using a prefix) to show us the results for each docset Discharged:

Zeal1

To all this we add that Zeal can be integrated with some of the most popular text editors such as Sublime Text, brackets, Vim o Emacs.

As the boys of Humans, you can create your own documentation and put it inside the folder where our docsets to be able to view it. Many programs we use to generate documentation allow creating docset, such is the case of javadoc, Appledoc, Sphinx o pydoctor, RDoc o Yard, Doxygen, among others. You can also bring documentation HTML a docset, following the guide that is exposed here.

And that's it.


Leave a Comment

Your email address will not be published. Required fields are marked with *

*

*

  1. Responsible for the data: Miguel Ángel Gatón
  2. Purpose of the data: Control SPAM, comment management.
  3. Legitimation: Your consent
  4. Communication of the data: The data will not be communicated to third parties except by legal obligation.
  5. Data storage: Database hosted by Occentus Networks (EU)
  6. Rights: At any time you can limit, recover and delete your information.

  1.   document said

    Fence !!. I thought it was some kind of program that allowed to display in the same interface all the documentation that comes with a standard Linux series, let's say man pages, info pages, the docs that are stored in / usr / share / doc ...

    Do you know something like that? Thanks in advance.

    1.    elav said

      KDE includes it 🙂

  2.   dhunter said

    This is more appreciated in systems such as Windows and Mac that do not have doc by default, but at least in my Debian I always do an "apt-cache search doc package" before going to look for something on the web and rarely is it in the repo.

  3.   rawBasic said

    Absolutely cool, I didn't know him .. ..thank you very much for sharing 😉

  4.   Gerson Lazarus said

    I'm having trouble installing it on elementary os:
    "Depends: libqt5core5 (> = 5.0.2) but not installable
    Depends: libqt5gui5 (> = 5.0.2) but not installable »
    Any ideas? Thanks a lot

  5.   eduardo amaro said

    With this recommendation, goodbye Sublime text ……….

    Good post