|
Development Team |
|
Admins |
|
Nikolaus Schaller
|
|
Happy Crew |
|
Riccardo Mottola
|
|
# Small WebKit (or Simple WebKit)
is a pure Objective-C implementation of a HTML/CSS/JavaScript View that is compatible to the WebKit APIs.
Its relies on NSAttributedString, NSTextView and NSTextAttachment for all rendering purposes.
The benefit of this approach is a small implementation that is quite easy to maintain since it does not incorporate a clutter of C++ and Objective-C and two different memory management metaphors.
It is part of the FSF GNUstep project.
# Resources:
* [Mailing list][ml]
[ml]: http://lists.gnu.org/mailman/listinfo/discuss-gnustep
* [GNUstep Wiki][gsw]
[gsw]: http://wiki.gnustep.org/index.php/SimpleWebKit
* GNUstep Web-Browser [Vespucci][]
* [Sources][src] or through the Sources tab
[Vespucci]: http://www.gnustep.org/softwareindex/showdetail.php?app=8
[src]: http://svn.gna.org/viewcvs/gnustep/libs/simplewebkit/trunk |
|