Offline documentation browser inspired by Dash
Go to file
Oleg Shparber e1c83d0ca7 build(cmake): add support for base64-encoded signing certificate
This is a workaround for GitHub Actions not handling long or multiline
secrets properly.
2023-09-19 03:07:19 -04:00
.github build(cmake): add support for base64-encoded signing certificate 2023-09-19 03:07:19 -04:00
assets build(cmake): check ZEAL_RELEASE_BUILD environment variable 2023-09-18 01:51:59 -04:00
cmake build(cmake): add support for base64-encoded signing certificate 2023-09-19 03:07:19 -04:00
pkg cmake(build): skip signing for source packaging 2023-09-11 01:17:10 -04:00
src cmake(build): indicate portable build in package name 2023-09-18 02:25:23 -04:00
.editorconfig chore: update .editorconfig 2023-09-18 02:30:10 -04:00
.gitattributes chore: use recommended .yaml extension where possible (#1533) 2023-09-08 00:54:02 -04:00
.gitignore chore: cleanup .gitignore 2023-09-18 02:29:01 -04:00
CHANGELOG.md doc: Add CHANGELOG.md pointing to GitHub Releases (closes #395) 2018-01-09 09:32:26 +02:00
CMakeLists.txt build(cmake): check ZEAL_RELEASE_BUILD environment variable 2023-09-18 01:51:59 -04:00
CMakePresets.json build(cmake): check ZEAL_RELEASE_BUILD environment variable 2023-09-18 01:51:59 -04:00
COPYING docs: fix insecure links 2020-06-29 00:26:14 -04:00
README.md docs(readme): update screenshot 2023-09-18 03:44:15 -04:00
vcpkg.json build(vcpkg): add vulkan-headers dependency 2023-09-04 22:33:45 -04:00

Zeal

Changelog Gitter IRC Telegram Channel Twitter

Build Check Coverity Scan

Zeal is a simple offline documentation browser inspired by Dash.

Screenshot

Download

Get binary builds for Windows and Linux from the download page.

How to use

After installing Zeal go to Tools->Docsets, select the ones you want, and click the Download button.

How to compile

Build dependencies

  • CMake.
  • Qt version 5.9.5 or above. Required module: Qt WebEngine Widgets.
  • libarchive.
  • SQLite.
  • X11 platforms only: Qt X11 Extras and xcb-util-keysyms.

Build instructions

cmake -B build
cmake --build build

More detailed instructions are available in the wiki.

Query & Filter docsets

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

Command line

If you prefer, you can start Zeal with a query from the command line:

zeal python:pprint

Create your own docsets

Follow instructions in the Dash docset generation guide.

Contact and Support

We want your feedback! Here's a list of different ways to contact developers and request help:

License

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.