
osb-browser, example browser for Gtk+ WebCore
----------------------------------------------------------------

 osb-browser is a simple browser. It utilizes Gtk+ widget toolkit, and
 it's purpose is to test the features of Gtk+ WebCore.

 The Gtk+ WebCore Gtk+ API comes with NRCit -library, and it's located in
 src/gtk/ -subdirectory of NRCit source directory. 


 Directory Structure
 -------------------

 ui/
  -Glade-2 xml description of the user interface
 pixmaps/
  -Pixmaps the browser user interface uses
 src/
  -Sources for the osb-browser


Build Instructions
------------------

   0. Install dependencies and their dev headers
      * libcurl (>= 7.11.0), Gtk+ (2.2 tested, 2.4 might work),
        libxml2, libglade-2, Xft

   1. Build and install Gtk+ WebCore (JavaScriptCore, NRCore and NRCit)
   
   2. Unpack the osb-browser package
      Example:
      %  tar xfz osb-browser-0.5.0.tar.gz

   3. Configure it with 'configure', 
      Example:
      % ./configure

   4. Build and install it
      Example:
      % make && make install

   5. Run it
      Example:
      % osb-browser http://www.nokia.fi


Code details
------------

The code is in ANSI C, and it utilizes GObject type
system. Application itself contains user interface glitches. It is not
intended to be a full featured browser, but a technology test for developers.

   
 
Contact:
 Kimmo Kinnunen <kimmo.t.kinnunen@nokia.com>
 Petri Salmi <petri.salmi@nokia.com>
