Changes between Initial Version and Version 1 of HaikuWebkit


Ignore:
Timestamp:
Oct 10, 2013 1:16:05 AM (10 years ago)
Author:
pulkomandy@gmail.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HaikuWebkit

    v1 v1  
     1= Haiku WebKit =
     2
     3The Haiku Operating system is an open-source rewrite of BeOS. WebKit is used for the built-in WebPositive browser, and will be soon made available in the BeAPI for other applications willing to embed HTML content or use other Web technologies.
     4
     5== Sourcecode ==
     6
     7http://github.com/haiku/haiku-webkit
     8
     9== Status ==
     10
     11The port used to be part of the main WebKit sources, but was removed for lack of a build bot and maintainers able to keep it up to date.
     12It is hosted elsewhere until it is updated again and ready for merging.
     13
     14== Building ==
     15Follow README.markdown instructions in the source tree root.
     16
     17== Features ==
     18Uses the BeAPI (http://www.haiku-os.org/legacy-docs/bebook/ , http://api.haiku-os.org ) for UI and Network. Relies on POSIX for most of the low-level support (threads, etc.)