Skip to content

Commit

Permalink
ExtJS and Ruby docsets
Browse files Browse the repository at this point in the history
  • Loading branch information
jkozera committed Mar 17, 2013
1 parent e98ac33 commit 386c768
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,12 @@ Zeal is a simple documentation browser inspired by [Dash](http://kapeli.com/dash

After installing/compiling it you need to download docsets. It can be done automatically by clicking 'Options', 'Docsets', 'Download...'.

You can also put them manually in `$HOME/.local/share/zeal/docsets/` (Linux) or `C:\Users\[your username]\AppData\Local\zeal\docsets\` (Windows) -- after creating the directory first. Currently there are docsets available from Qt 5 and Python 2.7.3, generated using scripts from `gendoctests` directory. They can be also downloaded from Dropbox: (failover in case Google Drive URLs from `docsets.txt` stop working.)
Currently there are docsets available from Ruby 1 and 2 [1], ExtJS 4.1, Python 2.7.3, Qt 5 [2].

* [Qt5.tar.bz2](https://www.dropbox.com/s/xlisxarbg09220a/Qt5.tar.bz2) (55M)
* [python-2.7.3-docs-html.tar.bz2](https://www.dropbox.com/s/fcng55tc48hnwe3/python-2.7.3-docs-html.tar.bz2) (4.3M)
[1] thanks to Dash's [docset exchange programme](https://github.com/jkozera/zeal/issues/1#issuecomment-13357189)
[2] generated using scripts from `gendoctests` directory

Do `tar -jxvf file.tar.bz2` in docsets directory to enable given docset.

You can also use Dash's docsets by putting `.docset` directories in the same directory as above.
You can also use Dash's docsets by putting `.docset` directories in `$HOME/.local/share/zeal/docsets/` (Linux) or `C:\Users\[your username]\AppData\Local\zeal\docsets\` (Windows).

## Binary packages

Expand Down
5 changes: 4 additions & 1 deletion docsets.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
Qt5 https://drive.google.com/uc?export=download&confirm=no_antivirus&id=0B8S9pdOpH0GPMjlHa1k5WTVldDg 201303062116
ExtJS-4.1 https://drive.google.com/uc?export=download&confirm=no_antivirus&id=0B8S9pdOpH0GPUF95TUV5SUhHYk0 201303170007
python-2.7.3-docs-html https://drive.google.com/uc?export=download&confirm=no_antivirus&id=0B8S9pdOpH0GPVkVtM0lrNVdCNXM 201303062116
Qt5 https://drive.google.com/uc?export=download&confirm=no_antivirus&id=0B8S9pdOpH0GPMjlHa1k5WTVldDg 201303062116
Ruby https://drive.google.com/uc?export=download&confirm=no_antivirus&id=0B8S9pdOpH0GPS3JZc2dZdUVTYms 201303170016
Ruby2 https://drive.google.com/uc?export=download&confirm=no_antivirus&id=0B8S9pdOpH0GPM1A5WkJKYkd2SEU 201303170016

0 comments on commit 386c768

Please sign in to comment.