Zeal is a simple offline documentation browser inspired by Dash.
Get binary builds for Windows and Linux from the download page.
After installing Zeal, go to Tools->Docsets, select the ones you want, and click the Download button.
- CMake.
- Qt version 5.9.5 or above. Required module: Qt WebKit Widgets.
- libarchive.
- SQLite.
- X11 platforms only: Qt X11 Extras and
xcb-util-keysyms
.
mkdir build && cd build
cmake ..
make
More detailed instructions are available in the Wiki.
You can limit the search scope by using ':' to indicate the desired docsets:
java:BaseDAO
You can also search multiple docsets separating them with a comma:
python,django:string
If you prefer, you can start Zeal with a query from the command line:
zeal python:pprint
Follow the Dash Docset Generation Guide.
We want your feedback! Here's a list of different ways to contact developers and request help:
- Report bugs and submit feature requests to GitHub issues.
- Reach developers and other Zeal users on Gitter, or IRC channel #zealdocs on Freenode.
- Ask any questions in our Google Group. You can simply send an email to [email protected].
- Finally, for private communications email us at [email protected].
- And do not forget to follow @zealdocs on Twitter!
This software is licensed under the terms of the GNU General Public License version 3 (GPLv3). Full text of the license is available in the COPYING file and online.