https://github.com/jscheid/kite
Emacs front end for the WebKit Inspector
https://github.com/jscheid/kite
Last synced: about 1 year ago
JSON representation
Emacs front end for the WebKit Inspector
- Host: GitHub
- URL: https://github.com/jscheid/kite
- Owner: jscheid
- License: gpl-3.0
- Created: 2012-09-21T22:28:49.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-10T22:07:49.000Z (over 13 years ago)
- Last Synced: 2025-03-25T03:33:44.256Z (about 1 year ago)
- Language: Emacs Lisp
- Size: 1.11 MB
- Stars: 109
- Watchers: 16
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
Kite is an Emacs front end for the WebKit debugger. It enables
inspecting, debugging, and live-editing Web pages and associated
resources, such as scripts and stylesheets.
Status
------
Kite is experimental and incomplete. There are known bugs and many
features missing.
This is under active development and the todo list is long enough so
issues are currently closed. Pull requests are welcome!
Documentation
-------------
Rudimentary documentation is available in the file `kite.md`. It can
be translated to HTML, Info, and other formats using
[pandoc](http://johnmacfarlane.net/pandoc/). The `Makefile` has
targets for this purpose.
License
-------
Copyright (C) 2012 Julian Scheid
Kite is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your
option) any later version.
Kite is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.