This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Apr 12 01:09:33 -0700 2008 | |
| |
COPYING.LIB | Sat Apr 12 00:04:03 -0700 2008 | |
| |
ChangeLog | Sat Apr 12 00:04:03 -0700 2008 | |
| |
README | Sun Apr 13 13:23:53 -0700 2008 | |
| |
Rakefile | Sun Apr 13 13:22:02 -0700 2008 | |
| |
extconf.rb | Wed Feb 04 05:29:11 -0800 2009 | |
| |
sample/ | Wed Sep 17 09:01:43 -0700 2008 | |
| |
src/ | Wed Feb 04 05:29:11 -0800 2009 |
README
RbWebKitGTK
These are usable bindings. There are still some methods missing
from WebView, but you can use almost the whole API at this point.
To build:
1. cd /path/to/rbwebkitgtk/
2. export RG2_DIR=/path/to/ruby-gnome2-sources/; ruby extconf.rb
3. make
4. (as root)
make install
To require:
require 'webkit'
To use the WebView Gtk Widget:
webview = Gtk::WebKit::WebView.new
webview.open("http://www.example.com/")
-or-
webview.load_html_string("<h1>Hi!</h1>")
-------
This page sets out WebKit deps on ubuntu
http://packages.ubuntu.com/source/hardy/webkit
I've developing against nightly build WebKit-r31823 - dan






