forked from webkitdotnet/webkitdotnet
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
22 lines (14 loc) · 812 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
WebKit.NET README
*****************
WebKit.NET is a control library wrapper for WebKit written in C#.
Currently the source code is licensed under a BSD open source license, see
LICENSE.txt for details.
This package currently contains two Visual C# 2008 projects and a build of the
WebKit library (including dependencies) in the following folders:
WebKitBrowser - WebKit.NET control library.
WebKitBrowserTest - A simple application that uses the WebKit.NET control
to display web pages.
webkit - The WebKit library and dependencies.
The current releases are at a very early stage of development and are not
recommended for production level use yet.
Please send any questions or feedback to [email protected].