CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 11 Aug 2025 00:06:48 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100505171050
location: https://web.archive.org/web/20100505171050/https://github.com/danlucraft/rbwebkitgtk
server-timing: captures_list;dur=1.483135, exclusion.robots;dur=0.051152, exclusion.robots.policy;dur=0.023128, esindex;dur=0.029150, cdx.remote;dur=76.660620, LoadShardBlock;dur=296.807811, PetaboxLoader3.datanode;dur=61.272379, PetaboxLoader3.resolve;dur=164.294211
x-app-server: wwwb-app213
x-ts: 302
x-tr: 455
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app213; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Mon, 11 Aug 2025 00:06:49 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 05 May 2010 17:10:50 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "1dc00790e6c2784e5eddc97fb759982c"
x-archive-orig-x-runtime: 101ms
x-archive-orig-content-length: 22974
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 05 May 2010 17:10:50 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 19 Nov 2009 16:33:31 GMT", ; rel="prev memento"; datetime="Tue, 09 Mar 2010 08:10:44 GMT", ; rel="memento"; datetime="Wed, 05 May 2010 17:10:50 GMT", ; rel="next memento"; datetime="Sat, 29 Oct 2011 05:46:33 GMT", ; rel="last memento"; datetime="Sun, 04 Feb 2024 10:22:25 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_15_20100505154741_crawl100_IndexOnly-c/51_15_20100505171025_crawl101.arc.gz
server-timing: captures_list;dur=0.812452, exclusion.robots;dur=0.026932, exclusion.robots.policy;dur=0.011459, esindex;dur=0.016982, cdx.remote;dur=95.223583, LoadShardBlock;dur=168.284025, PetaboxLoader3.datanode;dur=206.437491, PetaboxLoader3.resolve;dur=112.743137, load_resource;dur=188.538074
x-app-server: wwwb-app213
x-ts: 200
x-tr: 510
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
danlucraft's rbwebkitgtk at master - GitHub
danlucraft / rbwebkitgtk
- Source
- Commits
- Network (3)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Sat Apr 12 01:09:33 -0700 2008 | Added WebView#open method [danlucraft] |
![]() |
COPYING.LIB | Sat Apr 12 00:04:03 -0700 2008 | Added the GtkLauncher as a sample c app for ref... [danlucraft] |
![]() |
ChangeLog | Sat Apr 12 00:04:03 -0700 2008 | Added the GtkLauncher as a sample c app for ref... [danlucraft] |
![]() |
README | Sun Apr 13 13:23:53 -0700 2008 | Updated README [danlucraft] |
![]() |
Rakefile | Sun Apr 13 13:22:02 -0700 2008 | Added Rakefile. [danlucraft] |
![]() |
extconf.rb | Wed Feb 04 05:29:11 -0800 2009 | Updated for new Ubuntu packages [danlucraft] |
![]() |
mkmf.log | Sun Jan 03 21:46:32 -0800 2010 | -Added zoom_in and zoom_out [tpeden] |
![]() |
sample/ | Wed Sep 17 09:01:43 -0700 2008 | Made it work with ubuntu webkit package [danlucraft] |
![]() |
src/ | Sun Jan 03 21:46:32 -0800 2010 | -Added zoom_in and zoom_out [tpeden] |
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("https://www.example.com/") -or- webview.load_html_string("<h1>Hi!</h1>") ------- This page sets out WebKit deps on ubuntu https://packages.ubuntu.com/source/hardy/webkit I've developing against nightly build WebKit-r31823 - dan