support webkit_web_view_get_focused_frame from -r30384
[pywebkitgtk.git] / README
blob4a2fc8adeacf6ec0133ad3ae05f70da3ba8e1e4f
1 Python WebKit GTK+
2 ----
5 The PyWebKitGtk project aims to provide Python bindings to the GTK+ port of
6 WebKit, an open-source web browser engine that powers numerous applications
7 such as web browsers, email clients, feed readers, web and text editors, and a
8 whole lot more[1]
11 Project Goals
12 ----
14 The project share the same goals with WebKit[2]. The purpose of this binding
15 is to bring an alternative web engine to Python/GTK+ application developers who
16 might need a web browser engine for their next application or developers
17 wishing to have a better browser engine that they can access to using the
18 Python programming language.
21 Notes
22 ----
24 The WebKit GTK+ port is constantly under development and APIs might change. On
25 this note, this project WILL NOT provide any guarantees to any API stability
26 let alone engine stability, at least for now. What this project guarantees, is
27 that (API) changes to the binding will happen and reflect what happens upstream.
29 And lastly, I would like to encourage everyone to submit useful bugs either to
30 this project or to the upstream WebKit project[3]. One of my personal
31 objective for this project is to bring WebKit to more developers and users
32 alike to improve and guide the development of the upstream WebKit project, let
33 alone the WebKit GTK+ port.
35 I hope you find this project this useful as much as I do. 
37 Happy Hacking!
40 Contact
41 ----
43 Jan Alonzo <jmalonzo@gmail.com>
44 Tuukka Hastrup <tuukka@iki.fi>
46 Web:            http://live.gnome.org/PyWebKitGtk
48 Source (Git):   http://repo.or.cz/w/pywebkitgtk.git
51 References
52 ----
54 [1] Applications that use WebKit 
55     http://trac.webkit.org/projects/webkit/wiki/Applications%20using%20WebKit
57 [2] WebKit Goals
58     http://webkit.org/projects/goals.html
60 [3] WebKit Bugzilla
61     http://bugs.webkit.org
64 Resources
65 ----
67  * GNOME Desktop
68    http://www.gnome.org
70  * GTK+
71    http://www.gtk.org
73  * Python
74    http://www.python.org
76  * WebKit
77    http://www.webkit.org