forked from webkitdotnet/webkitdotnet
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,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 Peter Nelson at charn.opcode@gmail.com | ||
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 webkitdotnet@peterdn.com. |