hints.js: support running regular minibuffer doCommand commands
[conkeror.git] / debian / control
blobc2bbf9154287ce5817a3df1522449da5ce3d4f2b
1 Source: conkeror
2 Section: web
3 Priority: extra
4 Maintainer: Axel Beckert <abe@deuxchevaux.org>
5 Uploaders: Luca Capello <luca@pca.it>
6 Build-Depends: debhelper (>= 5), quilt
7 Standards-Version: 3.8.0
8 Homepage: http://conkeror.org/
9 Vcs-Browser: http://noone.org/hg/conkeror/debian
10 Vcs-Hg: http://noone.org/hg/conkeror/debian
12 Package: conkeror
13 Architecture: all
14 Depends: xulrunner (>= 1.9~) | xulrunner-1.9
15 Recommends: conkeror-spawn-process-helper
16 Conflicts: conkeror-spawn-process-helper (< 0.9~080901-1)
17 Suggests: emacs | emacsen
18 Provides: www-browser
19 Description: keyboard focused web browser with Emacs look and feel
20  Conkeror is a highly-programmable web browser based on Mozilla
21  XULRunner. It has a sophisticated keyboard system for running
22  commands and interacting with web page content, modelled after Emacs
23  and Lynx. It is self-documenting and extensible with JavaScript.
24  .
25  It comes with builtin support for several Web 2.0 sites like several
26  Google services (Search, Gmail, Maps, Reader, etc.), Del.icio.us,
27  Reddit, Last.fm and YouTube. For easier editing of form fields, it
28  can spawn external editors. For this feature the recommended
29  conkeror-spawn-process-helper package needs to be installed.
30  .
31  Despite its very similar sounding name, Conkeror is not related to
32  the KDE web browser and file manager Konqueror in any way.
34 Package: conkeror-spawn-process-helper
35 Architecture: any
36 Depends: ${shlibs:Depends}
37 Suggests: conkeror
38 Conflicts: conkeror (< 0.9~080901-1)
39 Description: spawn external processes in Conkeror
40  This helper tool is necessary to let the Conkeror web browser spawn
41  external process, e.g. to edit form fields in an external program.
42  .
43  Maybe helpful for other XULRunner based applications, too.