Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/retroj/conkeror
A highly customizable keyboard-oriented web browser for the XULRunner platform.
https://github.com/retroj/conkeror
Last synced: 15 days ago
JSON representation
A highly customizable keyboard-oriented web browser for the XULRunner platform.
- Host: GitHub
- URL: https://github.com/retroj/conkeror
- Owner: retroj
- License: other
- Created: 2009-10-03T15:29:34.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2017-05-15T00:30:25.000Z (over 7 years ago)
- Last Synced: 2024-07-31T07:16:44.460Z (3 months ago)
- Language: JavaScript
- Homepage: http://conkeror.org/
- Size: 6.53 MB
- Stars: 116
- Watchers: 14
- Forks: 26
- Open Issues: 5
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
Description
===========Conkeror is a programmable Web browser based on Mozilla's
XULRunner, inspired by GNU Emacs.Type `C-h t' to view the tutorial, or see the wiki at
http://conkeror.org for more information.Official git repository: http://repo.or.cz/conkeror.git
Installation instructions
-------------------------Run `make' to compile conkeror-spawn-helper and create the
conkeror launch script. Run `make install' to install
conkeror.Compilation options
-------------------- make PREFIX=/usr:
Install conkeror to /usr instead of /usr/local.
Needed in both the build stage and the install stage.
- make DESTDIR=../pkg PREFIX=/usr install:
Install conkeror to ../pkg/usr.
- make etags:
Extrude etags for ease of emacsing.
- make dist:
Create conkeror-$version.tar.gz, where
version=$(grep '^Version=' application.ini | cut -d '=' -f 2)
- make clean:
Removes conkeror, conkeror-spawn-helper, versioned
tarballs, and etags from the current working directory.
- make uninstall:
Remove files created by make install (remember to set
PREFIX and DESTDIR, if need be). You should probably
install by creating a proper package using your
disribution's packaging tools instead.Advanced Installation
---------------------Please read the page from the following list most specific
to your OS.For Debian, Ubuntu, and similar OSes:
http://conkeror.org/InstallationDebianFor Mac OS X:
http://conkeror.org/InstallationOSXFor other Unix-like systems and Windows:
http://conkeror.org/InstallationCommunity
---------- Wiki: http://conkeror.org
- IRC: irc://irc.freenode.net/#conkeror
- Mailing list: http://conkeror.org/MailingList
- Reporting bugs: http://conkeror.org/ConkerorBugs